Lines Matching refs:usb_ep
30 struct usb_ep ep;
301 static void __usbhsg_recip_send_complete(struct usb_ep *ep, in __usbhsg_recip_send_complete()
579 static int usbhsg_ep_enable(struct usb_ep *ep, in usbhsg_ep_enable()
636 static int usbhsg_ep_disable(struct usb_ep *ep) in usbhsg_ep_disable()
659 static struct usb_request *usbhsg_ep_alloc_request(struct usb_ep *ep, in usbhsg_ep_alloc_request()
673 static void usbhsg_ep_free_request(struct usb_ep *ep, in usbhsg_ep_free_request()
682 static int usbhsg_ep_queue(struct usb_ep *ep, struct usb_request *req, in usbhsg_ep_queue()
701 static int usbhsg_ep_dequeue(struct usb_ep *ep, struct usb_request *req) in usbhsg_ep_dequeue()
723 static int __usbhsg_ep_set_halt_wedge(struct usb_ep *ep, int halt, int wedge) in __usbhsg_ep_set_halt_wedge()
768 static int usbhsg_ep_set_halt(struct usb_ep *ep, int value) in usbhsg_ep_set_halt()
773 static int usbhsg_ep_set_wedge(struct usb_ep *ep) in usbhsg_ep_set_wedge()