Searched refs:empty_eds (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dfhci-mem.c69 if (!list_empty(&fhci->empty_eds)) {
70 ed = list_entry(fhci->empty_eds.next, struct ed, node);
71 list_del(fhci->empty_eds.next);
86 list_add(&ed->node, &fhci->empty_eds);
H A Dfhci-hcd.c176 list_for_each_entry_safe(ed, next_ed, &fhci->empty_eds, node) {
211 INIT_LIST_HEAD(&fhci->empty_eds);
H A Dfhci.h281 struct list_head empty_eds; member in struct:fhci_hcd

Completed in 51 milliseconds