Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
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()
Dfotg210.h111 unsigned async_count; /* async activity count */ member
Dehci.h146 unsigned async_count; /* async activity count */ member
Dehci-q.c955 if (ehci->async_count++) in enable_async()
968 if (--ehci->async_count) in disable_async()
Dfotg210-hcd.c1097 if (fotg210->async_count > 0) in fotg210_poll_ASS()
1101 if (fotg210->async_count == 0) { in fotg210_poll_ASS()
1314 fotg210->async_count + fotg210->intr_count > 0)) in turn_on_io_watchdog()
2882 if (fotg210->async_count++) in enable_async()
2895 if (--fotg210->async_count) in disable_async()
4839 if (fotg210->async_count) in fotg210_work()
Dehci-hcd.c399 if (ehci->async_count) in ehci_work()