Home
last modified time | relevance | path

Searched refs:next_hrtimer_event (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/host/
H A Dehci-timer.c86 if (event < ehci->next_hrtimer_event) { in ehci_enable_event()
87 ehci->next_hrtimer_event = event; in ehci_enable_event()
410 ehci->next_hrtimer_event = EHCI_HRTIMER_NO_EVENT; in ehci_hrtimer_func()
H A Dehci-hub.c367 ehci->next_hrtimer_event = EHCI_HRTIMER_NO_EVENT; in ehci_bus_suspend()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h78 enum fotg210_hrtimer_event next_hrtimer_event; member