/src/sys/external/bsd/dwc2/ |
dwc2.c | 901 uint8_t epnum = UE_GET_ADDR(ed->bEndpointAddress); local in function:dwc2_device_start 935 epnum, dir == UT_READ ? "in" :"out", dev->ud_speed, mps); 954 epnum, mps, dir == UT_READ ? "in" :"out"); 968 epnum, mps, dir == UT_READ ? "in" :"out"); 984 dwc2_hcd_urb_set_pipeinfo(hsotg, dwc2_urb, addr, epnum, xfertype, dir,
|
dwc2.c | 901 uint8_t epnum = UE_GET_ADDR(ed->bEndpointAddress); local in function:dwc2_device_start 935 epnum, dir == UT_READ ? "in" :"out", dev->ud_speed, mps); 954 epnum, mps, dir == UT_READ ? "in" :"out"); 968 epnum, mps, dir == UT_READ ? "in" :"out"); 984 dwc2_hcd_urb_set_pipeinfo(hsotg, dwc2_urb, addr, epnum, xfertype, dir,
|