Home
last modified time | relevance | path

Searched refs:next_hrtimer_event (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dehci-timer.c44 * ehci->next_hrtimer_event. Whenever ehci->hrtimer gets restarted, its
86 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 Dfotg210.h78 enum fotg210_hrtimer_event next_hrtimer_event; member
H A Dehci-hcd.c470 ehci->next_hrtimer_event = EHCI_HRTIMER_NO_EVENT; in ehci_init()
784 if (ehci->next_hrtimer_event == EHCI_HRTIMER_IAA_WATCHDOG) in ehci_irq()
785 ++ehci->next_hrtimer_event; in ehci_irq()
H A Dehci.h113 enum ehci_hrtimer_event next_hrtimer_event; member
H A Dfotg210-hcd.c1020 * fotg210->next_hrtimer_event. Whenever fotg210->hrtimer gets restarted, its
1059 if (event < fotg210->next_hrtimer_event) { in fotg210_enable_event()
1060 fotg210->next_hrtimer_event = event; in fotg210_enable_event()
1347 fotg210->next_hrtimer_event = FOTG210_HRTIMER_NO_EVENT; in fotg210_hrtimer_func()
4911 fotg210->next_hrtimer_event = FOTG210_HRTIMER_NO_EVENT; in hcd_fotg210_init()
5173 if (fotg210->next_hrtimer_event == FOTG210_HRTIMER_IAA_WATCHDOG) in fotg210_irq()
5174 ++fotg210->next_hrtimer_event; in fotg210_irq()
H A Dehci-hub.c367 ehci->next_hrtimer_event = EHCI_HRTIMER_NO_EVENT; in ehci_bus_suspend()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dehci-timer.c44 * ehci->next_hrtimer_event. Whenever ehci->hrtimer gets restarted, its
86 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-hcd.c471 ehci->next_hrtimer_event = EHCI_HRTIMER_NO_EVENT; in ehci_init()
782 if (ehci->next_hrtimer_event == EHCI_HRTIMER_IAA_WATCHDOG) in ehci_irq()
783 ++ehci->next_hrtimer_event; in ehci_irq()
H A Dehci.h113 enum ehci_hrtimer_event next_hrtimer_event; member
H A Dehci-hub.c367 ehci->next_hrtimer_event = EHCI_HRTIMER_NO_EVENT; in ehci_bus_suspend()
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H A Dfotg210-hcd.h78 enum fotg210_hrtimer_event next_hrtimer_event; member
H A Dfotg210-hcd.c1020 * fotg210->next_hrtimer_event. Whenever fotg210->hrtimer gets restarted, its
1059 if (event < fotg210->next_hrtimer_event) { in fotg210_enable_event()
1060 fotg210->next_hrtimer_event = event; in fotg210_enable_event()
1347 fotg210->next_hrtimer_event = FOTG210_HRTIMER_NO_EVENT; in fotg210_hrtimer_func()
4910 fotg210->next_hrtimer_event = FOTG210_HRTIMER_NO_EVENT; in hcd_fotg210_init()
5172 if (fotg210->next_hrtimer_event == FOTG210_HRTIMER_IAA_WATCHDOG) in fotg210_irq()
5173 ++fotg210->next_hrtimer_event; in fotg210_irq()

Completed in 30 milliseconds