Lines Matching defs:ep
37 struct usb_ep ep; member
305 static void __usbhsg_recip_send_complete(struct usb_ep *ep, in __usbhsg_recip_send_complete()
577 static int usbhsg_ep_enable(struct usb_ep *ep, in usbhsg_ep_enable()
624 static int usbhsg_ep_disable(struct usb_ep *ep) in usbhsg_ep_disable()
641 static struct usb_request *usbhsg_ep_alloc_request(struct usb_ep *ep, in usbhsg_ep_alloc_request()
655 static void usbhsg_ep_free_request(struct usb_ep *ep, in usbhsg_ep_free_request()
664 static int usbhsg_ep_queue(struct usb_ep *ep, struct usb_request *req, in usbhsg_ep_queue()
683 static int usbhsg_ep_dequeue(struct usb_ep *ep, struct usb_request *req) in usbhsg_ep_dequeue()
695 static int __usbhsg_ep_set_halt_wedge(struct usb_ep *ep, int halt, int wedge) in __usbhsg_ep_set_halt_wedge()
728 static int usbhsg_ep_set_halt(struct usb_ep *ep, int value) in usbhsg_ep_set_halt()
733 static int usbhsg_ep_set_wedge(struct usb_ep *ep) in usbhsg_ep_set_wedge()