Searched refs:otg_fsm_hrtimer (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/chipidea/ |
H A D | otg_fsm.c | 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_init(&ci->otg_fsm_hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in ci_otg_init_timers() 428 ci->otg_fsm_hrtimer.function = ci_otg_hrtimer_func; in ci_otg_init_timers()
|
H A D | ci.h | 169 * @otg_fsm_hrtimer: hrtimer for otg fsm timers 219 struct hrtimer otg_fsm_hrtimer; member
|
/kernel/linux/linux-6.6/drivers/usb/chipidea/ |
H A D | otg_fsm.c | 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_init(&ci->otg_fsm_hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in ci_otg_init_timers() 428 ci->otg_fsm_hrtimer.function = ci_otg_hrtimer_func; in ci_otg_init_timers()
|
H A D | ci.h | 174 * @otg_fsm_hrtimer: hrtimer for otg fsm timers 224 struct hrtimer otg_fsm_hrtimer; member
|
Completed in 5 milliseconds