Home
last modified time | relevance | path

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

/linux-6.1.9/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.c956 if (ehci->async_count++) in enable_async()
969 if (--ehci->async_count) in disable_async()
Dfotg210-hcd.c1098 if (fotg210->async_count > 0) in fotg210_poll_ASS()
1102 if (fotg210->async_count == 0) { in fotg210_poll_ASS()
1315 fotg210->async_count + fotg210->intr_count > 0)) in turn_on_io_watchdog()
2884 if (fotg210->async_count++) in enable_async()
2897 if (--fotg210->async_count) in disable_async()
4840 if (fotg210->async_count) in fotg210_work()
Dehci-hcd.c400 if (ehci->async_count) in ehci_work()