Searched refs:td_list (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/host/
H A Dohci-q.c559 list_add_tail (&td->td_list, &td->ed->td_list);
714 list_del (&td->td_list);
793 struct list_head *tmp = td->td_list.next;
807 while (tmp != &ed->td_list) {
811 next = list_entry (tmp, struct td, td_list);
812 tmp = next->td_list.next;
875 * prepend to ours. ed->td_list changes later.
928 if (!list_empty (&ed->td_list)) {
932 td = list_entry (ed->td_list
[all...]
H A Duhci-q.c148 list_add_tail(&td->list, &urbp->td_list);
243 list_for_each_entry(td, &urbp->td_list, list)
344 WARN_ON(list_empty(&purbp->td_list));
345 ptd = list_entry(purbp->td_list.prev, struct uhci_td,
347 td = list_entry(urbp->td_list.prev, struct uhci_td,
364 WARN_ON(list_empty(&urbp->td_list));
365 td = list_entry(urbp->td_list.next, struct uhci_td, list);
402 td = list_entry(urbp->td_list.next, struct uhci_td, list);
404 td = list_entry(urbp->td_list.prev, struct uhci_td,
410 list_for_each_entry(td, &urbp->td_list, lis
[all...]
H A Dehci-sched.c852 INIT_LIST_HEAD(&stream->td_list);
966 // BUG_ON (!list_empty(&stream->td_list));
1072 INIT_LIST_HEAD (&iso_sched->td_list);
1127 list_splice (&iso_sched->td_list, &stream->free_list);
1188 list_add (&itd->itd_list, &sched->td_list);
1345 if (likely (!list_empty (&stream->td_list))) {
1396 list_empty (&stream->td_list) ? "" : "re",
1490 if (unlikely (list_empty(&stream->td_list))) {
1507 // BUG_ON (list_empty (&iso_sched->td_list));
1511 itd = list_entry (iso_sched->td_list
[all...]
H A Dohci-mem.c127 INIT_LIST_HEAD (&ed->td_list);
H A Dohci-dbg.c377 /* use ed->td_list because HC concurrently modifies
380 list_for_each (tmp, &ed->td_list) {
382 td = list_entry (tmp, struct td, td_list);
438 list_for_each (entry, &ed->td_list) {
441 td = list_entry (entry, struct td, td_list);
549 list_for_each (entry, &ed->td_list)
H A Dehci.h528 struct list_head td_list; member in struct:ehci_iso_sched
546 struct list_head td_list; /* queued itds/sitds */ member in struct:ehci_iso_stream
H A Dohci.h49 struct list_head td_list; /* "shadow list" of our TDs */ member in struct:ed
130 struct list_head td_list; /* "shadow list", TDs on same ED */ member in struct:td
H A Duhci-hcd.h414 struct list_head td_list; member in struct:urb_priv
H A Duhci-debug.c128 list_for_each_entry(td, &urbp->td_list, list) {
200 struct uhci_td *td = list_entry(urbp->td_list.next,
H A Dohci-hcd.c332 if (list_empty (&ed->td_list)) {
344 list_empty (&ed->td_list) ? "" : " (has tds)");

Completed in 109 milliseconds