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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dohci-q.c201 if (!ohci->ed_controltail && !ohci->ed_rm_list) {
221 if (!ohci->ed_bulktail && !ohci->ed_rm_list) {
471 ed->ed_next = ohci->ed_rm_list;
473 ohci->ed_rm_list = ed;
902 for (last = &ohci->ed_rm_list, ed = *last; ed != NULL; ed = *last) {
1021 && !ohci->ed_rm_list) {
1116 * normal path is finish_unlinks(), which unlinks URBs using ed_rm_list,
H A Dohci-hcd.c868 if (ohci->ed_rm_list)
871 && !ohci->ed_rm_list
945 ed->ed_next = ohci->ed_rm_list;
947 ohci->ed_rm_list = ed;
969 ohci->ed_rm_list = NULL;
H A Dohci-hub.c222 if (ohci->ed_rm_list)
251 if (!ohci->ed_rm_list) {
409 && !ohci->ed_rm_list
H A Dohci.h363 struct ed *ed_rm_list; /* to be removed */ member in struct:ohci_hcd

Completed in 107 milliseconds