Home
last modified time | relevance | path

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

/drivers/usb/host/
Dehci-timer.c129 if (ehci->async_count > 0) in ehci_poll_ASS()
133 if (ehci->async_count == 0) { in ehci_poll_ASS()
381 ehci->async_count + ehci->intr_count > 0)) in turn_on_io_watchdog()
Dfotg210.h110 unsigned async_count; /* async activity count */ member
Dehci-q.c961 if (ehci->async_count++) in enable_async()
974 if (--ehci->async_count) in disable_async()
Dehci.h158 unsigned async_count; /* async activity count */ member
Dfotg210-hcd.c1123 if (fotg210->async_count > 0) in fotg210_poll_ASS()
1127 if (fotg210->async_count == 0) { in fotg210_poll_ASS()
1340 fotg210->async_count + fotg210->intr_count > 0)) in turn_on_io_watchdog()
2918 if (fotg210->async_count++) in enable_async()
2931 if (--fotg210->async_count) in disable_async()
4882 if (fotg210->async_count) in fotg210_work()
Dehci-hcd.c403 if (ehci->async_count) in ehci_work()