Home
last modified time | relevance | path

Searched refs:otg_fsm_hrtimer (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/usb/chipidea/
Dotg_fsm.c236 hrtimer_start_range_ns(&ci->otg_fsm_hrtimer, in ci_otg_add_timer()
260 hrtimer_cancel(&ci->otg_fsm_hrtimer); in ci_otg_del_timer()
276 hrtimer_start_range_ns(&ci->otg_fsm_hrtimer, in ci_otg_del_timer()
383 struct ci_hdrc *ci = container_of(t, struct ci_hdrc, otg_fsm_hrtimer); in ci_otg_hrtimer_func()
410 hrtimer_start_range_ns(&ci->otg_fsm_hrtimer, *timeout, in ci_otg_hrtimer_func()
425 hrtimer_init(&ci->otg_fsm_hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in ci_otg_init_timers()
426 ci->otg_fsm_hrtimer.function = ci_otg_hrtimer_func; in ci_otg_init_timers()
Dci.h216 struct hrtimer otg_fsm_hrtimer; member