Home
last modified time | relevance | path

Searched refs:hrtimer_setup (Results 1 – 25 of 84) sorted by relevance

1234

/linux/arch/riscv/kvm/
H A Dvcpu_timer.c257 hrtimer_setup(&t->hrt, kvm_riscv_vcpu_vstimer_expired, CLOCK_MONOTONIC, in kvm_riscv_vcpu_timer_init()
262 hrtimer_setup(&t->hrt, kvm_riscv_vcpu_hrtimer_expired, CLOCK_MONOTONIC, in kvm_riscv_vcpu_timer_init()
/linux/sound/core/
H A Dhrtimer.c71 hrtimer_setup(&stime->hrt, snd_hrtimer_callback, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in snd_hrtimer_open()
/linux/sound/drivers/pcsp/
H A Dpcsp.c106 hrtimer_setup(&pcsp_chip.timer, pcsp_do_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in snd_card_pcsp_probe()
/linux/drivers/media/rc/
H A Dpwm-ir-tx.c172 hrtimer_setup(&pwm_ir->timer, pwm_ir_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in pwm_ir_probe()
/linux/drivers/pps/generators/
H A Dpps_gen_parport.c210 hrtimer_setup(&device.timer, hrtimer_event, CLOCK_REALTIME, HRTIMER_MODE_ABS); in parport_attach()
H A Dpps_gen_tio.c230 hrtimer_setup(&tio->timer, hrtimer_callback, CLOCK_REALTIME, in pps_gen_tio_probe()
/linux/kernel/time/
H A Dsched_clock.c266 hrtimer_setup(&sched_clock_timer, sched_clock_poll, CLOCK_MONOTONIC, HRTIMER_MODE_REL_HARD); in generic_sched_clock_init()
H A Dposix-timers.c460 hrtimer_setup(&new_timer->it.real.timer, posix_timer_fn, new_timer->it_clock, 0); in common_timer_create()
824 hrtimer_setup(&timr->it.real.timer, posix_timer_fn, timr->it_clock, mode); in common_hrtimer_arm()
H A Dhrtimer.c1662 void hrtimer_setup(struct hrtimer *timer, enum hrtimer_restart (*function)(struct hrtimer *), in hrtimer_setup() function
1668 EXPORT_SYMBOL_GPL(hrtimer_setup);
H A Dalarmtimer.c329 hrtimer_setup(&alarm->timer, alarmtimer_fired, alarm_bases[type].base_clockid, in alarm_init()
/linux/include/linux/
H A Dhrtimer.h230 extern void hrtimer_setup(struct hrtimer *timer, enum hrtimer_restart (*function)(struct hrtimer *),
/linux/net/can/
H A Dbcm.c1061 hrtimer_setup(&op->timer, bcm_tx_timeout_handler, CLOCK_MONOTONIC, in bcm_tx_setup()
1065 hrtimer_setup(&op->thrtimer, hrtimer_dummy_timeout, CLOCK_MONOTONIC, in bcm_tx_setup()
1224 hrtimer_setup(&op->timer, bcm_rx_timeout_handler, CLOCK_MONOTONIC, in bcm_rx_setup()
1226 hrtimer_setup(&op->thrtimer, bcm_rx_thr_handler, CLOCK_MONOTONIC, in bcm_rx_setup()
/linux/net/can/j1939/
H A Dbus.c161 hrtimer_setup(&ecu->ac_timer, j1939_ecu_timer_handler, CLOCK_MONOTONIC, in j1939_ecu_create_locked()
/linux/sound/sh/
H A Dsh_dac_audio.c315 hrtimer_setup(&chip->hrtimer, sh_dac_audio_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in snd_sh_dac_create()
/linux/arch/powerpc/kernel/
H A Dwatchdog.c503 hrtimer_setup(hrtimer, watchdog_timer_fn, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in start_watchdog()
/linux/drivers/input/joystick/
H A Dwalkera0701.c235 hrtimer_setup(&w->timer, timer_handler, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in walkera0701_attach()
/linux/include/trace/events/
H A Dtimer.h193 TRACE_EVENT(hrtimer_setup,
/linux/drivers/rtc/
H A Dclass.c243 hrtimer_setup(&rtc->pie_timer, rtc_pie_update_irq, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in rtc_allocate_device()
/linux/arch/powerpc/perf/
H A Dvpa-dtl.c412 hrtimer_setup(&hwc->hrtimer, vpa_dtl_hrtimer_handle, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in vpa_dtl_event_init()
/linux/drivers/leds/trigger/
H A Dledtrig-pattern.c486 hrtimer_setup(&data->hrtimer, pattern_trig_hrtimer_function, CLOCK_MONOTONIC, in pattern_trig_activate()
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_huc.c234 hrtimer_setup(&huc->delayed_load.timer, huc_delayed_load_timer_callback, CLOCK_MONOTONIC, in delayed_huc_load_init()
/linux/arch/arm64/kvm/
H A Darch_timer.c1064 hrtimer_setup(&ctxt->hrtimer, kvm_hrtimer_expire, CLOCK_MONOTONIC, HRTIMER_MODE_ABS_HARD); in timer_context_init()
1091 hrtimer_setup(&timer->bg_timer, kvm_bg_timer_expire, CLOCK_MONOTONIC, in kvm_timer_vcpu_init()
/linux/lib/
H A Dtest_objpool.c193 hrtimer_setup(hrt, ot_hrtimer_handler, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in ot_init_hrtimer()
/linux/drivers/usb/chipidea/
H A Dotg_fsm.c427 hrtimer_setup(&ci->otg_fsm_hrtimer, ci_otg_hrtimer_func, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in ci_otg_init_timers()
/linux/kernel/
H A Dwatchdog.c903 hrtimer_setup(hrtimer, watchdog_timer_fn, CLOCK_MONOTONIC, HRTIMER_MODE_REL_HARD); in watchdog_enable()

1234