Home
last modified time | relevance | path

Searched refs:hep (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/drivers/usb/host/
Disp116x-hcd.c241 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 …]
Dsl811-hcd.c338 if (unlikely(list_empty(&ep->hep->urb_list))) { in start()
344 urb = container_of(ep->hep->urb_list.next, struct urb, urb_list); in start()
438 if (!list_empty(&ep->hep->urb_list)) in finish_request()
486 urb = container_of(ep->hep->urb_list.next, struct urb, urb_list); in done()
700 ->hep->urb_list.next, in sl811h_irq()
710 ->hep->urb_list.next, in sl811h_irq()
805 struct usb_host_endpoint *hep = urb->ep; in sl811h_urb_enqueue() local
813 if (!hep->hcpriv) { in sl811h_urb_enqueue()
834 if (hep->hcpriv) { in sl811h_urb_enqueue()
836 ep = hep->hcpriv; in sl811h_urb_enqueue()
[all …]
Dr8a66597-hcd.c533 static u16 r8a66597_get_pipenum(struct urb *urb, struct usb_host_endpoint *hep) in r8a66597_get_pipenum() argument
535 struct r8a66597_pipe *pipe = hep->hcpriv; in r8a66597_get_pipenum()
798 struct usb_host_endpoint *hep, in enable_r8a66597_pipe() argument
802 struct r8a66597_pipe *pipe = hep->hcpriv; in enable_r8a66597_pipe()
936 struct usb_host_endpoint *hep, in init_pipe_info() argument
960 enable_r8a66597_pipe(r8a66597, urb, hep, &info); in init_pipe_info()
1858 struct usb_host_endpoint *hep) in r8a66597_make_td() argument
1867 pipenum = r8a66597_get_pipenum(urb, hep); in r8a66597_make_td()
1869 td->pipe = hep->hcpriv; in r8a66597_make_td()
1889 struct usb_host_endpoint *hep = urb->ep; in r8a66597_urb_enqueue() local
[all …]
Duhci-q.c246 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 …]
Disp1362-hcd.c475 if (!list_empty(&ep->hep->urb_list)) in finish_request()
669 if (!list_empty(&ep->hep->urb_list)) { in finish_unlinks()
1226 struct usb_host_endpoint *hep = urb->ep; in isp1362_urb_enqueue() local
1251 if (!hep->hcpriv) { in isp1362_urb_enqueue()
1273 if (hep->hcpriv) { in isp1362_urb_enqueue()
1274 ep = hep->hcpriv; in isp1362_urb_enqueue()
1280 ep->hep = hep; in isp1362_urb_enqueue()
1306 hep->hcpriv = ep; in isp1362_urb_enqueue()
1368 urb->hcpriv = hep; in isp1362_urb_enqueue()
1400 struct usb_host_endpoint *hep; in isp1362_urb_dequeue() local
[all …]
Dsl811.h170 struct usb_host_endpoint *hep; member
Disp1362.h381 struct usb_host_endpoint *hep; member
577 BUG_ON(list_empty(&ep->hep->urb_list)); \
578 container_of(ep->hep->urb_list.next, struct urb, urb_list); \
Duhci-hcd.c771 struct usb_host_endpoint *hep) in uhci_hcd_endpoint_disable() argument
777 qh = (struct uhci_qh *) hep->hcpriv; in uhci_hcd_endpoint_disable()
Du132-hcd.c161 struct usb_host_endpoint *hep; member
338 struct usb_host_endpoint *hep = endp->hep; in u132_endp_delete() local
363 hep->hcpriv = NULL; in u132_endp_delete()
1891 endp->hep = urb->ep; in create_endpoint_and_queue_int()
1982 endp->hep = urb->ep; in create_endpoint_and_queue_bulk()
2086 endp->hep = urb->ep; in create_endpoint_and_queue_control()
2531 struct usb_host_endpoint *hep) in u132_endpoint_disable() argument
2536 ") has been removed %d\n", u132, hcd, hep, in u132_endpoint_disable()
2539 struct u132_endp *endp = hep->hcpriv; in u132_endpoint_disable()
Duhci-hcd.h160 struct usb_host_endpoint *hep; /* Endpoint information */ member
Disp116x.h303 struct usb_host_endpoint *hep; member
/Linux-v4.19/drivers/usb/c67x00/
Dc67x00-sched.c32 struct usb_host_endpoint *hep; member
233 struct usb_host_endpoint *hep = urb->ep; in c67x00_ep_data_alloc() local
240 if (hep->hcpriv) { in c67x00_ep_data_alloc()
241 ep_data = hep->hcpriv; in c67x00_ep_data_alloc()
245 return hep->hcpriv; in c67x00_ep_data_alloc()
255 ep_data->hep = hep; in c67x00_ep_data_alloc()
260 hep->hcpriv = ep_data; in c67x00_ep_data_alloc()
274 if (prev->hep->desc.bEndpointAddress > in c67x00_ep_data_alloc()
275 hep->desc.bEndpointAddress) { in c67x00_ep_data_alloc()
285 static int c67x00_ep_data_free(struct usb_host_endpoint *hep) in c67x00_ep_data_free() argument
[all …]
/Linux-v4.19/drivers/usb/musb/
Dmusb_host.h17 struct usb_host_endpoint *hep; /* usbcore info */ member
123 queue = &qh->hep->urb_list; in next_urb()
Dmusb_host.c345 if (list_empty(&qh->hep->urb_list)) { in musb_advance_schedule()
365 qh->hep->hcpriv = NULL; in musb_advance_schedule()
2134 qh->hep->hcpriv = qh; in musb_schedule()
2147 struct usb_host_endpoint *hep = urb->ep; in musb_urb_enqueue() local
2149 struct usb_endpoint_descriptor *epd = &hep->desc; in musb_urb_enqueue()
2162 qh = ret ? NULL : hep->hcpriv; in musb_urb_enqueue()
2192 qh->hep = hep; in musb_urb_enqueue()
2300 if (hep->hcpriv || !next_urb(qh)) { in musb_urb_enqueue()
2422 || urb->urb_list.prev != &qh->hep->urb_list in musb_urb_dequeue()
2433 if (ready && list_empty(&qh->hep->urb_list)) { in musb_urb_dequeue()
[all …]
/Linux-v4.19/drivers/net/usb/
Dcdc_ether.c144 struct usb_host_endpoint *hep; in usbnet_generic_cdc_bind() local
146 hep = intf->cur_altsetting->endpoint; in usbnet_generic_cdc_bind()
147 if (hep) { in usbnet_generic_cdc_bind()
148 buf = hep->extra; in usbnet_generic_cdc_bind()
149 len = hep->extralen; in usbnet_generic_cdc_bind()