Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/chipidea/
Dotg_fsm.c221 ci->hr_timeouts[t] = ktime_add(ktime_get(), in ci_otg_add_timer()
225 (ci->hr_timeouts[ci->next_otg_timer].tv64 > in ci_otg_add_timer()
226 ci->hr_timeouts[t].tv64)) { in ci_otg_add_timer()
229 ci->hr_timeouts[t], NSEC_PER_MSEC, in ci_otg_add_timer()
260 (ci->hr_timeouts[next_timer].tv64 < in ci_otg_del_timer()
261 ci->hr_timeouts[cur_timer].tv64)) in ci_otg_del_timer()
269 ci->hr_timeouts[next_timer], NSEC_PER_MSEC, in ci_otg_del_timer()
381 if (now.tv64 >= ci->hr_timeouts[cur_timer].tv64) { in ci_otg_hrtimer_func()
387 (ci->hr_timeouts[cur_timer].tv64 < in ci_otg_hrtimer_func()
388 ci->hr_timeouts[next_timer].tv64)) in ci_otg_hrtimer_func()
[all …]
Dci.h212 ktime_t hr_timeouts[NUM_OTG_FSM_TIMERS]; member
/linux-4.1.27/drivers/usb/host/
Dehci-timer.c87 ktime_t *timeout = &ehci->hr_timeouts[event]; in ehci_enable_event()
425 if (now.tv64 >= ehci->hr_timeouts[e].tv64) in ehci_hrtimer_func()
Dfotg210.h79 ktime_t hr_timeouts[FOTG210_HRTIMER_NUM_EVENTS]; member
Dfusbh200.h79 ktime_t hr_timeouts[FUSBH200_HRTIMER_NUM_EVENTS]; member
Dehci.h127 ktime_t hr_timeouts[EHCI_HRTIMER_NUM_EVENTS]; member
Dfusbh200-hcd.c1073 ktime_t *timeout = &fusbh200->hr_timeouts[event]; in fusbh200_enable_event()
1369 if (now.tv64 >= fusbh200->hr_timeouts[e].tv64) in fusbh200_hrtimer_func()
Dfotg210-hcd.c1106 ktime_t *timeout = &fotg210->hr_timeouts[event]; in fotg210_enable_event()
1411 if (now.tv64 >= fotg210->hr_timeouts[e].tv64) in fotg210_hrtimer_func()