Lines Matching refs:dwc2_ep
109 static void dwc2_ep0_kick(struct dwc2_udc *dev, struct dwc2_ep *ep);
112 static int write_fifo_ep0(struct dwc2_ep *ep, struct dwc2_request *req);
113 static void done(struct dwc2_ep *ep, struct dwc2_request *req, int status);
120 static void nuke(struct dwc2_ep *ep, int status);
122 static void dwc2_udc_set_nak(struct dwc2_ep *ep);
203 struct dwc2_ep *ep = &dev->ep[i]; in udc_reinit()
362 static void done(struct dwc2_ep *ep, struct dwc2_request *req, int status) in done()
413 static void nuke(struct dwc2_ep *ep, int status) in nuke()
438 struct dwc2_ep *ep = &dev->ep[i]; in stop_activity()
616 struct dwc2_ep *ep; in dwc2_ep_enable()
622 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_enable()
681 struct dwc2_ep *ep; in dwc2_ep_disable()
686 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_disable()
738 struct dwc2_ep *ep; in dwc2_dequeue()
744 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_dequeue()
772 struct dwc2_ep *ep; in dwc2_fifo_status()
774 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_fifo_status()
794 struct dwc2_ep *ep; in dwc2_fifo_flush()
796 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_fifo_flush()