Searched refs:otg_fsm_hrtimer (Results 1 – 2 of 2) sorted by relevance
228 hrtimer_start_range_ns(&ci->otg_fsm_hrtimer, in ci_otg_add_timer()252 hrtimer_cancel(&ci->otg_fsm_hrtimer); in ci_otg_del_timer()268 hrtimer_start_range_ns(&ci->otg_fsm_hrtimer, in ci_otg_del_timer()368 struct ci_hdrc *ci = container_of(t, struct ci_hdrc, otg_fsm_hrtimer); in ci_otg_hrtimer_func()395 hrtimer_start_range_ns(&ci->otg_fsm_hrtimer, *timeout, in ci_otg_hrtimer_func()410 hrtimer_init(&ci->otg_fsm_hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in ci_otg_init_timers()411 ci->otg_fsm_hrtimer.function = ci_otg_hrtimer_func; in ci_otg_init_timers()
213 struct hrtimer otg_fsm_hrtimer; member