Home
last modified time | relevance | path

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

/linux-4.1.27/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.c472 ehci->next_hrtimer_event = EHCI_HRTIMER_NO_EVENT; in ehci_init()
750 if (ehci->next_hrtimer_event == EHCI_HRTIMER_IAA_WATCHDOG) in ehci_irq()
751 ++ehci->next_hrtimer_event; in ehci_irq()
Dfotg210.h77 enum fotg210_hrtimer_event next_hrtimer_event; member
Dfusbh200.h77 enum fusbh200_hrtimer_event next_hrtimer_event; member
Dehci.h125 enum ehci_hrtimer_event next_hrtimer_event; member
Dfusbh200-hcd.c1081 if (event < fusbh200->next_hrtimer_event) { in fusbh200_enable_event()
1082 fusbh200->next_hrtimer_event = event; in fusbh200_enable_event()
1361 fusbh200->next_hrtimer_event = FUSBH200_HRTIMER_NO_EVENT; in fusbh200_hrtimer_func()
5081 fusbh200->next_hrtimer_event = FUSBH200_HRTIMER_NO_EVENT; in hcd_fusbh200_init()
5323 if (fusbh200->next_hrtimer_event == FUSBH200_HRTIMER_IAA_WATCHDOG) in fusbh200_irq()
5324 ++fusbh200->next_hrtimer_event; in fusbh200_irq()
Dfotg210-hcd.c1114 if (event < fotg210->next_hrtimer_event) { in fotg210_enable_event()
1115 fotg210->next_hrtimer_event = event; in fotg210_enable_event()
1403 fotg210->next_hrtimer_event = FOTG210_HRTIMER_NO_EVENT; in fotg210_hrtimer_func()
5149 fotg210->next_hrtimer_event = FOTG210_HRTIMER_NO_EVENT; in hcd_fotg210_init()
5414 if (fotg210->next_hrtimer_event == FOTG210_HRTIMER_IAA_WATCHDOG) in fotg210_irq()
5415 ++fotg210->next_hrtimer_event; in fotg210_irq()
Dehci-hub.c365 ehci->next_hrtimer_event = EHCI_HRTIMER_NO_EVENT; in ehci_bus_suspend()