Lines Matching refs:usb_ep
92 static int dwc2_ep_enable(struct usb_ep *ep,
94 static int dwc2_ep_disable(struct usb_ep *ep);
95 static struct usb_request *dwc2_alloc_request(struct usb_ep *ep,
97 static void dwc2_free_request(struct usb_ep *ep, struct usb_request *);
99 static int dwc2_queue(struct usb_ep *ep, struct usb_request *, gfp_t gfp_flags);
100 static int dwc2_dequeue(struct usb_ep *ep, struct usb_request *);
101 static int dwc2_fifo_status(struct usb_ep *ep);
102 static void dwc2_fifo_flush(struct usb_ep *ep);
116 static int dwc2_udc_set_halt(struct usb_ep *_ep, int value);
616 static int dwc2_ep_enable(struct usb_ep *_ep, in dwc2_ep_enable()
682 static int dwc2_ep_disable(struct usb_ep *_ep) in dwc2_ep_disable()
710 static struct usb_request *dwc2_alloc_request(struct usb_ep *ep, in dwc2_alloc_request()
727 static void dwc2_free_request(struct usb_ep *ep, struct usb_request *_req) in dwc2_free_request()
739 static int dwc2_dequeue(struct usb_ep *_ep, struct usb_request *_req) in dwc2_dequeue()
772 static int dwc2_fifo_status(struct usb_ep *_ep) in dwc2_fifo_status()
795 static void dwc2_fifo_flush(struct usb_ep *_ep) in dwc2_fifo_flush()