Searched refs:hrtimer (Results 1 – 8 of 8) sorted by relevance
42 struct hrtimer hrtimer; member56 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()
34 snd-hrtimer-objs := hrtimer.o43 obj-$(CONFIG_SND_HRTIMER) += snd-hrtimer.o
26 struct hrtimer hrt;30 static enum hrtimer_restart snd_hrtimer_callback(struct hrtimer *hrt) in snd_hrtimer_callback()
98 the hrtimer as a precise timing source. The ALSA sequencer code102 will be called snd-hrtimer.
57 struct hrtimer timer;77 extern enum hrtimer_restart pcsp_do_timer(struct hrtimer *handle);
129 enum hrtimer_restart pcsp_do_timer(struct hrtimer *handle) in pcsp_do_timer()
55 static bool hrtimer = 1; variable76 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()
37 struct hrtimer hrt;44 static enum hrtimer_restart snd_hrtimer_callback(struct hrtimer *hrt) in snd_hrtimer_callback()