Searched refs:cached_itd_list (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci-timer.c | 280 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 D | fotg210.h | 135 struct list_head cached_itd_list; member
|
H A D | ehci.h | 172 struct list_head cached_itd_list; member
|
H A D | fotg210-hcd.c | 1227 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() 4927 INIT_LIST_HEAD(&fotg210->cached_itd_list); in hcd_fotg210_init()
|
H A D | ehci-hcd.c | 490 INIT_LIST_HEAD(&ehci->cached_itd_list); in ehci_init()
|
H A D | ehci-sched.c | 1894 &ehci->cached_itd_list); in itd_complete()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-timer.c | 280 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 D | ehci.h | 172 struct list_head cached_itd_list; member
|
H A D | ehci-hcd.c | 491 INIT_LIST_HEAD(&ehci->cached_itd_list); in ehci_init()
|
H A D | ehci-sched.c | 1905 &ehci->cached_itd_list); in itd_complete()
|
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 135 struct list_head cached_itd_list; member
|
H A D | fotg210-hcd.c | 1227 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()
|
Completed in 31 milliseconds