Lines Matching refs:ep

86 	struct usb_host_endpoint *ep;  member
135 #define usbhsh_uep_to_ep(u) ((u)->ep)
217 int maxp = usb_endpoint_maxp(&urb->ep->desc); in usbhsh_endpoint_sequence_save()
261 struct usbhsh_ep *uep = usbhsh_ep_to_uep(urb->ep); in usbhsh_pipe_attach()
264 struct usb_endpoint_descriptor *desc = &urb->ep->desc; in usbhsh_pipe_attach()
358 struct usb_host_endpoint *ep = usbhsh_uep_to_ep(uep); in usbhsh_pipe_detach() local
367 usb_endpoint_num(&ep->desc), in usbhsh_pipe_detach()
384 struct usb_host_endpoint *ep = urb->ep; in usbhsh_endpoint_attach() local
387 struct usb_endpoint_descriptor *desc = &ep->desc; in usbhsh_endpoint_attach()
407 usbhsh_uep_to_ep(uep) = ep; in usbhsh_endpoint_attach()
408 usbhsh_ep_to_uep(ep) = uep; in usbhsh_endpoint_attach()
421 struct usb_host_endpoint *ep) in usbhsh_endpoint_detach() argument
425 struct usbhsh_ep *uep = usbhsh_ep_to_uep(ep); in usbhsh_endpoint_detach()
433 usb_endpoint_num(&ep->desc)); in usbhsh_endpoint_detach()
446 usbhsh_ep_to_uep(ep) = NULL; in usbhsh_endpoint_detach()
668 usbhsh_pipe_detach(hpriv, usbhsh_ep_to_uep(urb->ep)); in usbhsh_queue_done()
679 struct usbhsh_ep *uep = usbhsh_ep_to_uep(urb->ep); in usbhsh_queue_push()
885 struct usbhsh_ep *uep = usbhsh_ep_to_uep(urb->ep); in usbhsh_dcp_queue_push()
969 struct usb_host_endpoint *ep = urb->ep; in usbhsh_urb_enqueue() local
1005 if (!usbhsh_ep_to_uep(ep)) { in usbhsh_urb_enqueue()
1034 usbhsh_endpoint_detach(hpriv, ep); in usbhsh_urb_enqueue()
1062 struct usb_host_endpoint *ep) in usbhsh_endpoint_disable() argument
1064 struct usbhsh_ep *uep = usbhsh_ep_to_uep(ep); in usbhsh_endpoint_disable()
1078 usbhsh_endpoint_detach(hpriv, ep); in usbhsh_endpoint_disable()