Lines Matching refs:dwc2_ep
104 static void dwc2_ep0_kick(struct dwc2_udc *dev, struct dwc2_ep *ep);
107 static int write_fifo_ep0(struct dwc2_ep *ep, struct dwc2_request *req);
108 static void done(struct dwc2_ep *ep, struct dwc2_request *req, int status);
115 static void nuke(struct dwc2_ep *ep, int status);
117 static void dwc2_udc_set_nak(struct dwc2_ep *ep);
199 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()
619 struct dwc2_ep *ep; in dwc2_ep_enable()
625 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_enable()
684 struct dwc2_ep *ep; in dwc2_ep_disable()
689 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_disable()
741 struct dwc2_ep *ep; in dwc2_dequeue()
747 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_dequeue()
775 struct dwc2_ep *ep; in dwc2_fifo_status()
777 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_fifo_status()
797 struct dwc2_ep *ep; in dwc2_fifo_flush()
799 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_fifo_flush()