Home
last modified time | relevance | path

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

/drivers/usb/host/
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()
A Dehci-hcd.c470 ehci->next_hrtimer_event = EHCI_HRTIMER_NO_EVENT; in ehci_init()
781 if (ehci->next_hrtimer_event == EHCI_HRTIMER_IAA_WATCHDOG) in ehci_irq()
782 ++ehci->next_hrtimer_event; in ehci_irq()
A Dehci.h113 enum ehci_hrtimer_event next_hrtimer_event; member
A Dehci-hub.c367 ehci->next_hrtimer_event = EHCI_HRTIMER_NO_EVENT; in ehci_bus_suspend()
/drivers/usb/fotg210/
A Dfotg210-hcd.h78 enum fotg210_hrtimer_event next_hrtimer_event; member
A Dfotg210-hcd.c1055 if (event < fotg210->next_hrtimer_event) { in fotg210_enable_event()
1056 fotg210->next_hrtimer_event = event; in fotg210_enable_event()
1343 fotg210->next_hrtimer_event = FOTG210_HRTIMER_NO_EVENT; in fotg210_hrtimer_func()
4905 fotg210->next_hrtimer_event = FOTG210_HRTIMER_NO_EVENT; in hcd_fotg210_init()
5167 if (fotg210->next_hrtimer_event == FOTG210_HRTIMER_IAA_WATCHDOG) in fotg210_irq()
5168 ++fotg210->next_hrtimer_event; in fotg210_irq()

Completed in 28 milliseconds