Home
last modified time | relevance | path

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

/sound/sh/
Dsh_dac_audio.c42 struct hrtimer hrtimer; member
56 hrtimer_start(&chip->hrtimer, chip->wakeups_per_second, in dac_audio_start_timer()
62 hrtimer_cancel(&chip->hrtimer); in dac_audio_stop_timer()
301 static enum hrtimer_restart sh_dac_audio_timer(struct hrtimer *handle) in sh_dac_audio_timer()
304 hrtimer); in sh_dac_audio_timer()
328 hrtimer_start(&chip->hrtimer, chip->wakeups_per_second, in sh_dac_audio_timer()
354 hrtimer_init(&chip->hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in snd_sh_dac_create()
355 chip->hrtimer.function = sh_dac_audio_timer; in snd_sh_dac_create()
/sound/core/
DMakefile34 snd-hrtimer-objs := hrtimer.o
43 obj-$(CONFIG_SND_HRTIMER) += snd-hrtimer.o
Dhrtimer.c26 struct hrtimer hrt;
30 static enum hrtimer_restart snd_hrtimer_callback(struct hrtimer *hrt) in snd_hrtimer_callback()
DKconfig98 the hrtimer as a precise timing source. The ALSA sequencer code
102 will be called snd-hrtimer.
/sound/drivers/pcsp/
Dpcsp.h57 struct hrtimer timer;
77 extern enum hrtimer_restart pcsp_do_timer(struct hrtimer *handle);
Dpcsp_lib.c129 enum hrtimer_restart pcsp_do_timer(struct hrtimer *handle) in pcsp_do_timer()
/sound/drivers/
Ddummy.c55 static bool hrtimer = 1; variable
76 module_param(hrtimer, bool, 0644);
77 MODULE_PARM_DESC(hrtimer, "Use hrtimer as the timer source.");
363 struct hrtimer timer;
367 static enum hrtimer_restart dummy_hrtimer_callback(struct hrtimer *timer) in dummy_hrtimer_callback()
553 if (hrtimer) in dummy_pcm_open()
/sound/soc/fsl/
Dimx-pcm-fiq.c37 struct hrtimer hrt;
44 static enum hrtimer_restart snd_hrtimer_callback(struct hrtimer *hrt) in snd_hrtimer_callback()