Searched refs:async_unlinking (Results 1 - 6 of 6) sorted by relevance

/drivers/usb/host/
H A Dehci-q.c1319 * If async_unlinking is set then this routine is already running,
1322 early_exit = ehci->async_unlinking;
1354 ehci->async_unlinking = true;
1370 ehci->async_unlinking = false;
H A Dehci.h148 bool async_unlinking:1; member in struct:ehci_hcd
H A Dfotg210.h97 bool async_unlinking:1; member in struct:fotg210_hcd
H A Dfusbh200.h97 bool async_unlinking:1; member in struct:fusbh200_hcd
H A Dfotg210-hcd.c3242 if (fotg210->async_iaa || fotg210->async_unlinking)
3275 fotg210->async_unlinking = true;
3290 fotg210->async_unlinking = false;
H A Dfusbh200-hcd.c3190 if (fusbh200->async_iaa || fusbh200->async_unlinking)
3222 fusbh200->async_unlinking = true;
3237 fusbh200->async_unlinking = false;

Completed in 117 milliseconds