/Linux-v4.19/drivers/usb/host/ |
D | ehci-q.c | 113 qtd = list_entry(qh->qtd_list.next, struct ehci_qtd, qtd_list); in qh_refresh() 145 if (qh->qh_state == QH_STATE_IDLE && !list_empty(&qh->qtd_list) in ehci_clear_tt_buffer_complete() 311 list_for_each_safe (entry, tmp, &qh->qtd_list) { in qh_completions() 316 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qh_completions() 432 qh->qtd_list.next == &qtd->qtd_list && in qh_completions() 484 if (stopped && qtd->qtd_list.prev != &qh->qtd_list) { in qh_completions() 485 last = list_entry (qtd->qtd_list.prev, in qh_completions() 486 struct ehci_qtd, qtd_list); in qh_completions() 491 list_del (&qtd->qtd_list); in qh_completions() 547 struct list_head *qtd_list in qtd_list_free() argument [all …]
|
D | oxu210hp-hcd.c | 544 INIT_LIST_HEAD(&qtd->qtd_list); in ehci_qtd_init() 580 INIT_LIST_HEAD(&qtd->qtd_list); in ehci_qtd_alloc() 610 if (!list_empty(&qh->qtd_list) || qh->qh_next.ptr) { in qh_destroy() 637 INIT_LIST_HEAD(&qh->qtd_list); in oxu_qh_alloc() 844 if (list_empty(&qh->qtd_list)) in qh_refresh() 847 qtd = list_entry(qh->qtd_list.next, in qh_refresh() 848 struct ehci_qtd, qtd_list); in qh_refresh() 978 if (unlikely(list_empty(&qh->qtd_list))) in qh_completions() 996 list_for_each_entry_safe(qtd, tmp, &qh->qtd_list, qtd_list) { in qh_completions() 1097 if (stopped && qtd->qtd_list.prev != &qh->qtd_list) { in qh_completions() [all …]
|
D | fotg210-hcd.c | 392 list_for_each_entry(td, &qh->qtd_list, qtd_list) { in qh_lines() 493 list_for_each_entry(qtd, &qh->qtd_list, qtd_list) { in output_buf_tds_dir() 1811 INIT_LIST_HEAD(&qtd->qtd_list); in fotg210_qtd_init() 1837 if (!list_empty(&qh->qtd_list) || qh->qh_next.ptr) { in qh_destroy() 1860 INIT_LIST_HEAD(&qh->qtd_list); in fotg210_qh_alloc() 2066 if (list_empty(&qh->qtd_list)) in qh_refresh() 2069 qtd = list_entry(qh->qtd_list.next, in qh_refresh() 2070 struct fotg210_qtd, qtd_list); in qh_refresh() 2099 if (qh->qh_state == QH_STATE_IDLE && !list_empty(&qh->qtd_list) in fotg210_clear_tt_buffer_complete() 2249 if (unlikely(list_empty(&qh->qtd_list))) in qh_completions() [all …]
|
D | ehci-mem.c | 33 INIT_LIST_HEAD (&qtd->qtd_list); in ehci_qtd_init() 57 if (!list_empty (&qh->qtd_list) || qh->qh_next.ptr) { in qh_destroy() 82 INIT_LIST_HEAD (&qh->qtd_list); in ehci_qh_alloc()
|
D | ehci-hcd.c | 858 struct list_head qtd_list; in ehci_urb_enqueue() local 860 INIT_LIST_HEAD (&qtd_list); in ehci_urb_enqueue() 872 if (!qh_urb_transaction (ehci, urb, &qtd_list, mem_flags)) in ehci_urb_enqueue() 874 return submit_async(ehci, urb, &qtd_list, mem_flags); in ehci_urb_enqueue() 877 if (!qh_urb_transaction (ehci, urb, &qtd_list, mem_flags)) in ehci_urb_enqueue() 879 return intr_submit(ehci, urb, &qtd_list, mem_flags); in ehci_urb_enqueue() 977 if (list_empty(&qh->qtd_list)) in ehci_endpoint_disable() 996 if (list_empty (&qh->qtd_list)) { in ehci_endpoint_disable() 1009 list_empty (&qh->qtd_list) ? "" : "(has tds)"); in ehci_endpoint_disable() 1039 if (!list_empty(&qh->qtd_list)) { in ehci_endpoint_reset()
|
D | oxu210hp.h | 227 struct list_head qtd_list; /* sw qtd list */ member 300 struct list_head qtd_list; /* sw qtd list */ member
|
D | fotg210.h | 345 struct list_head qtd_list; /* sw qtd list */ member 439 struct list_head qtd_list; /* sw qtd list */ member
|
D | ehci.h | 315 struct list_head qtd_list; /* sw qtd list */ member 409 struct list_head qtd_list; /* sw qtd list */ member
|
D | ehci-dbg.c | 416 list_for_each(entry, &qh->qtd_list) { in qh_lines() 419 td = list_entry(entry, struct ehci_qtd, qtd_list); in qh_lines() 602 list_for_each_entry(qtd, &qh->qtd_list, qtd_list) { in output_buf_tds_dir()
|
D | ehci-sched.c | 725 if (!list_empty(&qh->qtd_list)) in end_unlink_intr() 729 if (!list_empty(&qh->qtd_list) && ehci->rh_state == EHCI_RH_RUNNING) { in end_unlink_intr() 920 struct list_head *qtd_list, in intr_submit() argument 956 qh = qh_append_tds(ehci, urb, qtd_list, epnum, &urb->ep->hcpriv); in intr_submit() 977 qtd_list_free(ehci, urb, qtd_list); in intr_submit() 990 if (!list_empty(&qh->qtd_list)) { in scan_intr() 1003 else if (unlikely(list_empty(&qh->qtd_list) && in scan_intr()
|
/Linux-v4.19/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 126 struct list_head qtd_list; member 148 struct list_head qtd_list; member 421 INIT_LIST_HEAD(&qh->qtd_list); in qh_alloc() 429 WARN_ON(!list_empty(&qh->qtd_list)); in qh_free() 519 if (list_is_last(&qtd->qtd_list, &qh->qtd_list)) in last_qtd_of_urb() 523 qtd = list_entry(qtd->qtd_list.next, typeof(*qtd), qtd_list); in last_qtd_of_urb() 704 INIT_LIST_HEAD(&qtd->qtd_list); in qtd_alloc() 775 list_for_each_entry_safe(qtd, qtd_next, &qh->qtd_list, qtd_list) { in collect_qtds() 825 list_del(&qtd->qtd_list); in collect_qtds() 841 if (unlikely(list_empty(&qh->qtd_list))) { in enqueue_qtds() [all …]
|
/Linux-v4.19/drivers/usb/dwc2/ |
D | hcd_ddma.c | 622 list_for_each_entry(qtd, &qh->qtd_list, qtd_list_entry) { in dwc2_init_isoc_dma_desc() 758 list_for_each_entry(qtd, &qh->qtd_list, qtd_list_entry) { in dwc2_init_non_isoc_dma_desc() 975 list_for_each_entry(qtd, &qh->qtd_list, qtd_list_entry) in dwc2_complete_isoc_xfer_ddma() 994 list_for_each_entry_safe(qtd, qtd_tmp, &qh->qtd_list, in dwc2_complete_isoc_xfer_ddma() 1012 list_for_each_entry_safe(qtd, qtd_tmp, &qh->qtd_list, qtd_list_entry) { in dwc2_complete_isoc_xfer_ddma() 1051 qtd_next = list_first_entry(&qh->qtd_list, in dwc2_complete_isoc_xfer_ddma() 1233 list_for_each_entry(qtd, &qh->qtd_list, qtd_list_entry) in dwc2_complete_non_isoc_xfer_ddma() 1238 list_for_each_safe(qtd_item, qtd_tmp, &qh->qtd_list) { in dwc2_complete_non_isoc_xfer_ddma() 1312 list_empty(&qh->qtd_list)) { in dwc2_hcd_complete_xfer_ddma() 1320 &qh->qtd_list, in dwc2_hcd_complete_xfer_ddma() [all …]
|
D | hcd_queue.c | 1530 INIT_LIST_HEAD(&qh->qtd_list); in dwc2_qh_init() 1982 if (!list_empty(&qh->qtd_list)) in dwc2_hcd_qh_deactivate() 2008 if (list_empty(&qh->qtd_list)) { in dwc2_hcd_qh_deactivate() 2087 list_add_tail(&qtd->qtd_list_entry, &qh->qtd_list); in dwc2_hcd_qtd_add()
|
D | hcd_intr.c | 668 if (list_empty(&qh->qtd_list)) { in dwc2_deactivate_qh() 673 qtd = list_first_entry(&qh->qtd_list, struct dwc2_qtd, qtd_list_entry); in dwc2_deactivate_qh() 2025 cur_head = list_first_entry(&qh->qtd_list, struct dwc2_qtd, in dwc2_check_qtd_still_ok() 2089 if (list_empty(&chan->qh->qtd_list)) { in dwc2_hc_n_intr() 2105 qtd = list_first_entry(&chan->qh->qtd_list, struct dwc2_qtd, in dwc2_hc_n_intr()
|
D | hcd.c | 1810 list_for_each_entry_safe(qtd, qtd_tmp, &qh->qtd_list, in dwc2_kill_urbs_in_qh_list() 1838 list_for_each_entry_safe(qtd, qtd_tmp, &qh->qtd_list, in dwc2_qh_list_free() 2184 } else if (list_empty(&qh->qtd_list)) { in dwc2_hcd_urb_dequeue() 2211 while (!list_empty(&qh->qtd_list) && retry--) { in dwc2_hcd_endpoint_disable() 2232 list_for_each_entry_safe(qtd, qtd_tmp, &qh->qtd_list, qtd_list_entry) in dwc2_hcd_endpoint_disable() 2776 if (list_empty(&qh->qtd_list)) { in dwc2_assign_and_init_hc() 2792 qtd = list_first_entry(&qh->qtd_list, struct dwc2_qtd, qtd_list_entry); in dwc2_assign_and_init_hc() 4082 list_for_each_entry(qtd, &chan->qh->qtd_list, qtd_list_entry) { in dwc2_hcd_dump_state() 4820 list_for_each_entry_safe(qtd2, qtd2_tmp, &qh->qtd_list, in _dwc2_hcd_urb_enqueue()
|
D | hcd.h | 361 struct list_head qtd_list; member
|