Searched refs:hrtimer_setup (Results 1 – 7 of 7) sorted by relevance
/linux-6.14.4/sound/core/ |
D | hrtimer.c | 70 hrtimer_setup(&stime->hrt, snd_hrtimer_callback, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in snd_hrtimer_open()
|
/linux-6.14.4/sound/drivers/pcsp/ |
D | pcsp.c | 106 hrtimer_setup(&pcsp_chip.timer, pcsp_do_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in snd_card_pcsp_probe()
|
/linux-6.14.4/include/linux/ |
D | hrtimer.h | 231 extern void hrtimer_setup(struct hrtimer *timer, enum hrtimer_restart (*function)(struct hrtimer *),
|
/linux-6.14.4/sound/sh/ |
D | sh_dac_audio.c | 315 hrtimer_setup(&chip->hrtimer, sh_dac_audio_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in snd_sh_dac_create()
|
/linux-6.14.4/kernel/time/ |
D | hrtimer.c | 1686 void hrtimer_setup(struct hrtimer *timer, enum hrtimer_restart (*function)(struct hrtimer *), in hrtimer_setup() function 1692 EXPORT_SYMBOL_GPL(hrtimer_setup);
|
D | alarmtimer.c | 341 hrtimer_setup(&alarm->timer, alarmtimer_fired, alarm_bases[type].base_clockid, in alarm_init()
|
/linux-6.14.4/sound/drivers/ |
D | dummy.c | 460 hrtimer_setup(&dpcm->timer, dummy_hrtimer_callback, CLOCK_MONOTONIC, HRTIMER_MODE_REL_SOFT); in dummy_hrtimer_create()
|