Lines Matching refs:usb_ep
157 static int fotg210_ep_enable(struct usb_ep *_ep, in fotg210_ep_enable()
209 static int fotg210_ep_disable(struct usb_ep *_ep) in fotg210_ep_disable()
230 static struct usb_request *fotg210_ep_alloc_request(struct usb_ep *_ep, in fotg210_ep_alloc_request()
244 static void fotg210_ep_free_request(struct usb_ep *_ep, in fotg210_ep_free_request()
393 static int fotg210_ep_queue(struct usb_ep *_ep, struct usb_request *_req, in fotg210_ep_queue()
427 static int fotg210_ep_dequeue(struct usb_ep *_ep, struct usb_request *_req) in fotg210_ep_dequeue()
479 static int fotg210_set_halt_and_wedge(struct usb_ep *_ep, int value, int wedge) in fotg210_set_halt_and_wedge()
509 static int fotg210_ep_set_halt(struct usb_ep *_ep, int value) in fotg210_ep_set_halt()
514 static int fotg210_ep_set_wedge(struct usb_ep *_ep) in fotg210_ep_set_wedge()
519 static void fotg210_ep_fifo_flush(struct usb_ep *_ep) in fotg210_ep_fifo_flush()
710 static void fotg210_ep0_complete(struct usb_ep *_ep, struct usb_request *req) in fotg210_ep0_complete()