Home
last modified time | relevance | path

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

/Linux-v6.6/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()
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()
Dehci-hcd.c400 if (ehci->async_count) in ehci_work()
/Linux-v6.6/drivers/usb/fotg210/
Dfotg210-hcd.h111 unsigned async_count; /* async activity count */ member
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()
2883 if (fotg210->async_count++) in enable_async()
2896 if (--fotg210->async_count) in disable_async()
4838 if (fotg210->async_count) in fotg210_work()