empty_eds         174 drivers/usb/host/fhci-hcd.c 	list_for_each_entry_safe(ed, next_ed, &fhci->empty_eds, node) {
empty_eds         209 drivers/usb/host/fhci-hcd.c 	INIT_LIST_HEAD(&fhci->empty_eds);
empty_eds          65 drivers/usb/host/fhci-mem.c 	if (!list_empty(&fhci->empty_eds)) {
empty_eds          66 drivers/usb/host/fhci-mem.c 		ed = list_entry(fhci->empty_eds.next, struct ed, node);
empty_eds          67 drivers/usb/host/fhci-mem.c 		list_del(fhci->empty_eds.next);
empty_eds          82 drivers/usb/host/fhci-mem.c 	list_add(&ed->node, &fhci->empty_eds);
empty_eds         259 drivers/usb/host/fhci.h 	struct list_head empty_eds;