Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/chipidea/
A Dotg_fsm.c229 ci->hr_timeouts[t] = ktime_add(ktime_get(), in ci_otg_add_timer()
233 ktime_after(ci->hr_timeouts[ci->next_otg_timer], in ci_otg_add_timer()
234 ci->hr_timeouts[t])) { in ci_otg_add_timer()
237 ci->hr_timeouts[t], NSEC_PER_MSEC, in ci_otg_add_timer()
270 ktime_before(ci->hr_timeouts[next_timer], in ci_otg_del_timer()
271 ci->hr_timeouts[cur_timer])) in ci_otg_del_timer()
279 ci->hr_timeouts[next_timer], NSEC_PER_MSEC, in ci_otg_del_timer()
398 if (ktime_compare(now, ci->hr_timeouts[cur_timer]) >= 0) { in ci_otg_hrtimer_func()
404 ktime_before(ci->hr_timeouts[cur_timer], in ci_otg_hrtimer_func()
405 ci->hr_timeouts[next_timer])) in ci_otg_hrtimer_func()
[all …]
A Dci.h223 ktime_t hr_timeouts[NUM_OTG_FSM_TIMERS]; member
/linux-6.3-rc2/drivers/usb/host/
A Dehci-timer.c79 ktime_t *timeout = &ehci->hr_timeouts[event]; in ehci_enable_event()
418 if (ktime_compare(now, ehci->hr_timeouts[e]) >= 0) in ehci_hrtimer_func()
A Dehci.h115 ktime_t hr_timeouts[EHCI_HRTIMER_NUM_EVENTS]; member
/linux-6.3-rc2/drivers/usb/fotg210/
A Dfotg210-hcd.h80 ktime_t hr_timeouts[FOTG210_HRTIMER_NUM_EVENTS]; member
A Dfotg210-hcd.c1055 ktime_t *timeout = &fotg210->hr_timeouts[event]; in fotg210_enable_event()
1358 if (ktime_compare(now, fotg210->hr_timeouts[e]) >= 0) in fotg210_hrtimer_func()

Completed in 23 milliseconds