Searched refs:hep (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/usb/host/ |
| H A D | isp116x-hcd.c | 241 BUG_ON(list_empty(&ep->hep->urb_list)); in preproc_atl_queue() 242 urb = container_of(ep->hep->urb_list.next, in preproc_atl_queue() 313 if (!list_empty(&ep->hep->urb_list)) in finish_request() 359 BUG_ON(list_empty(&ep->hep->urb_list)); in postproc_atl_queue() 361 container_of(ep->hep->urb_list.next, struct urb, urb_list); in postproc_atl_queue() 518 urb = container_of(ep->hep->urb_list.next, in start_atl_transfers() 691 struct usb_host_endpoint *hep = urb->ep; in isp116x_urb_enqueue() local 705 if (!hep->hcpriv) { in isp116x_urb_enqueue() 723 if (hep->hcpriv) in isp116x_urb_enqueue() 724 ep = hep->hcpriv; in isp116x_urb_enqueue() [all …]
|
| H A D | sl811-hcd.c | 339 if (unlikely(list_empty(&ep->hep->urb_list))) { in start() 345 urb = container_of(ep->hep->urb_list.next, struct urb, urb_list); in start() 439 if (!list_empty(&ep->hep->urb_list)) in finish_request() 487 urb = container_of(ep->hep->urb_list.next, struct urb, urb_list); in done() 703 ->hep->urb_list.next, in sl811h_irq() 713 ->hep->urb_list.next, in sl811h_irq() 808 struct usb_host_endpoint *hep = urb->ep; in sl811h_urb_enqueue() local 816 if (!hep->hcpriv) { in sl811h_urb_enqueue() 837 if (hep->hcpriv) { in sl811h_urb_enqueue() 839 ep = hep->hcpriv; in sl811h_urb_enqueue() [all …]
|
| H A D | r8a66597-hcd.c | 531 static u16 r8a66597_get_pipenum(struct urb *urb, struct usb_host_endpoint *hep) in r8a66597_get_pipenum() argument 533 struct r8a66597_pipe *pipe = hep->hcpriv; in r8a66597_get_pipenum() 796 struct usb_host_endpoint *hep, in enable_r8a66597_pipe() argument 800 struct r8a66597_pipe *pipe = hep->hcpriv; in enable_r8a66597_pipe() 934 struct usb_host_endpoint *hep, in init_pipe_info() argument 958 enable_r8a66597_pipe(r8a66597, urb, hep, &info); in init_pipe_info() 1857 struct usb_host_endpoint *hep) in r8a66597_make_td() argument 1866 pipenum = r8a66597_get_pipenum(urb, hep); in r8a66597_make_td() 1868 td->pipe = hep->hcpriv; in r8a66597_make_td() 1887 struct usb_host_endpoint *hep = urb->ep; in r8a66597_urb_enqueue() local [all …]
|
| H A D | uhci-q.c | 246 struct usb_device *udev, struct usb_host_endpoint *hep) in uhci_alloc_qh() argument 264 qh->type = usb_endpoint_type(&hep->desc); in uhci_alloc_qh() 273 qh->hep = hep; in uhci_alloc_qh() 275 hep->hcpriv = qh; in uhci_alloc_qh() 280 usb_endpoint_dir_in(&hep->desc), in uhci_alloc_qh() 282 usb_endpoint_maxp(&hep->desc)) in uhci_alloc_qh() 300 qh->hep->hcpriv = NULL; in uhci_free_qh() 685 qh->hep->desc.bEndpointAddress, p, in uhci_reserve_bandwidth() 718 qh->hep->desc.bEndpointAddress, p, in uhci_release_bandwidth() 794 int maxsze = usb_endpoint_maxp(&qh->hep->desc); in uhci_submit_control() [all …]
|
| H A D | sl811.h | 169 struct usb_host_endpoint *hep; member
|
| H A D | uhci-hcd.c | 768 struct usb_host_endpoint *hep) in uhci_hcd_endpoint_disable() argument 774 qh = (struct uhci_qh *) hep->hcpriv; in uhci_hcd_endpoint_disable()
|
| H A D | uhci-hcd.h | 160 struct usb_host_endpoint *hep; /* Endpoint information */ member
|
| H A D | isp116x.h | 302 struct usb_host_endpoint *hep; member
|
| /linux/drivers/usb/musb/ |
| H A D | musb_host.h | 17 struct usb_host_endpoint *hep; /* usbcore info */ member 118 queue = &qh->hep->urb_list; in next_urb()
|
| /linux/drivers/net/usb/ |
| H A D | cdc_ether.c | 143 struct usb_host_endpoint *hep; in usbnet_generic_cdc_bind() local 145 hep = intf->cur_altsetting->endpoint; in usbnet_generic_cdc_bind() 146 if (hep) { in usbnet_generic_cdc_bind() 147 buf = hep->extra; in usbnet_generic_cdc_bind() 148 len = hep->extralen; in usbnet_generic_cdc_bind()
|