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

/drivers/usb/host/
H A Dehci-timer.c53 * ehci->next_hrtimer_event. Whenever ehci->hrtimer gets restarted, its
95 if (event < ehci->next_hrtimer_event) {
96 ehci->next_hrtimer_event = event;
417 ehci->next_hrtimer_event = EHCI_HRTIMER_NO_EVENT;
H A Dehci-hcd.c467 ehci->next_hrtimer_event = EHCI_HRTIMER_NO_EVENT;
745 if (ehci->next_hrtimer_event == EHCI_HRTIMER_IAA_WATCHDOG)
746 ++ehci->next_hrtimer_event;
H A Dehci.h125 enum ehci_hrtimer_event next_hrtimer_event; member in struct:ehci_hcd
H A Dfotg210.h75 enum fotg210_hrtimer_event next_hrtimer_event; member in struct:fotg210_hcd
H A Dfusbh200.h75 enum fusbh200_hrtimer_event next_hrtimer_event; member in struct:fusbh200_hcd
H A Dfotg210-hcd.c1073 * fotg210->next_hrtimer_event. Whenever fotg210->hrtimer gets restarted, its
1114 if (event < fotg210->next_hrtimer_event) {
1115 fotg210->next_hrtimer_event = event;
1403 fotg210->next_hrtimer_event = FOTG210_HRTIMER_NO_EVENT;
5149 fotg210->next_hrtimer_event = FOTG210_HRTIMER_NO_EVENT;
5414 if (fotg210->next_hrtimer_event == FOTG210_HRTIMER_IAA_WATCHDOG)
5415 ++fotg210->next_hrtimer_event;
H A Dfusbh200-hcd.c1040 * fusbh200->next_hrtimer_event. Whenever fusbh200->hrtimer gets restarted, its
1081 if (event < fusbh200->next_hrtimer_event) {
1082 fusbh200->next_hrtimer_event = event;
1361 fusbh200->next_hrtimer_event = FUSBH200_HRTIMER_NO_EVENT;
5082 fusbh200->next_hrtimer_event = FUSBH200_HRTIMER_NO_EVENT;
5324 if (fusbh200->next_hrtimer_event == FUSBH200_HRTIMER_IAA_WATCHDOG)
5325 ++fusbh200->next_hrtimer_event;
H A Dehci-hub.c367 ehci->next_hrtimer_event = EHCI_HRTIMER_NO_EVENT;

Completed in 41 milliseconds