Searched refs:qtd_list (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-q.c128 if (list_empty (&qh->qtd_list))
131 qtd = list_entry (qh->qtd_list.next,
132 struct ehci_qtd, qtd_list);
155 if (qh->qh_state == QH_STATE_IDLE && !list_empty(&qh->qtd_list)
320 if (unlikely (list_empty (&qh->qtd_list)))
347 list_for_each_safe (entry, tmp, &qh->qtd_list) {
352 qtd = list_entry (entry, struct ehci_qtd, qtd_list);
508 if (stopped && qtd->qtd_list.prev != &qh->qtd_list) {
509 last = list_entry (qtd->qtd_list
1020 qh_append_tds( struct ehci_hcd *ehci, struct urb *urb, struct list_head *qtd_list, int epnum, void **ptr ) argument
1102 submit_async( struct ehci_hcd *ehci, struct urb *urb, struct list_head *qtd_list, gfp_t mem_flags ) argument
[all...]
H A Disp1760-hcd.c89 struct list_head qtd_list; member in struct:isp1760_qtd
103 struct list_head qtd_list; member in struct:isp1760_qh
322 BUG_ON(!list_empty(&qh->qtd_list));
335 INIT_LIST_HEAD(&qh->qtd_list);
928 list_del(&qtd->qtd_list);
946 list_del(&qtd->qtd_list);
1364 struct urb *urb, struct list_head *qtd_list, int epnum,
1380 qtd = list_entry(qtd_list->next, struct isp1760_qtd,
1381 qtd_list);
1382 if (!list_empty(&qh->qtd_list))
1363 qh_append_tds(struct isp1760_hcd *priv, struct urb *urb, struct list_head *qtd_list, int epnum, void **ptr) argument
1398 qtd_list_free(struct isp1760_hcd *priv, struct urb *urb, struct list_head *qtd_list) argument
1412 isp1760_prepare_enqueue(struct isp1760_hcd *priv, struct urb *urb, struct list_head *qtd_list, gfp_t mem_flags, packet_enqueue *p) argument
1608 struct list_head qtd_list; local
[all...]
H A Doxu210hp-hcd.c544 INIT_LIST_HEAD(&qtd->qtd_list);
582 INIT_LIST_HEAD(&qtd->qtd_list);
614 if (!list_empty(&qh->qtd_list) || qh->qh_next.ptr) {
641 INIT_LIST_HEAD(&qh->qtd_list);
850 if (list_empty(&qh->qtd_list))
853 qtd = list_entry(qh->qtd_list.next,
854 struct ehci_qtd, qtd_list);
983 if (unlikely(list_empty(&qh->qtd_list)))
1001 list_for_each_safe(entry, tmp, &qh->qtd_list) {
1006 qtd = list_entry(entry, struct ehci_qtd, qtd_list);
1168 qtd_list_free(struct oxu_hcd *oxu, struct urb *urb, struct list_head *qtd_list) argument
1532 qh_append_tds(struct oxu_hcd *oxu, struct urb *urb, struct list_head *qtd_list, int epnum, void **ptr) argument
1607 submit_async(struct oxu_hcd *oxu, struct urb *urb, struct list_head *qtd_list, gfp_t mem_flags) argument
2174 intr_submit(struct oxu_hcd *oxu, struct urb *urb, struct list_head *qtd_list, gfp_t mem_flags) argument
2802 struct list_head qtd_list; local
[all...]
H A Dehci-mem.c46 INIT_LIST_HEAD (&qtd->qtd_list);
72 if (!list_empty (&qh->qtd_list) || qh->qh_next.ptr) {
99 INIT_LIST_HEAD (&qh->qtd_list);
H A Dehci-hcd.c898 struct list_head qtd_list; local
900 INIT_LIST_HEAD (&qtd_list);
912 if (!qh_urb_transaction (ehci, urb, &qtd_list, mem_flags))
914 return submit_async(ehci, urb, &qtd_list, mem_flags);
917 if (!qh_urb_transaction (ehci, urb, &qtd_list, mem_flags))
919 return intr_submit(ehci, urb, &qtd_list, mem_flags);
1083 if (list_empty (&qh->qtd_list)) {
1094 list_empty (&qh->qtd_list) ? "" : "(has tds)");
1126 if (!list_empty(&qh->qtd_list)) {
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
H A Dehci.h56 * ehci_qh: qh_next, qtd_list
57 * ehci_qtd: qtd_list
245 struct list_head qtd_list; /* sw qtd list */ member in struct:ehci_qtd
332 struct list_head qtd_list; /* sw qtd list */ member in struct:ehci_qh
H A Dehci-dbg.c471 list_for_each (entry, &qh->qtd_list) {
472 td = list_entry (entry, struct ehci_qtd, qtd_list);
628 &p.qh->qtd_list,
629 qtd_list) {
H A Dehci-sched.c651 if (list_empty (&qh->qtd_list)
666 if (!list_empty(&qh->qtd_list) &&
861 struct list_head *qtd_list,
896 qh = qh_append_tds(ehci, urb, qtd_list, epnum, &urb->ep->hcpriv);
908 qtd_list_free (ehci, urb, qtd_list);
2359 if (unlikely(list_empty(&temp.qh->qtd_list) ||
858 intr_submit( struct ehci_hcd *ehci, struct urb *urb, struct list_head *qtd_list, gfp_t mem_flags ) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Dehci-q.c128 if (list_empty (&qh->qtd_list))
131 qtd = list_entry (qh->qtd_list.next,
132 struct ehci_qtd, qtd_list);
155 if (qh->qh_state == QH_STATE_IDLE && !list_empty(&qh->qtd_list)
320 if (unlikely (list_empty (&qh->qtd_list)))
347 list_for_each_safe (entry, tmp, &qh->qtd_list) {
352 qtd = list_entry (entry, struct ehci_qtd, qtd_list);
508 if (stopped && qtd->qtd_list.prev != &qh->qtd_list) {
509 last = list_entry (qtd->qtd_list
1020 qh_append_tds( struct ehci_hcd *ehci, struct urb *urb, struct list_head *qtd_list, int epnum, void **ptr ) argument
1102 submit_async( struct ehci_hcd *ehci, struct urb *urb, struct list_head *qtd_list, gfp_t mem_flags ) argument
[all...]
H A Disp1760-hcd.c89 struct list_head qtd_list; member in struct:isp1760_qtd
103 struct list_head qtd_list; member in struct:isp1760_qh
322 BUG_ON(!list_empty(&qh->qtd_list));
335 INIT_LIST_HEAD(&qh->qtd_list);
928 list_del(&qtd->qtd_list);
946 list_del(&qtd->qtd_list);
1364 struct urb *urb, struct list_head *qtd_list, int epnum,
1380 qtd = list_entry(qtd_list->next, struct isp1760_qtd,
1381 qtd_list);
1382 if (!list_empty(&qh->qtd_list))
1363 qh_append_tds(struct isp1760_hcd *priv, struct urb *urb, struct list_head *qtd_list, int epnum, void **ptr) argument
1398 qtd_list_free(struct isp1760_hcd *priv, struct urb *urb, struct list_head *qtd_list) argument
1412 isp1760_prepare_enqueue(struct isp1760_hcd *priv, struct urb *urb, struct list_head *qtd_list, gfp_t mem_flags, packet_enqueue *p) argument
1608 struct list_head qtd_list; local
[all...]
H A Doxu210hp-hcd.c544 INIT_LIST_HEAD(&qtd->qtd_list);
582 INIT_LIST_HEAD(&qtd->qtd_list);
614 if (!list_empty(&qh->qtd_list) || qh->qh_next.ptr) {
641 INIT_LIST_HEAD(&qh->qtd_list);
850 if (list_empty(&qh->qtd_list))
853 qtd = list_entry(qh->qtd_list.next,
854 struct ehci_qtd, qtd_list);
983 if (unlikely(list_empty(&qh->qtd_list)))
1001 list_for_each_safe(entry, tmp, &qh->qtd_list) {
1006 qtd = list_entry(entry, struct ehci_qtd, qtd_list);
1168 qtd_list_free(struct oxu_hcd *oxu, struct urb *urb, struct list_head *qtd_list) argument
1532 qh_append_tds(struct oxu_hcd *oxu, struct urb *urb, struct list_head *qtd_list, int epnum, void **ptr) argument
1607 submit_async(struct oxu_hcd *oxu, struct urb *urb, struct list_head *qtd_list, gfp_t mem_flags) argument
2174 intr_submit(struct oxu_hcd *oxu, struct urb *urb, struct list_head *qtd_list, gfp_t mem_flags) argument
2802 struct list_head qtd_list; local
[all...]
H A Dehci-mem.c46 INIT_LIST_HEAD (&qtd->qtd_list);
72 if (!list_empty (&qh->qtd_list) || qh->qh_next.ptr) {
99 INIT_LIST_HEAD (&qh->qtd_list);
H A Dehci-hcd.c898 struct list_head qtd_list; local
900 INIT_LIST_HEAD (&qtd_list);
912 if (!qh_urb_transaction (ehci, urb, &qtd_list, mem_flags))
914 return submit_async(ehci, urb, &qtd_list, mem_flags);
917 if (!qh_urb_transaction (ehci, urb, &qtd_list, mem_flags))
919 return intr_submit(ehci, urb, &qtd_list, mem_flags);
1083 if (list_empty (&qh->qtd_list)) {
1094 list_empty (&qh->qtd_list) ? "" : "(has tds)");
1126 if (!list_empty(&qh->qtd_list)) {
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
H A Dehci.h56 * ehci_qh: qh_next, qtd_list
57 * ehci_qtd: qtd_list
245 struct list_head qtd_list; /* sw qtd list */ member in struct:ehci_qtd
332 struct list_head qtd_list; /* sw qtd list */ member in struct:ehci_qh
H A Dehci-dbg.c471 list_for_each (entry, &qh->qtd_list) {
472 td = list_entry (entry, struct ehci_qtd, qtd_list);
628 &p.qh->qtd_list,
629 qtd_list) {
H A Dehci-sched.c651 if (list_empty (&qh->qtd_list)
666 if (!list_empty(&qh->qtd_list) &&
861 struct list_head *qtd_list,
896 qh = qh_append_tds(ehci, urb, qtd_list, epnum, &urb->ep->hcpriv);
908 qtd_list_free (ehci, urb, qtd_list);
2359 if (unlikely(list_empty(&temp.qh->qtd_list) ||
858 intr_submit( struct ehci_hcd *ehci, struct urb *urb, struct list_head *qtd_list, gfp_t mem_flags ) argument

Completed in 227 milliseconds