empty_tds 179 drivers/usb/host/fhci-hcd.c list_for_each_entry_safe(td, next_td, &fhci->empty_tds, node) { empty_tds 210 drivers/usb/host/fhci-hcd.c INIT_LIST_HEAD(&fhci->empty_tds); empty_tds 41 drivers/usb/host/fhci-mem.c if (!list_empty(&fhci->empty_tds)) { empty_tds 42 drivers/usb/host/fhci-mem.c td = list_entry(fhci->empty_tds.next, struct td, node); empty_tds 43 drivers/usb/host/fhci-mem.c list_del(fhci->empty_tds.next); empty_tds 58 drivers/usb/host/fhci-mem.c list_add(&td->node, &fhci->empty_tds); empty_tds 260 drivers/usb/host/fhci.h struct list_head empty_tds;