Lines Matching defs:ep
38 struct usb_ep ep; member
309 static void __usbhsg_recip_send_complete(struct usb_ep *ep, in __usbhsg_recip_send_complete()
581 static int usbhsg_ep_enable(struct usb_ep *ep, in usbhsg_ep_enable()
628 static int usbhsg_ep_disable(struct usb_ep *ep) in usbhsg_ep_disable()
645 static struct usb_request *usbhsg_ep_alloc_request(struct usb_ep *ep, in usbhsg_ep_alloc_request()
659 static void usbhsg_ep_free_request(struct usb_ep *ep, in usbhsg_ep_free_request()
668 static int usbhsg_ep_queue(struct usb_ep *ep, struct usb_request *req, in usbhsg_ep_queue()
687 static int usbhsg_ep_dequeue(struct usb_ep *ep, struct usb_request *req) in usbhsg_ep_dequeue()
705 static int __usbhsg_ep_set_halt_wedge(struct usb_ep *ep, int halt, int wedge) in __usbhsg_ep_set_halt_wedge()
738 static int usbhsg_ep_set_halt(struct usb_ep *ep, int value) in usbhsg_ep_set_halt()
743 static int usbhsg_ep_set_wedge(struct usb_ep *ep) in usbhsg_ep_set_wedge()