Home
last modified time | relevance | path

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

/drivers/usb/host/
Dehci-timer.c95 if (event < ehci->next_hrtimer_event) { in ehci_enable_event()
96 ehci->next_hrtimer_event = event; in ehci_enable_event()
417 ehci->next_hrtimer_event = EHCI_HRTIMER_NO_EVENT; in ehci_hrtimer_func()
Dehci-hcd.c474 ehci->next_hrtimer_event = EHCI_HRTIMER_NO_EVENT; in ehci_init()
764 if (ehci->next_hrtimer_event == EHCI_HRTIMER_IAA_WATCHDOG) in ehci_irq()
765 ++ehci->next_hrtimer_event; in ehci_irq()
Dfotg210.h77 enum fotg210_hrtimer_event next_hrtimer_event; member
Dehci.h125 enum ehci_hrtimer_event next_hrtimer_event; member
Dfotg210-hcd.c1088 if (event < fotg210->next_hrtimer_event) { in fotg210_enable_event()
1089 fotg210->next_hrtimer_event = event; in fotg210_enable_event()
1376 fotg210->next_hrtimer_event = FOTG210_HRTIMER_NO_EVENT; in fotg210_hrtimer_func()
4957 fotg210->next_hrtimer_event = FOTG210_HRTIMER_NO_EVENT; in hcd_fotg210_init()
5220 if (fotg210->next_hrtimer_event == FOTG210_HRTIMER_IAA_WATCHDOG) in fotg210_irq()
5221 ++fotg210->next_hrtimer_event; in fotg210_irq()
Dehci-hub.c365 ehci->next_hrtimer_event = EHCI_HRTIMER_NO_EVENT; in ehci_bus_suspend()