Home
last modified time | relevance | path

Searched refs:dwc2_ep (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg.c190 struct dwc2_ep *ep = &dev->ep[i]; in udc_reinit()
380 struct dwc2_ep *ep = &dev->ep[i]; in stop_activity()
543 struct dwc2_ep *ep; in dwc2_ep_enable()
549 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_enable()
608 struct dwc2_ep *ep; in dwc2_ep_disable()
613 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_disable()
665 struct dwc2_ep *ep; in dwc2_dequeue()
671 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_dequeue()
699 struct dwc2_ep *ep; in dwc2_fifo_status()
701 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_fifo_status()
[all …]
H A Ddwc2_udc_otg_xfer_dma.c194 struct dwc2_ep *ep = &dev->ep[ep_num]; in complete_rx()
267 struct dwc2_ep *ep = &dev->ep[ep_num]; in complete_tx()
343 struct dwc2_ep *ep = &dev->ep[ep_num]; in dwc2_udc_check_tx_queue()
589 struct dwc2_ep *ep; in dwc2_queue()
602 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_queue()
788 struct dwc2_ep *ep = &dev->ep[0]; in dwc2_ep0_read()
825 struct dwc2_ep *ep = &dev->ep[0]; in dwc2_ep0_write()
1037 struct dwc2_ep *ep; in dwc2_udc_set_halt()
1132 struct dwc2_ep *ep; in dwc2_udc_clear_feature()
1196 struct dwc2_ep *ep; in dwc2_udc_set_feature()
[all …]
H A Ddwc2_udc_otg_priv.h52 struct dwc2_ep { struct
82 struct dwc2_ep ep[DWC2_MAX_ENDPOINTS]; argument