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

/linux-master/drivers/usb/host/
H A Dfhci-mem.c41 if (!list_empty(&fhci->empty_tds)) {
42 td = list_entry(fhci->empty_tds.next, struct td, node);
43 list_del(fhci->empty_tds.next);
58 list_add(&td->node, &fhci->empty_tds);
H A Dfhci-hcd.c180 list_for_each_entry_safe(td, next_td, &fhci->empty_tds, node) {
211 INIT_LIST_HEAD(&fhci->empty_tds);
H A Dfhci.h260 struct list_head empty_tds; member in struct:fhci_hcd

Completed in 89 milliseconds