Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dfhci-mem.c41 if (!list_empty(&fhci->empty_tds)) { in get_empty_td()
42 td = list_entry(fhci->empty_tds.next, struct td, node); in get_empty_td()
43 list_del(fhci->empty_tds.next); in get_empty_td()
58 list_add(&td->node, &fhci->empty_tds); in fhci_recycle_empty_td()
Dfhci-hcd.c179 list_for_each_entry_safe(td, next_td, &fhci->empty_tds, node) { in fhci_mem_free()
210 INIT_LIST_HEAD(&fhci->empty_tds); in fhci_mem_init()
Dfhci.h260 struct list_head empty_tds; member