Home
last modified time | relevance | path

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

/openbmc/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()
H A Dehci-q.c956 if (ehci->async_count++) in enable_async()
969 if (--ehci->async_count) in disable_async()
H A Dehci.h146 unsigned async_count; /* async activity count */ member
H A Dehci-hcd.c400 if (ehci->async_count) in ehci_work()
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h111 unsigned async_count; /* async activity count */ member
H A Dfotg210-hcd.c1094 if (fotg210->async_count > 0) in fotg210_poll_ASS()
1098 if (fotg210->async_count == 0) { in fotg210_poll_ASS()
1311 fotg210->async_count + fotg210->intr_count > 0)) in turn_on_io_watchdog()
2880 if (fotg210->async_count++) in enable_async()
2893 if (--fotg210->async_count) in disable_async()
4835 if (fotg210->async_count) in fotg210_work()