Searched refs:dwc2_ep (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | dwc2_udc_otg.c | 95 static void dwc2_ep0_kick(struct dwc2_udc *dev, struct dwc2_ep *ep); 98 static int write_fifo_ep0(struct dwc2_ep *ep, struct dwc2_request *req); 99 static void done(struct dwc2_ep *ep, struct dwc2_request *req, int status); 106 static void nuke(struct dwc2_ep *ep, int status); 108 static void dwc2_udc_set_nak(struct dwc2_ep *ep); 190 struct dwc2_ep *ep = &dev->ep[i]; in udc_reinit() 304 static void done(struct dwc2_ep *ep, struct dwc2_request *req, int status) in done() 355 static void nuke(struct dwc2_ep *ep, int status) in nuke() 380 struct dwc2_ep *ep = &dev->ep[i]; in stop_activity() 543 struct dwc2_ep *ep; in dwc2_ep_enable() [all …]
|
H A D | dwc2_udc_otg_xfer_dma.c | 92 static int setdma_rx(struct dwc2_ep *ep, struct dwc2_request *req) in setdma_rx() 134 static int setdma_tx(struct dwc2_ep *ep, struct dwc2_request *req) in setdma_tx() 194 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() 686 static int write_fifo_ep0(struct dwc2_ep *ep, struct dwc2_request *req) in write_fifo_ep0() 724 static int dwc2_fifo_read(struct dwc2_ep *ep, u32 *cp, int max) in dwc2_fifo_read() 757 static inline void dwc2_udc_ep0_set_stall(struct dwc2_ep *ep) in dwc2_udc_ep0_set_stall() [all …]
|
H A D | dwc2_udc_otg_priv.h | 52 struct dwc2_ep { struct 82 struct dwc2_ep ep[DWC2_MAX_ENDPOINTS]; argument
|