Lines Matching defs:_ep
160 static int fotg210_ep_enable(struct usb_ep *_ep, in fotg210_ep_enable()
212 static int fotg210_ep_disable(struct usb_ep *_ep) in fotg210_ep_disable()
233 static struct usb_request *fotg210_ep_alloc_request(struct usb_ep *_ep, in fotg210_ep_alloc_request()
247 static void fotg210_ep_free_request(struct usb_ep *_ep, in fotg210_ep_free_request()
409 static int fotg210_ep_queue(struct usb_ep *_ep, struct usb_request *_req, in fotg210_ep_queue()
443 static int fotg210_ep_dequeue(struct usb_ep *_ep, struct usb_request *_req) in fotg210_ep_dequeue()
495 static int fotg210_set_halt_and_wedge(struct usb_ep *_ep, int value, int wedge) in fotg210_set_halt_and_wedge()
526 static int fotg210_ep_set_halt(struct usb_ep *_ep, int value) in fotg210_ep_set_halt()
531 static int fotg210_ep_set_wedge(struct usb_ep *_ep) in fotg210_ep_set_wedge()
536 static void fotg210_ep_fifo_flush(struct usb_ep *_ep) in fotg210_ep_fifo_flush()
1094 struct fotg210_ep *_ep[FOTG210_MAX_NUM_EP]; in fotg210_udc_probe() local