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

/linux-master/drivers/usb/host/
H A Dfhci-mem.c65 if (!list_empty(&fhci->empty_eds)) {
66 ed = list_entry(fhci->empty_eds.next, struct ed, node);
67 list_del(fhci->empty_eds.next);
82 list_add(&ed->node, &fhci->empty_eds);
H A Dfhci-hcd.c175 list_for_each_entry_safe(ed, next_ed, &fhci->empty_eds, node) {
210 INIT_LIST_HEAD(&fhci->empty_eds);
H A Dfhci.h259 struct list_head empty_eds; member in struct:fhci_hcd

Completed in 155 milliseconds