Searched refs:empty_tds (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.c45 if (!list_empty(&fhci->empty_tds)) {
46 td = list_entry(fhci->empty_tds.next, struct td, node);
47 list_del(fhci->empty_tds.next);
62 list_add(&td->node, &fhci->empty_tds);
H A Dfhci-hcd.c181 list_for_each_entry_safe(td, next_td, &fhci->empty_tds, node) {
212 INIT_LIST_HEAD(&fhci->empty_tds);
H A Dfhci.h282 struct list_head empty_tds; member in struct:fhci_hcd

Completed in 91 milliseconds