Searched refs:hrtimer (Results 1 – 8 of 8) sorted by relevance
41 struct hrtimer hrtimer; member55 hrtimer_start(&chip->hrtimer, chip->wakeups_per_second, in dac_audio_start_timer()61 hrtimer_cancel(&chip->hrtimer); in dac_audio_stop_timer()283 static enum hrtimer_restart sh_dac_audio_timer(struct hrtimer *handle) in sh_dac_audio_timer()286 hrtimer); in sh_dac_audio_timer()310 hrtimer_start(&chip->hrtimer, chip->wakeups_per_second, in sh_dac_audio_timer()336 hrtimer_init(&chip->hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in snd_sh_dac_create()337 chip->hrtimer.function = sh_dac_audio_timer; in snd_sh_dac_create()
32 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);
127 enum hrtimer_restart pcsp_do_timer(struct hrtimer *handle) in pcsp_do_timer()
37 struct hrtimer hrt;44 static enum hrtimer_restart snd_hrtimer_callback(struct hrtimer *hrt) in snd_hrtimer_callback()
58 static bool hrtimer = 1; variable83 module_param(hrtimer, bool, 0644);84 MODULE_PARM_DESC(hrtimer, "Use hrtimer as the timer source.");370 struct hrtimer timer;374 static enum hrtimer_restart dummy_hrtimer_callback(struct hrtimer *timer) in dummy_hrtimer_callback()552 if (hrtimer) in dummy_pcm_open()