Searched refs:dwc2_ep (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/drivers/usb/gadget/ |
D | dwc2_udc_otg.c | 103 static void dwc2_ep0_kick(struct dwc2_udc *dev, struct dwc2_ep *ep); 106 static int write_fifo_ep0(struct dwc2_ep *ep, struct dwc2_request *req); 107 static void done(struct dwc2_ep *ep, struct dwc2_request *req, int status); 114 static void nuke(struct dwc2_ep *ep, int status); 116 static void dwc2_udc_set_nak(struct dwc2_ep *ep); 197 struct dwc2_ep *ep = &dev->ep[i]; in udc_reinit() 360 static void done(struct dwc2_ep *ep, struct dwc2_request *req, int status) in done() 411 static void nuke(struct dwc2_ep *ep, int status) in nuke() 436 struct dwc2_ep *ep = &dev->ep[i]; in stop_activity() 614 struct dwc2_ep *ep; in dwc2_ep_enable() [all …]
|
D | dwc2_udc_otg_xfer_dma.c | 95 static int setdma_rx(struct dwc2_ep *ep, struct dwc2_request *req) in setdma_rx() 137 static int setdma_tx(struct dwc2_ep *ep, struct dwc2_request *req) in setdma_tx() 197 struct dwc2_ep *ep = &dev->ep[ep_num]; in complete_rx() 270 struct dwc2_ep *ep = &dev->ep[ep_num]; in complete_tx() 346 struct dwc2_ep *ep = &dev->ep[ep_num]; in dwc2_udc_check_tx_queue() 602 struct dwc2_ep *ep; in dwc2_queue() 615 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_queue() 699 static int write_fifo_ep0(struct dwc2_ep *ep, struct dwc2_request *req) in write_fifo_ep0() 737 static int dwc2_fifo_read(struct dwc2_ep *ep, void *cp, int max) in dwc2_fifo_read() 770 static inline void dwc2_udc_ep0_set_stall(struct dwc2_ep *ep) in dwc2_udc_ep0_set_stall() [all …]
|
D | dwc2_udc_otg_priv.h | 51 struct dwc2_ep { struct 81 struct dwc2_ep ep[DWC2_MAX_ENDPOINTS]; argument
|