Lines Matching refs:dwc2_ep
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()
549 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_enable()
608 struct dwc2_ep *ep; in dwc2_ep_disable()
613 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_disable()
665 struct dwc2_ep *ep; in dwc2_dequeue()
671 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_dequeue()
699 struct dwc2_ep *ep; in dwc2_fifo_status()
701 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_fifo_status()
721 struct dwc2_ep *ep; in dwc2_fifo_flush()
723 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_fifo_flush()