Home
last modified time | relevance | path

Searched refs:hrtimer (Results 1 – 8 of 8) sorted by relevance

/sound/sh/
Dsh_dac_audio.c57 struct hrtimer hrtimer; member
71 hrtimer_start(&chip->hrtimer, chip->wakeups_per_second, in dac_audio_start_timer()
77 hrtimer_cancel(&chip->hrtimer); in dac_audio_stop_timer()
313 static enum hrtimer_restart sh_dac_audio_timer(struct hrtimer *handle) in sh_dac_audio_timer()
316 hrtimer); in sh_dac_audio_timer()
340 hrtimer_start(&chip->hrtimer, chip->wakeups_per_second, in sh_dac_audio_timer()
366 hrtimer_init(&chip->hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in snd_sh_dac_create()
367 chip->hrtimer.function = sh_dac_audio_timer; in snd_sh_dac_create()
/sound/core/
DMakefile30 snd-hrtimer-objs := hrtimer.o
39 obj-$(CONFIG_SND_HRTIMER) += snd-hrtimer.o
Dhrtimer.c40 struct hrtimer hrt;
44 static enum hrtimer_restart snd_hrtimer_callback(struct hrtimer *hrt) in snd_hrtimer_callback()
DKconfig127 the hrtimer as a precise timing source. The ALSA sequencer code
131 will be called snd-hrtimer.
/sound/drivers/pcsp/
Dpcsp.h56 struct hrtimer timer;
76 extern enum hrtimer_restart pcsp_do_timer(struct hrtimer *handle);
Dpcsp_lib.c128 enum hrtimer_restart pcsp_do_timer(struct hrtimer *handle) in pcsp_do_timer()
/sound/drivers/
Ddummy.c69 static bool hrtimer = 1; variable
90 module_param(hrtimer, bool, 0644);
91 MODULE_PARM_DESC(hrtimer, "Use hrtimer as the timer source.");
378 struct hrtimer timer;
390 static enum hrtimer_restart dummy_hrtimer_callback(struct hrtimer *timer) in dummy_hrtimer_callback()
571 if (hrtimer) in dummy_pcm_open()
/sound/soc/fsl/
Dimx-pcm-fiq.c42 struct hrtimer hrt;
49 static enum hrtimer_restart snd_hrtimer_callback(struct hrtimer *hrt) in snd_hrtimer_callback()