Lines Matching defs:ep
93 static int setdma_rx(struct dwc2_ep *ep, struct dwc2_request *req) in setdma_rx()
135 static int setdma_tx(struct dwc2_ep *ep, struct dwc2_request *req) in setdma_tx()
195 struct dwc2_ep *ep = &dev->ep[ep_num]; in complete_rx() local
268 struct dwc2_ep *ep = &dev->ep[ep_num]; in complete_tx() local
344 struct dwc2_ep *ep = &dev->ep[ep_num]; in dwc2_udc_check_tx_queue() local
612 struct dwc2_ep *ep; in dwc2_queue() local
709 static int write_fifo_ep0(struct dwc2_ep *ep, struct dwc2_request *req) in write_fifo_ep0()
747 static int dwc2_fifo_read(struct dwc2_ep *ep, void *cp, int max) in dwc2_fifo_read()
780 static inline void dwc2_udc_ep0_set_stall(struct dwc2_ep *ep) in dwc2_udc_ep0_set_stall()
811 struct dwc2_ep *ep = &dev->ep[0]; in dwc2_ep0_read() local
848 struct dwc2_ep *ep = &dev->ep[0]; in dwc2_ep0_write() local
949 static void dwc2_udc_set_nak(struct dwc2_ep *ep) in dwc2_udc_set_nak()
975 static void dwc2_udc_ep_set_stall(struct dwc2_ep *ep) in dwc2_udc_ep_set_stall()
1010 static void dwc2_udc_ep_clear_stall(struct dwc2_ep *ep) in dwc2_udc_ep_clear_stall()
1060 struct dwc2_ep *ep; in dwc2_udc_set_halt() local
1105 static void dwc2_udc_ep_activate(struct dwc2_ep *ep) in dwc2_udc_ep_activate()
1155 struct dwc2_ep *ep; in dwc2_udc_clear_feature() local
1219 struct dwc2_ep *ep; in dwc2_udc_set_feature() local
1293 struct dwc2_ep *ep = &dev->ep[0]; in dwc2_ep0_setup() local
1494 static void dwc2_ep0_kick(struct dwc2_udc *dev, struct dwc2_ep *ep) in dwc2_ep0_kick()