Searched refs:ed_rm_list (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/host/
H A Dohci-q.c206 if (!ohci->ed_controltail && !ohci->ed_rm_list) {
226 if (!ohci->ed_bulktail && !ohci->ed_rm_list) {
476 ed->ed_next = ohci->ed_rm_list;
478 ohci->ed_rm_list = ed;
913 for (last = &ohci->ed_rm_list, ed = *last; ed != NULL; ed = *last) {
1014 && !ohci->ed_rm_list) {
1062 * path is finish_unlinks(), which unlinks URBs using ed_rm_list, instead of
H A Dohci-hcd.c720 if (ohci->ed_rm_list)
722 if ((ints & OHCI_INTR_SF) != 0 && !ohci->ed_rm_list
795 ed->ed_next = ohci->ed_rm_list;
797 ohci->ed_rm_list = ed;
820 ohci->ed_rm_list = NULL;
H A Dohci-hub.c233 if (ohci->ed_rm_list)
262 if (!ohci->ed_rm_list) {
359 && !ohci->ed_rm_list
H A Dohci.h363 struct ed *ed_rm_list; /* to be removed */ member in struct:ohci_hcd

Completed in 189 milliseconds