ed_rm_list        968 drivers/usb/host/ohci-hcd.c 	if ((ints & OHCI_INTR_SF) != 0 && !ohci->ed_rm_list
ed_rm_list       1051 drivers/usb/host/ohci-hcd.c 			ed->ed_next = ohci->ed_rm_list;
ed_rm_list       1053 drivers/usb/host/ohci-hcd.c 			ohci->ed_rm_list = ed;
ed_rm_list       1075 drivers/usb/host/ohci-hcd.c 	ohci->ed_rm_list = NULL;
ed_rm_list        242 drivers/usb/host/ohci-hub.c 	if (ohci->ed_rm_list)
ed_rm_list        271 drivers/usb/host/ohci-hub.c 	if (!ohci->ed_rm_list) {
ed_rm_list        387 drivers/usb/host/ohci-hub.c 					&& !ohci->ed_rm_list
ed_rm_list        214 drivers/usb/host/ohci-q.c 		if (!ohci->ed_controltail && !ohci->ed_rm_list) {
ed_rm_list        234 drivers/usb/host/ohci-q.c 		if (!ohci->ed_bulktail && !ohci->ed_rm_list) {
ed_rm_list        490 drivers/usb/host/ohci-q.c 	ed->ed_next = ohci->ed_rm_list;
ed_rm_list        492 drivers/usb/host/ohci-q.c 	ohci->ed_rm_list = ed;
ed_rm_list        981 drivers/usb/host/ohci-q.c 	for (last = &ohci->ed_rm_list, ed = *last; ed != NULL; ed = *last) {
ed_rm_list       1093 drivers/usb/host/ohci-q.c 			ed->ed_next = ohci->ed_rm_list;
ed_rm_list       1094 drivers/usb/host/ohci-q.c 			ohci->ed_rm_list = ed;
ed_rm_list       1096 drivers/usb/host/ohci-q.c 			if (last == &ohci->ed_rm_list)
ed_rm_list       1105 drivers/usb/host/ohci-q.c 	if (ohci->rh_state == OHCI_RH_RUNNING && !ohci->ed_rm_list) {
ed_rm_list       1227 drivers/usb/host/ohci-q.c 	if (ohci->ed_rm_list)
ed_rm_list        378 drivers/usb/host/ohci.h 	struct ed		*ed_rm_list;		/* to be removed */