next_hrtimer_event  469 drivers/usb/host/ehci-hcd.c 	ehci->next_hrtimer_event = EHCI_HRTIMER_NO_EVENT;
next_hrtimer_event  752 drivers/usb/host/ehci-hcd.c 		if (ehci->next_hrtimer_event == EHCI_HRTIMER_IAA_WATCHDOG)
next_hrtimer_event  753 drivers/usb/host/ehci-hcd.c 			++ehci->next_hrtimer_event;
next_hrtimer_event  365 drivers/usb/host/ehci-hub.c 	ehci->next_hrtimer_event = EHCI_HRTIMER_NO_EVENT;
next_hrtimer_event   86 drivers/usb/host/ehci-timer.c 	if (event < ehci->next_hrtimer_event) {
next_hrtimer_event   87 drivers/usb/host/ehci-timer.c 		ehci->next_hrtimer_event = event;
next_hrtimer_event  410 drivers/usb/host/ehci-timer.c 	ehci->next_hrtimer_event = EHCI_HRTIMER_NO_EVENT;
next_hrtimer_event  113 drivers/usb/host/ehci.h 	enum ehci_hrtimer_event	next_hrtimer_event;
next_hrtimer_event 1064 drivers/usb/host/fotg210-hcd.c 	if (event < fotg210->next_hrtimer_event) {
next_hrtimer_event 1065 drivers/usb/host/fotg210-hcd.c 		fotg210->next_hrtimer_event = event;
next_hrtimer_event 1352 drivers/usb/host/fotg210-hcd.c 	fotg210->next_hrtimer_event = FOTG210_HRTIMER_NO_EVENT;
next_hrtimer_event 4919 drivers/usb/host/fotg210-hcd.c 	fotg210->next_hrtimer_event = FOTG210_HRTIMER_NO_EVENT;
next_hrtimer_event 5182 drivers/usb/host/fotg210-hcd.c 		if (fotg210->next_hrtimer_event == FOTG210_HRTIMER_IAA_WATCHDOG)
next_hrtimer_event 5183 drivers/usb/host/fotg210-hcd.c 			++fotg210->next_hrtimer_event;
next_hrtimer_event   78 drivers/usb/host/fotg210.h 	enum fotg210_hrtimer_event	next_hrtimer_event;