Searched refs:qtd_list (Results 1 – 9 of 9) sorted by relevance
/drivers/usb/host/ |
D | ehci-q.c | 126 if (list_empty (&qh->qtd_list)) in qh_refresh() 129 qtd = list_entry (qh->qtd_list.next, in qh_refresh() 130 struct ehci_qtd, qtd_list); in qh_refresh() 290 if (unlikely (list_empty (&qh->qtd_list))) in qh_completions() 308 list_for_each_safe (entry, tmp, &qh->qtd_list) { in qh_completions() 313 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qh_completions() 415 if (stopped && qtd->qtd_list.prev != &qh->qtd_list) { in qh_completions() 416 last = list_entry (qtd->qtd_list.prev, in qh_completions() 417 struct ehci_qtd, qtd_list); in qh_completions() 422 list_del (&qtd->qtd_list); in qh_completions() [all …]
|
D | isp1760-hcd.c | 87 struct list_head qtd_list; member 101 struct list_head qtd_list; member 321 BUG_ON(!list_empty(&qh->qtd_list)); in qh_destroy() 334 INIT_LIST_HEAD(&qh->qtd_list); in isp1760_qh_alloc() 906 list_del(&qtd->qtd_list); in clean_this_qtd() 924 list_del(&qtd->qtd_list); in clean_up_qtdlist() 1364 struct urb *urb, struct list_head *qtd_list, int epnum, in qh_append_tds() argument 1380 qtd = list_entry(qtd_list->next, struct isp1760_qtd, in qh_append_tds() 1381 qtd_list); in qh_append_tds() 1382 if (!list_empty(&qh->qtd_list)) in qh_append_tds() [all …]
|
D | oxu210hp-hcd.c | 560 INIT_LIST_HEAD(&qtd->qtd_list); in ehci_qtd_init() 598 INIT_LIST_HEAD(&qtd->qtd_list); in ehci_qtd_alloc() 630 if (!list_empty(&qh->qtd_list) || qh->qh_next.ptr) { in qh_destroy() 657 INIT_LIST_HEAD(&qh->qtd_list); in oxu_qh_alloc() 866 if (list_empty(&qh->qtd_list)) in qh_refresh() 869 qtd = list_entry(qh->qtd_list.next, in qh_refresh() 870 struct ehci_qtd, qtd_list); in qh_refresh() 1000 if (unlikely(list_empty(&qh->qtd_list))) in qh_completions() 1018 list_for_each_safe(entry, tmp, &qh->qtd_list) { in qh_completions() 1023 qtd = list_entry(entry, struct ehci_qtd, qtd_list); in qh_completions() [all …]
|
D | ehci-hcd.c | 780 struct list_head qtd_list; in ehci_urb_enqueue() local 782 INIT_LIST_HEAD (&qtd_list); in ehci_urb_enqueue() 794 if (!qh_urb_transaction (ehci, urb, &qtd_list, mem_flags)) in ehci_urb_enqueue() 796 return submit_async(ehci, urb, &qtd_list, mem_flags); in ehci_urb_enqueue() 799 if (!qh_urb_transaction (ehci, urb, &qtd_list, mem_flags)) in ehci_urb_enqueue() 801 return intr_submit(ehci, urb, &qtd_list, mem_flags); in ehci_urb_enqueue() 893 if (!list_empty (&qh->qtd_list) in ehci_urb_dequeue() 970 if (list_empty (&qh->qtd_list)) { in ehci_endpoint_disable() 982 list_empty (&qh->qtd_list) ? "" : "(has tds)"); in ehci_endpoint_disable()
|
D | ehci-mem.c | 46 INIT_LIST_HEAD (&qtd->qtd_list); in ehci_qtd_init() 72 if (!list_empty (&qh->qtd_list) || qh->qh_next.ptr) { in qh_destroy() 96 INIT_LIST_HEAD (&qh->qtd_list); in ehci_qh_alloc()
|
D | oxu210hp.h | 226 struct list_head qtd_list; /* sw qtd list */ member 299 struct list_head qtd_list; /* sw qtd list */ member
|
D | ehci.h | 273 struct list_head qtd_list; /* sw qtd list */ member 357 struct list_head qtd_list; /* sw qtd list */ member
|
D | ehci-dbg.c | 432 list_for_each (entry, &qh->qtd_list) { in qh_lines() 433 td = list_entry (entry, struct ehci_qtd, qtd_list); in qh_lines() 586 &p.qh->qtd_list, in fill_periodic_buffer() 587 qtd_list) { in fill_periodic_buffer()
|
D | ehci-sched.c | 606 if (list_empty (&qh->qtd_list) in intr_deschedule() 801 struct list_head *qtd_list, in intr_submit() argument 837 qh = qh_append_tds(ehci, urb, qtd_list, epnum, &urb->ep->hcpriv); in intr_submit() 849 qtd_list_free (ehci, urb, qtd_list); in intr_submit() 2187 if (unlikely (list_empty (&temp.qh->qtd_list))) in scan_periodic()
|