Home
last modified time | relevance | path

Searched refs:async_unlinking (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/host/
H A Dehci-q.c1322 early_exit = ehci->async_unlinking; in end_unlink_async()
1400 ehci->async_unlinking = true; in end_unlink_async()
1416 ehci->async_unlinking = false; in end_unlink_async()
H A Dehci.h136 bool async_unlinking:1; member
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h100 bool async_unlinking:1; member
H A Dfotg210-hcd.c3093 if (fotg210->async_iaa || fotg210->async_unlinking) in start_iaa_cycle()
3126 fotg210->async_unlinking = true; in end_unlink_async()
3141 fotg210->async_unlinking = false; in end_unlink_async()