Home
last modified time | relevance | path

Searched refs:cached_itd_list (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dehci-timer.c280 ehci->cached_itd_list.prev, in start_free_itds()
300 list_for_each_entry_safe(itd, n, &ehci->cached_itd_list, itd_list) { in end_free_itds()
313 if (!list_empty(&ehci->cached_itd_list) || in end_free_itds()
H A Dehci.h172 struct list_head cached_itd_list; member
H A Dehci-hcd.c491 INIT_LIST_HEAD(&ehci->cached_itd_list); in ehci_init()
H A Dehci-sched.c1905 &ehci->cached_itd_list); in itd_complete()
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h135 struct list_head cached_itd_list; member
H A Dfotg210-hcd.c1227 fotg210->cached_itd_list.prev, in start_free_itds()
1241 list_for_each_entry_safe(itd, n, &fotg210->cached_itd_list, itd_list) { in end_free_itds()
1248 if (!list_empty(&fotg210->cached_itd_list)) in end_free_itds()
4508 &fotg210->cached_itd_list); in itd_complete()
4926 INIT_LIST_HEAD(&fotg210->cached_itd_list); in hcd_fotg210_init()