Home
last modified time | relevance | path

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

/drivers/usb/host/
Dehci-timer.c287 ehci->last_itd_to_free = list_entry( in start_free_itds()
304 ehci->last_itd_to_free = NULL; in end_free_itds()
311 if (itd == ehci->last_itd_to_free) in end_free_itds()
Dfotg210.h133 struct fotg210_itd *last_itd_to_free; member
Dfusbh200.h132 struct fusbh200_itd *last_itd_to_free; member
Dehci.h183 struct ehci_itd *last_itd_to_free; member
Dfusbh200-hcd.c1241 fusbh200->last_itd_to_free = list_entry( in start_free_itds()
1254 fusbh200->last_itd_to_free = NULL; in end_free_itds()
1260 if (itd == fusbh200->last_itd_to_free) in end_free_itds()
Dfotg210-hcd.c1281 fotg210->last_itd_to_free = list_entry( in start_free_itds()
1294 fotg210->last_itd_to_free = NULL; in end_free_itds()
1299 if (itd == fotg210->last_itd_to_free) in end_free_itds()