Home
last modified time | relevance | path

Searched refs:snd_timer (Results 1 – 22 of 22) sorted by relevance

/Linux-v4.19/include/sound/
Dtimer.h53 struct snd_timer;
63 int (*open) (struct snd_timer * timer);
64 int (*close) (struct snd_timer * timer);
65 unsigned long (*c_resolution) (struct snd_timer * timer);
66 int (*start) (struct snd_timer * timer);
67 int (*stop) (struct snd_timer * timer);
68 int (*set_period) (struct snd_timer * timer, unsigned long period_num, unsigned long period_den);
69 int (*precise_resolution) (struct snd_timer * timer, unsigned long *num, unsigned long *den);
72 struct snd_timer { struct
84 void (*private_free) (struct snd_timer *timer); argument
[all …]
Dopl3.h309 struct snd_timer *timer1;
310 struct snd_timer *timer2;
Dad1816a.h149 struct snd_timer *timer;
Dgus.h370 struct snd_timer *timer1;
371 struct snd_timer *timer2;
Dwss.h100 struct snd_timer *timer;
Demu10k1.h1784 struct snd_timer *timer;
Dpcm.h463 struct snd_timer *timer; /* timer */
/Linux-v4.19/sound/core/
Dhrtimer.c39 struct snd_timer *timer;
47 struct snd_timer *t = stime->timer; in snd_hrtimer_callback()
78 static int snd_hrtimer_open(struct snd_timer *t) in snd_hrtimer_open()
92 static int snd_hrtimer_close(struct snd_timer *t) in snd_hrtimer_close()
109 static int snd_hrtimer_start(struct snd_timer *t) in snd_hrtimer_start()
120 static int snd_hrtimer_stop(struct snd_timer *t) in snd_hrtimer_stop()
142 static struct snd_timer *mytimer;
146 struct snd_timer *timer; in snd_hrtimer_init()
Dtimer.c93 static int snd_timer_free(struct snd_timer *timer);
98 static void snd_timer_reschedule(struct snd_timer * timer, unsigned long ticks_left);
105 struct snd_timer *timer) in snd_timer_instance_new()
135 static struct snd_timer *snd_timer_find(struct snd_timer_id *tid) in snd_timer_find()
137 struct snd_timer *timer = NULL; in snd_timer_find()
185 struct snd_timer *timer; in snd_timer_check_slave()
253 struct snd_timer *timer; in snd_timer_open()
356 struct snd_timer *timer = NULL; in snd_timer_close_locked()
430 static unsigned long snd_timer_hw_resolution(struct snd_timer *timer) in snd_timer_hw_resolution()
440 struct snd_timer * timer; in snd_timer_resolution()
[all …]
Dpcm_timer.c67 static unsigned long snd_pcm_timer_resolution(struct snd_timer * timer) in snd_pcm_timer_resolution()
75 static int snd_pcm_timer_start(struct snd_timer * timer) in snd_pcm_timer_start()
84 static int snd_pcm_timer_stop(struct snd_timer * timer) in snd_pcm_timer_stop()
107 static void snd_pcm_timer_free(struct snd_timer *timer) in snd_pcm_timer_free()
116 struct snd_timer *timer; in snd_pcm_timer_init()
Dtimer_compat.c66 struct snd_timer *t; in snd_timer_user_info_compat()
/Linux-v4.19/sound/isa/gus/
Dgus_timer.c32 static int snd_gf1_timer1_start(struct snd_timer * timer) in snd_gf1_timer1_start()
50 static int snd_gf1_timer1_stop(struct snd_timer * timer) in snd_gf1_timer1_stop()
68 static int snd_gf1_timer2_start(struct snd_timer * timer) in snd_gf1_timer2_start()
86 static int snd_gf1_timer2_stop(struct snd_timer * timer) in snd_gf1_timer2_stop()
106 struct snd_timer *timer = gus->gf1.timer1; in snd_gf1_interrupt_timer1()
115 struct snd_timer *timer = gus->gf1.timer2; in snd_gf1_interrupt_timer2()
144 static void snd_gf1_timer1_free(struct snd_timer *timer) in snd_gf1_timer1_free()
150 static void snd_gf1_timer2_free(struct snd_timer *timer) in snd_gf1_timer2_free()
158 struct snd_timer *timer; in snd_gf1_timers_init()
/Linux-v4.19/sound/pci/emu10k1/
Dtimer.c32 static int snd_emu10k1_timer_start(struct snd_timer *timer) in snd_emu10k1_timer_start()
49 static int snd_emu10k1_timer_stop(struct snd_timer *timer) in snd_emu10k1_timer_stop()
61 static int snd_emu10k1_timer_precise_resolution(struct snd_timer *timer, in snd_emu10k1_timer_precise_resolution()
80 struct snd_timer *timer = NULL; in snd_emu10k1_timer()
/Linux-v4.19/sound/drivers/opl3/
Dopl3_lib.c157 static int snd_opl3_timer1_start(struct snd_timer * timer) in snd_opl3_timer1_start()
175 static int snd_opl3_timer1_stop(struct snd_timer * timer) in snd_opl3_timer1_stop()
194 static int snd_opl3_timer2_start(struct snd_timer * timer) in snd_opl3_timer2_start()
212 static int snd_opl3_timer2_stop(struct snd_timer * timer) in snd_opl3_timer2_stop()
251 struct snd_timer *timer = NULL; in snd_opl3_timer1_init()
271 struct snd_timer *timer = NULL; in snd_opl3_timer2_init()
297 struct snd_timer *timer; in snd_opl3_interrupt()
/Linux-v4.19/sound/isa/ad1816a/
Dad1816a_lib.c381 static int snd_ad1816a_timer_close(struct snd_timer *timer) in snd_ad1816a_timer_close()
388 static int snd_ad1816a_timer_open(struct snd_timer *timer) in snd_ad1816a_timer_open()
395 static unsigned long snd_ad1816a_timer_resolution(struct snd_timer *timer) in snd_ad1816a_timer_resolution()
403 static int snd_ad1816a_timer_start(struct snd_timer *timer) in snd_ad1816a_timer_start()
422 static int snd_ad1816a_timer_stop(struct snd_timer *timer) in snd_ad1816a_timer_stop()
706 struct snd_timer *timer; in snd_ad1816a_timer()
/Linux-v4.19/sound/sparc/
Dcs4231.c98 struct snd_timer *timer;
659 static unsigned long snd_cs4231_timer_resolution(struct snd_timer *timer) in snd_cs4231_timer_resolution()
666 static int snd_cs4231_timer_start(struct snd_timer *timer) in snd_cs4231_timer_start()
692 static int snd_cs4231_timer_stop(struct snd_timer *timer) in snd_cs4231_timer_stop()
857 static int snd_cs4231_timer_open(struct snd_timer *timer) in snd_cs4231_timer_open()
864 static int snd_cs4231_timer_close(struct snd_timer *timer) in snd_cs4231_timer_close()
1260 struct snd_timer *timer; in snd_cs4231_timer()
/Linux-v4.19/sound/isa/wss/
Dwss_lib.c757 static unsigned long snd_wss_timer_resolution(struct snd_timer *timer) in snd_wss_timer_resolution()
766 static int snd_wss_timer_start(struct snd_timer *timer) in snd_wss_timer_start()
790 static int snd_wss_timer_stop(struct snd_timer *timer) in snd_wss_timer_stop()
964 static int snd_wss_timer_open(struct snd_timer *timer) in snd_wss_timer_open()
971 static int snd_wss_timer_close(struct snd_timer *timer) in snd_wss_timer_close()
1956 static void snd_wss_timer_free(struct snd_timer *timer) in snd_wss_timer_free()
1964 struct snd_timer *timer; in snd_wss_timer()
/Linux-v4.19/sound/pci/ymfpci/
Dymfpci.h333 struct snd_timer *timer;
Dymfpci_main.c1896 static int snd_ymfpci_timer_start(struct snd_timer *timer) in snd_ymfpci_timer_start()
1921 static int snd_ymfpci_timer_stop(struct snd_timer *timer) in snd_ymfpci_timer_stop()
1933 static int snd_ymfpci_timer_precise_resolution(struct snd_timer *timer, in snd_ymfpci_timer_precise_resolution()
1952 struct snd_timer *timer = NULL; in snd_ymfpci_timer()
/Linux-v4.19/sound/pci/
Dazt3328.c285 struct snd_timer *timer;
2187 snd_azf3328_timer_start(struct snd_timer *timer) in snd_azf3328_timer_start()
2212 snd_azf3328_timer_stop(struct snd_timer *timer) in snd_azf3328_timer_stop()
2233 snd_azf3328_timer_precise_resolution(struct snd_timer *timer, in snd_azf3328_timer_precise_resolution()
2253 struct snd_timer *timer = NULL; in snd_azf3328_timer()
/Linux-v4.19/sound/core/seq/
Dseq_timer.c357 struct snd_timer *t; in initialize_timer()
/Linux-v4.19/Documentation/admin-guide/
Dbug-hunting.rst8 …a_codec_hdmi snd_hda_intel snd_hda_codec snd_hwdep snd_hda_core snd_pcm snd_timer snd soundcore nv…