Searched refs:epnum (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/usb/dwc2/ |
H A D | dwc2.c | 1030 uint8_t epnum = UE_GET_ADDR(ed->bEndpointAddress); in dwc2_device_start() local 1062 epnum, dir == UT_READ ? "in" :"out", dev->speed, in dwc2_device_start() 1083 epnum, UE_GET_SIZE(mps), dir == UT_READ ? "in" :"out"); in dwc2_device_start() 1097 epnum, UE_GET_SIZE(mps), dir == UT_READ ? "in" :"out"); in dwc2_device_start() 1113 dwc2_hcd_urb_set_pipeinfo(hsotg, dwc2_urb, addr, epnum, xfertype, dir, in dwc2_device_start()
|