/linux-4.4.14/drivers/usb/host/ |
D | isp116x-hcd.c | 240 BUG_ON(list_empty(&ep->hep->urb_list)); in preproc_atl_queue() 241 urb = container_of(ep->hep->urb_list.next, in preproc_atl_queue() 312 if (!list_empty(&ep->hep->urb_list)) in finish_request() 358 BUG_ON(list_empty(&ep->hep->urb_list)); in postproc_atl_queue() 360 container_of(ep->hep->urb_list.next, struct urb, urb_list); in postproc_atl_queue() 517 urb = container_of(ep->hep->urb_list.next, in start_atl_transfers() 690 struct usb_host_endpoint *hep = urb->ep; in isp116x_urb_enqueue() local 704 if (!hep->hcpriv) { in isp116x_urb_enqueue() 722 if (hep->hcpriv) in isp116x_urb_enqueue() 723 ep = hep->hcpriv; in isp116x_urb_enqueue() [all …]
|
D | sl811-hcd.c | 337 if (unlikely(list_empty(&ep->hep->urb_list))) { in start() 343 urb = container_of(ep->hep->urb_list.next, struct urb, urb_list); in start() 437 if (!list_empty(&ep->hep->urb_list)) in finish_request() 485 urb = container_of(ep->hep->urb_list.next, struct urb, urb_list); in done() 699 ->hep->urb_list.next, in sl811h_irq() 709 ->hep->urb_list.next, in sl811h_irq() 804 struct usb_host_endpoint *hep = urb->ep; in sl811h_urb_enqueue() local 812 if (!hep->hcpriv) { in sl811h_urb_enqueue() 833 if (hep->hcpriv) { in sl811h_urb_enqueue() 835 ep = hep->hcpriv; in sl811h_urb_enqueue() [all …]
|
D | r8a66597-hcd.c | 546 static u16 r8a66597_get_pipenum(struct urb *urb, struct usb_host_endpoint *hep) in r8a66597_get_pipenum() argument 548 struct r8a66597_pipe *pipe = hep->hcpriv; in r8a66597_get_pipenum() 811 struct usb_host_endpoint *hep, in enable_r8a66597_pipe() argument 815 struct r8a66597_pipe *pipe = hep->hcpriv; in enable_r8a66597_pipe() 949 struct usb_host_endpoint *hep, in init_pipe_info() argument 973 enable_r8a66597_pipe(r8a66597, urb, hep, &info); in init_pipe_info() 1867 struct usb_host_endpoint *hep) in r8a66597_make_td() argument 1876 pipenum = r8a66597_get_pipenum(urb, hep); in r8a66597_make_td() 1878 td->pipe = hep->hcpriv; in r8a66597_make_td() 1898 struct usb_host_endpoint *hep = urb->ep; in r8a66597_urb_enqueue() local [all …]
|
D | uhci-q.c | 246 struct usb_device *udev, struct usb_host_endpoint *hep) in uhci_alloc_qh() argument 265 qh->type = usb_endpoint_type(&hep->desc); in uhci_alloc_qh() 274 qh->hep = hep; in uhci_alloc_qh() 276 hep->hcpriv = qh; in uhci_alloc_qh() 281 usb_endpoint_dir_in(&hep->desc), in uhci_alloc_qh() 283 usb_endpoint_maxp(&hep->desc)) in uhci_alloc_qh() 301 qh->hep->hcpriv = NULL; in uhci_free_qh() 686 qh->hep->desc.bEndpointAddress, p, in uhci_reserve_bandwidth() 719 qh->hep->desc.bEndpointAddress, p, in uhci_release_bandwidth() 795 int maxsze = usb_endpoint_maxp(&qh->hep->desc); in uhci_submit_control() [all …]
|
D | isp1362-hcd.c | 473 if (!list_empty(&ep->hep->urb_list)) in finish_request() 667 if (!list_empty(&ep->hep->urb_list)) { in finish_unlinks() 1224 struct usb_host_endpoint *hep = urb->ep; in isp1362_urb_enqueue() local 1249 if (!hep->hcpriv) { in isp1362_urb_enqueue() 1271 if (hep->hcpriv) { in isp1362_urb_enqueue() 1272 ep = hep->hcpriv; in isp1362_urb_enqueue() 1278 ep->hep = hep; in isp1362_urb_enqueue() 1304 hep->hcpriv = ep; in isp1362_urb_enqueue() 1366 urb->hcpriv = hep; in isp1362_urb_enqueue() 1398 struct usb_host_endpoint *hep; in isp1362_urb_dequeue() local [all …]
|
D | sl811.h | 169 struct usb_host_endpoint *hep; member
|
D | isp1362.h | 426 struct usb_host_endpoint *hep; member 622 BUG_ON(list_empty(&ep->hep->urb_list)); \ 623 container_of(ep->hep->urb_list.next, struct urb, urb_list); \
|
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()
|
D | u132-hcd.c | 165 struct usb_host_endpoint *hep; member 342 struct usb_host_endpoint *hep = endp->hep; in u132_endp_delete() local 367 hep->hcpriv = NULL; in u132_endp_delete() 1899 endp->hep = urb->ep; in create_endpoint_and_queue_int() 1990 endp->hep = urb->ep; in create_endpoint_and_queue_bulk() 2094 endp->hep = urb->ep; in create_endpoint_and_queue_control() 2541 struct usb_host_endpoint *hep) in u132_endpoint_disable() argument 2546 ") has been removed %d\n", u132, hcd, hep, in u132_endpoint_disable() 2549 struct u132_endp *endp = hep->hcpriv; in u132_endpoint_disable()
|
D | uhci-hcd.h | 156 struct usb_host_endpoint *hep; /* Endpoint information */ member
|
D | isp116x.h | 302 struct usb_host_endpoint *hep; member
|
/linux-4.4.14/drivers/usb/c67x00/ |
D | c67x00-sched.c | 46 struct usb_host_endpoint *hep; member 247 struct usb_host_endpoint *hep = urb->ep; in c67x00_ep_data_alloc() local 254 if (hep->hcpriv) { in c67x00_ep_data_alloc() 255 ep_data = hep->hcpriv; in c67x00_ep_data_alloc() 259 return hep->hcpriv; in c67x00_ep_data_alloc() 269 ep_data->hep = hep; in c67x00_ep_data_alloc() 274 hep->hcpriv = ep_data; in c67x00_ep_data_alloc() 288 if (prev->hep->desc.bEndpointAddress > in c67x00_ep_data_alloc() 289 hep->desc.bEndpointAddress) { in c67x00_ep_data_alloc() 299 static int c67x00_ep_data_free(struct usb_host_endpoint *hep) in c67x00_ep_data_free() argument [all …]
|
/linux-4.4.14/drivers/usb/musb/ |
D | musb_host.h | 42 struct usb_host_endpoint *hep; /* usbcore info */ member 145 queue = &qh->hep->urb_list; in next_urb()
|
D | musb_host.c | 388 if (list_empty(&qh->hep->urb_list)) { in musb_advance_schedule() 408 qh->hep->hcpriv = NULL; in musb_advance_schedule() 2185 qh->hep->hcpriv = qh; in musb_schedule() 2198 struct usb_host_endpoint *hep = urb->ep; in musb_urb_enqueue() local 2200 struct usb_endpoint_descriptor *epd = &hep->desc; in musb_urb_enqueue() 2211 qh = ret ? NULL : hep->hcpriv; in musb_urb_enqueue() 2241 qh->hep = hep; in musb_urb_enqueue() 2345 if (hep->hcpriv || !next_urb(qh)) { in musb_urb_enqueue() 2473 || urb->urb_list.prev != &qh->hep->urb_list in musb_urb_dequeue() 2484 if (ready && list_empty(&qh->hep->urb_list)) { in musb_urb_dequeue() [all …]
|
/linux-4.4.14/drivers/net/usb/ |
D | cdc_ether.c | 136 struct usb_host_endpoint *hep; in usbnet_generic_cdc_bind() local 138 hep = intf->cur_altsetting->endpoint; in usbnet_generic_cdc_bind() 139 if (hep) { in usbnet_generic_cdc_bind() 140 buf = hep->extra; in usbnet_generic_cdc_bind() 141 len = hep->extralen; in usbnet_generic_cdc_bind()
|