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() 446 struct dwc2_ep *ep = &dev->ep[i]; in stop_activity() 624 struct dwc2_ep *ep; in dwc2_ep_enable() 630 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_enable() 690 struct dwc2_ep *ep; in dwc2_ep_disable() 695 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_disable() 748 struct dwc2_ep *ep; in dwc2_dequeue() 754 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_dequeue() 782 struct dwc2_ep *ep; in dwc2_fifo_status() 784 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 9 milliseconds