Searched defs:qtd_list (Results 1 - 7 of 7) sorted by relevance

/drivers/usb/host/
H A Dehci-q.c126 if (list_empty (&qh->qtd_list))
129 qtd = list_entry (qh->qtd_list.next,
130 struct ehci_qtd, qtd_list);
153 if (qh->qh_state == QH_STATE_IDLE && !list_empty(&qh->qtd_list)
318 if (unlikely (list_empty (&qh->qtd_list)))
345 list_for_each_safe (entry, tmp, &qh->qtd_list) {
350 qtd = list_entry (entry, struct ehci_qtd, qtd_list);
506 if (stopped && qtd->qtd_list.prev != &qh->qtd_list) {
507 last = list_entry (qtd->qtd_list
1021 qh_append_tds( struct ehci_hcd *ehci, struct urb *urb, struct list_head *qtd_list, int epnum, void **ptr ) argument
1103 submit_async( struct ehci_hcd *ehci, struct urb *urb, struct list_head *qtd_list, gfp_t mem_flags ) argument
[all...]
H A Dehci-hcd.c1001 struct list_head qtd_list; local
1003 INIT_LIST_HEAD (&qtd_list);
1015 if (!qh_urb_transaction (ehci, urb, &qtd_list, mem_flags))
1017 return submit_async(ehci, urb, &qtd_list, mem_flags);
1020 if (!qh_urb_transaction (ehci, urb, &qtd_list, mem_flags))
1022 return intr_submit(ehci, urb, &qtd_list, mem_flags);
1186 if (list_empty (&qh->qtd_list)) {
1197 list_empty (&qh->qtd_list) ? "" : "(has tds)");
1228 if (!list_empty(&qh->qtd_list)) {
H A Dehci-sched.c684 if (list_empty (&qh->qtd_list)
699 if (!list_empty(&qh->qtd_list) &&
897 struct list_head *qtd_list,
932 qh = qh_append_tds(ehci, urb, qtd_list, epnum, &urb->ep->hcpriv);
944 qtd_list_free (ehci, urb, qtd_list);
2350 if (unlikely(list_empty(&temp.qh->qtd_list) ||
894 intr_submit( struct ehci_hcd *ehci, struct urb *urb, struct list_head *qtd_list, gfp_t mem_flags ) argument
H A Disp1760-hcd.c101 struct list_head qtd_list; member in struct:isp1760_qtd
123 struct list_head qtd_list; member in struct:isp1760_qh
398 INIT_LIST_HEAD(&qh->qtd_list);
406 WARN_ON(!list_empty(&qh->qtd_list));
545 if (list_is_last(&qtd->qtd_list, &qh->qtd_list))
549 qtd = list_entry(qtd->qtd_list.next, typeof(*qtd), qtd_list);
730 INIT_LIST_HEAD(&qtd->qtd_list);
800 list_for_each_entry_safe(qtd, qtd_next, &qh->qtd_list, qtd_lis
1402 qtd_list_free(struct list_head *qtd_list) argument
[all...]
H A Doxu210hp-hcd.c555 INIT_LIST_HEAD(&qtd->qtd_list);
591 INIT_LIST_HEAD(&qtd->qtd_list);
621 if (!list_empty(&qh->qtd_list) || qh->qh_next.ptr) {
648 INIT_LIST_HEAD(&qh->qtd_list);
855 if (list_empty(&qh->qtd_list))
858 qtd = list_entry(qh->qtd_list.next,
859 struct ehci_qtd, qtd_list);
989 if (unlikely(list_empty(&qh->qtd_list)))
1007 list_for_each_safe(entry, tmp, &qh->qtd_list) {
1012 qtd = list_entry(entry, struct ehci_qtd, qtd_list);
1174 qtd_list_free(struct oxu_hcd *oxu, struct urb *urb, struct list_head *qtd_list) argument
1539 qh_append_tds(struct oxu_hcd *oxu, struct urb *urb, struct list_head *qtd_list, int epnum, void **ptr) argument
1614 submit_async(struct oxu_hcd *oxu, struct urb *urb, struct list_head *qtd_list, gfp_t mem_flags) argument
2190 intr_submit(struct oxu_hcd *oxu, struct urb *urb, struct list_head *qtd_list, gfp_t mem_flags) argument
2827 struct list_head qtd_list; local
[all...]
H A Dehci.h56 * ehci_qh: qh_next, qtd_list
57 * ehci_qtd: qtd_list
266 struct list_head qtd_list; /* sw qtd list */ member in struct:ehci_qtd
353 struct list_head qtd_list; /* sw qtd list */ member in struct:ehci_qh
H A Doxu210hp.h226 struct list_head qtd_list; /* sw qtd list */ member in struct:ehci_qtd
299 struct list_head qtd_list; /* sw qtd list */ member in struct:ehci_qh

Completed in 169 milliseconds