Searched refs:otg_fsm_hrtimer (Results 1 – 2 of 2) sorted by relevance
236 hrtimer_start_range_ns(&ci->otg_fsm_hrtimer, in ci_otg_add_timer() 261 hrtimer_cancel(&ci->otg_fsm_hrtimer); in ci_otg_del_timer() 278 hrtimer_start_range_ns(&ci->otg_fsm_hrtimer, in ci_otg_del_timer() 385 struct ci_hdrc *ci = container_of(t, struct ci_hdrc, otg_fsm_hrtimer); in ci_otg_hrtimer_func() 412 hrtimer_start_range_ns(&ci->otg_fsm_hrtimer, *timeout, in ci_otg_hrtimer_func() 427 hrtimer_setup(&ci->otg_fsm_hrtimer, ci_otg_hrtimer_func, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in ci_otg_init_timers()
175 * @otg_fsm_hrtimer: hrtimer for otg fsm timers225 struct hrtimer otg_fsm_hrtimer; member