Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dfhci-mem.c45 if (!list_empty(&fhci->empty_tds)) { in get_empty_td()
46 td = list_entry(fhci->empty_tds.next, struct td, node); in get_empty_td()
47 list_del(fhci->empty_tds.next); in get_empty_td()
62 list_add(&td->node, &fhci->empty_tds); in fhci_recycle_empty_td()
Dfhci-hcd.c183 list_for_each_entry_safe(td, next_td, &fhci->empty_tds, node) { in fhci_mem_free()
214 INIT_LIST_HEAD(&fhci->empty_tds); in fhci_mem_init()
Dfhci.h264 struct list_head empty_tds; member