Searched refs:dwc2_ep (Results 1 – 3 of 3) sorted by relevance
/u-boot/drivers/usb/gadget/ |
A D | dwc2_udc_otg.c | 203 struct dwc2_ep *ep = &dev->ep[i]; in udc_reinit() 438 struct dwc2_ep *ep = &dev->ep[i]; in stop_activity() 616 struct dwc2_ep *ep; in dwc2_ep_enable() 622 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_enable() 681 struct dwc2_ep *ep; in dwc2_ep_disable() 686 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_disable() 738 struct dwc2_ep *ep; in dwc2_dequeue() 744 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_dequeue() 772 struct dwc2_ep *ep; in dwc2_fifo_status() 774 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_fifo_status() [all …]
|
A D | dwc2_udc_otg_priv.h | 51 struct dwc2_ep { struct 81 struct dwc2_ep ep[DWC2_MAX_ENDPOINTS]; argument
|
A D | dwc2_udc_otg_xfer_dma.c | 199 struct dwc2_ep *ep = &dev->ep[ep_num]; in complete_rx() 272 struct dwc2_ep *ep = &dev->ep[ep_num]; in complete_tx() 348 struct dwc2_ep *ep = &dev->ep[ep_num]; in dwc2_udc_check_tx_queue() 614 struct dwc2_ep *ep; in dwc2_queue() 627 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_queue() 813 struct dwc2_ep *ep = &dev->ep[0]; in dwc2_ep0_read() 850 struct dwc2_ep *ep = &dev->ep[0]; in dwc2_ep0_write() 1062 struct dwc2_ep *ep; in dwc2_udc_set_halt() 1157 struct dwc2_ep *ep; in dwc2_udc_clear_feature() 1221 struct dwc2_ep *ep; in dwc2_udc_set_feature() [all …]
|
Completed in 8 milliseconds