async_count       398 drivers/usb/host/ehci-hcd.c 	if (ehci->async_count)
async_count       955 drivers/usb/host/ehci-q.c 	if (ehci->async_count++)
async_count       968 drivers/usb/host/ehci-q.c 	if (--ehci->async_count)
async_count       120 drivers/usb/host/ehci-timer.c 		if (ehci->async_count > 0)
async_count       124 drivers/usb/host/ehci-timer.c 		if (ehci->async_count == 0) {
async_count       373 drivers/usb/host/ehci-timer.c 			ehci->async_count + ehci->intr_count > 0))
async_count       146 drivers/usb/host/ehci.h 	unsigned		async_count;	/* async activity count */
async_count      1099 drivers/usb/host/fotg210-hcd.c 		if (fotg210->async_count > 0)
async_count      1103 drivers/usb/host/fotg210-hcd.c 		if (fotg210->async_count == 0) {
async_count      1316 drivers/usb/host/fotg210-hcd.c 			fotg210->async_count + fotg210->intr_count > 0))
async_count      2887 drivers/usb/host/fotg210-hcd.c 	if (fotg210->async_count++)
async_count      2900 drivers/usb/host/fotg210-hcd.c 	if (--fotg210->async_count)
async_count      4844 drivers/usb/host/fotg210-hcd.c 	if (fotg210->async_count)
async_count       111 drivers/usb/host/fotg210.h 	unsigned		async_count;	/* async activity count */