Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dehci-timer.c120 if (ehci->async_count > 0) in ehci_poll_ASS()
124 if (ehci->async_count == 0) { in ehci_poll_ASS()
373 ehci->async_count + ehci->intr_count > 0)) in turn_on_io_watchdog()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h111 unsigned async_count; /* async activity count */ member
H A Dfotg210-hcd.c1090 if (fotg210->async_count > 0) in fotg210_poll_ASS()
1094 if (fotg210->async_count == 0) { in fotg210_poll_ASS()
1307 fotg210->async_count + fotg210->intr_count > 0)) in turn_on_io_watchdog()
2876 if (fotg210->async_count++) in enable_async()
2889 if (--fotg210->async_count) in disable_async()
4831 if (fotg210->async_count) in fotg210_work()