Searched refs:dwc2_ep (Results 1 – 3 of 3) sorted by relevance
| /drivers/usb/gadget/ |
| A D | dwc2_udc_otg.c | 205 struct dwc2_ep *ep = &dev->ep[i]; in udc_reinit() 448 struct dwc2_ep *ep = &dev->ep[i]; in stop_activity() 618 struct dwc2_ep *ep; in dwc2_ep_enable() 624 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_enable() 684 struct dwc2_ep *ep; in dwc2_ep_disable() 689 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_disable() 742 struct dwc2_ep *ep; in dwc2_dequeue() 748 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_dequeue() 776 struct dwc2_ep *ep; in dwc2_fifo_status() 778 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_fifo_status() [all …]
|
| A D | dwc2_udc_otg_xfer_dma.c | 180 struct dwc2_ep *ep = &dev->ep[ep_num]; in complete_rx() 253 struct dwc2_ep *ep = &dev->ep[ep_num]; in complete_tx() 329 struct dwc2_ep *ep = &dev->ep[ep_num]; in dwc2_udc_check_tx_queue() 593 struct dwc2_ep *ep; in dwc2_queue() 606 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_queue() 791 struct dwc2_ep *ep = &dev->ep[0]; in dwc2_ep0_read() 828 struct dwc2_ep *ep = &dev->ep[0]; in dwc2_ep0_write() 1027 struct dwc2_ep *ep; in dwc2_udc_set_halt() 1121 struct dwc2_ep *ep; in dwc2_udc_clear_feature() 1185 struct dwc2_ep *ep; in dwc2_udc_set_feature() [all …]
|
| A D | dwc2_udc_otg_priv.h | 51 struct dwc2_ep { struct 81 struct dwc2_ep ep[DWC2_MAX_ENDPOINTS]; argument
|
Completed in 8 milliseconds