Lines Matching defs:ep
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() local
267 struct dwc2_ep *ep = &dev->ep[ep_num]; in complete_tx() local
343 struct dwc2_ep *ep = &dev->ep[ep_num]; in dwc2_udc_check_tx_queue() local
589 struct dwc2_ep *ep; in dwc2_queue() local
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()
788 struct dwc2_ep *ep = &dev->ep[0]; in dwc2_ep0_read() local
825 struct dwc2_ep *ep = &dev->ep[0]; in dwc2_ep0_write() local
926 static void dwc2_udc_set_nak(struct dwc2_ep *ep) in dwc2_udc_set_nak()
952 static void dwc2_udc_ep_set_stall(struct dwc2_ep *ep) in dwc2_udc_ep_set_stall()
987 static void dwc2_udc_ep_clear_stall(struct dwc2_ep *ep) in dwc2_udc_ep_clear_stall()
1037 struct dwc2_ep *ep; in dwc2_udc_set_halt() local
1082 static void dwc2_udc_ep_activate(struct dwc2_ep *ep) in dwc2_udc_ep_activate()
1132 struct dwc2_ep *ep; in dwc2_udc_clear_feature() local
1196 struct dwc2_ep *ep; in dwc2_udc_set_feature() local
1270 struct dwc2_ep *ep = &dev->ep[0]; in dwc2_ep0_setup() local
1471 static void dwc2_ep0_kick(struct dwc2_udc *dev, struct dwc2_ep *ep) in dwc2_ep0_kick()