Home
last modified time | relevance | path

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

/linux-4.4.14/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.h158 unsigned async_count; /* async activity count */ member
Dehci-q.c950 if (ehci->async_count++) in enable_async()
963 if (--ehci->async_count) in disable_async()
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()
2914 if (fotg210->async_count++) in enable_async()
2927 if (--fotg210->async_count) in disable_async()
4879 if (fotg210->async_count) in fotg210_work()
Dehci-hcd.c402 if (ehci->async_count) in ehci_work()