Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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 Dfotg210.h111 unsigned async_count; /* async activity count */ member
H A Dehci.h146 unsigned async_count; /* async activity count */ member
H A Dehci-q.c955 if (ehci->async_count++) in enable_async()
968 if (--ehci->async_count) in disable_async()
H A 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()
H A Dehci-hcd.c399 if (ehci->async_count) in ehci_work()