otg_fsm_hrtimer 217 drivers/usb/chipidea/ci.h struct hrtimer otg_fsm_hrtimer; otg_fsm_hrtimer 236 drivers/usb/chipidea/otg_fsm.c hrtimer_start_range_ns(&ci->otg_fsm_hrtimer, otg_fsm_hrtimer 260 drivers/usb/chipidea/otg_fsm.c hrtimer_cancel(&ci->otg_fsm_hrtimer); otg_fsm_hrtimer 276 drivers/usb/chipidea/otg_fsm.c hrtimer_start_range_ns(&ci->otg_fsm_hrtimer, otg_fsm_hrtimer 383 drivers/usb/chipidea/otg_fsm.c struct ci_hdrc *ci = container_of(t, struct ci_hdrc, otg_fsm_hrtimer); otg_fsm_hrtimer 410 drivers/usb/chipidea/otg_fsm.c hrtimer_start_range_ns(&ci->otg_fsm_hrtimer, *timeout, otg_fsm_hrtimer 425 drivers/usb/chipidea/otg_fsm.c hrtimer_init(&ci->otg_fsm_hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); otg_fsm_hrtimer 426 drivers/usb/chipidea/otg_fsm.c ci->otg_fsm_hrtimer.function = ci_otg_hrtimer_func;