Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/sound/
H A Dtimer.h39 struct snd_timer;
49 int (*open) (struct snd_timer * timer);
50 int (*close) (struct snd_timer * timer);
51 unsigned long (*c_resolution) (struct snd_timer * timer);
52 int (*start) (struct snd_timer * timer);
53 int (*stop) (struct snd_timer * timer);
54 int (*set_period) (struct snd_timer * timer, unsigned long period_num, unsigned long period_den);
55 int (*precise_resolution) (struct snd_timer * timer, unsigned long *num, unsigned long *den);
60 struct snd_timer { struct
72 void (*private_free) (struct snd_timer *timer); argument
[all …]
H A Dopl3.h293 struct snd_timer *timer1;
294 struct snd_timer *timer2;
H A Dad1816a.h137 struct snd_timer *timer;
H A Dgus.h355 struct snd_timer *timer1;
356 struct snd_timer *timer2;
H A Dwss.h85 struct snd_timer *timer;
H A Demu10k1.h1769 struct snd_timer *timer;
H A Dpcm.h462 struct snd_timer *timer; /* timer */
/OK3568_Linux_fs/kernel/sound/core/
H A Dhrtimer.c25 struct snd_timer *timer;
33 struct snd_timer *t = stime->timer; in snd_hrtimer_callback()
64 static int snd_hrtimer_open(struct snd_timer *t) in snd_hrtimer_open()
78 static int snd_hrtimer_close(struct snd_timer *t) in snd_hrtimer_close()
95 static int snd_hrtimer_start(struct snd_timer *t) in snd_hrtimer_start()
106 static int snd_hrtimer_stop(struct snd_timer *t) in snd_hrtimer_stop()
128 static struct snd_timer *mytimer;
132 struct snd_timer *timer; in snd_hrtimer_init()
H A Dtimer.c128 static int snd_timer_free(struct snd_timer *timer);
133 static void snd_timer_reschedule(struct snd_timer * timer, unsigned long ticks_left);
174 static struct snd_timer *snd_timer_find(struct snd_timer_id *tid) in snd_timer_find()
176 struct snd_timer *timer; in snd_timer_find()
246 struct snd_timer *timer; in snd_timer_check_slave()
293 struct snd_timer *timer; in snd_timer_open()
392 struct snd_timer *timer = timeri->timer; in snd_timer_close_locked()
471 static unsigned long snd_timer_hw_resolution(struct snd_timer *timer) in snd_timer_hw_resolution()
481 struct snd_timer * timer; in snd_timer_resolution()
499 struct snd_timer *timer = ti->timer; in snd_timer_notify1()
[all …]
H A Dpcm_timer.c52 static unsigned long snd_pcm_timer_resolution(struct snd_timer * timer) in snd_pcm_timer_resolution()
60 static int snd_pcm_timer_start(struct snd_timer * timer) in snd_pcm_timer_start()
69 static int snd_pcm_timer_stop(struct snd_timer * timer) in snd_pcm_timer_stop()
92 static void snd_pcm_timer_free(struct snd_timer *timer) in snd_pcm_timer_free()
101 struct snd_timer *timer; in snd_pcm_timer_init()
H A Dtimer_compat.c52 struct snd_timer *t; in snd_timer_user_info_compat()
/OK3568_Linux_fs/kernel/sound/isa/gus/
H A Dgus_timer.c17 static int snd_gf1_timer1_start(struct snd_timer * timer) in snd_gf1_timer1_start()
35 static int snd_gf1_timer1_stop(struct snd_timer * timer) in snd_gf1_timer1_stop()
53 static int snd_gf1_timer2_start(struct snd_timer * timer) in snd_gf1_timer2_start()
71 static int snd_gf1_timer2_stop(struct snd_timer * timer) in snd_gf1_timer2_stop()
91 struct snd_timer *timer = gus->gf1.timer1; in snd_gf1_interrupt_timer1()
100 struct snd_timer *timer = gus->gf1.timer2; in snd_gf1_interrupt_timer2()
129 static void snd_gf1_timer1_free(struct snd_timer *timer) in snd_gf1_timer1_free()
135 static void snd_gf1_timer2_free(struct snd_timer *timer) in snd_gf1_timer2_free()
143 struct snd_timer *timer; in snd_gf1_timers_init()
/OK3568_Linux_fs/kernel/sound/drivers/
H A Daloop.c118 } snd_timer; member
256 err = snd_timer_start(cable->snd_timer.instance, 1); in loopback_snd_timer_start()
267 cable->snd_timer.id.card, in loopback_snd_timer_start()
268 cable->snd_timer.id.device, in loopback_snd_timer_start()
269 cable->snd_timer.id.subdevice, in loopback_snd_timer_start()
295 err = snd_timer_stop(cable->snd_timer.instance); in loopback_snd_timer_stop()
299 cable->snd_timer.id.card, in loopback_snd_timer_stop()
300 cable->snd_timer.id.device, in loopback_snd_timer_stop()
301 cable->snd_timer.id.subdevice, in loopback_snd_timer_stop()
321 if (!cable->snd_timer.instance) in loopback_snd_timer_close_cable()
[all …]
/OK3568_Linux_fs/kernel/sound/pci/emu10k1/
H A Dtimer.c18 static int snd_emu10k1_timer_start(struct snd_timer *timer) in snd_emu10k1_timer_start()
35 static int snd_emu10k1_timer_stop(struct snd_timer *timer) in snd_emu10k1_timer_stop()
47 static int snd_emu10k1_timer_precise_resolution(struct snd_timer *timer, in snd_emu10k1_timer_precise_resolution()
66 struct snd_timer *timer = NULL; in snd_emu10k1_timer()
/OK3568_Linux_fs/kernel/sound/drivers/opl3/
H A Dopl3_lib.c143 static int snd_opl3_timer1_start(struct snd_timer * timer) in snd_opl3_timer1_start()
161 static int snd_opl3_timer1_stop(struct snd_timer * timer) in snd_opl3_timer1_stop()
180 static int snd_opl3_timer2_start(struct snd_timer * timer) in snd_opl3_timer2_start()
198 static int snd_opl3_timer2_stop(struct snd_timer * timer) in snd_opl3_timer2_stop()
237 struct snd_timer *timer = NULL; in snd_opl3_timer1_init()
257 struct snd_timer *timer = NULL; in snd_opl3_timer2_init()
283 struct snd_timer *timer; in snd_opl3_interrupt()
/OK3568_Linux_fs/kernel/sound/isa/ad1816a/
H A Dad1816a_lib.c358 static int snd_ad1816a_timer_close(struct snd_timer *timer) in snd_ad1816a_timer_close()
365 static int snd_ad1816a_timer_open(struct snd_timer *timer) in snd_ad1816a_timer_open()
372 static unsigned long snd_ad1816a_timer_resolution(struct snd_timer *timer) in snd_ad1816a_timer_resolution()
380 static int snd_ad1816a_timer_start(struct snd_timer *timer) in snd_ad1816a_timer_start()
399 static int snd_ad1816a_timer_stop(struct snd_timer *timer) in snd_ad1816a_timer_stop()
676 struct snd_timer *timer; in snd_ad1816a_timer()
/OK3568_Linux_fs/kernel/sound/sparc/
H A Dcs4231.c99 struct snd_timer *timer;
660 static unsigned long snd_cs4231_timer_resolution(struct snd_timer *timer) in snd_cs4231_timer_resolution()
667 static int snd_cs4231_timer_start(struct snd_timer *timer) in snd_cs4231_timer_start()
693 static int snd_cs4231_timer_stop(struct snd_timer *timer) in snd_cs4231_timer_stop()
858 static int snd_cs4231_timer_open(struct snd_timer *timer) in snd_cs4231_timer_open()
865 static int snd_cs4231_timer_close(struct snd_timer *timer) in snd_cs4231_timer_close()
1242 struct snd_timer *timer; in snd_cs4231_timer()
/OK3568_Linux_fs/kernel/sound/isa/wss/
H A Dwss_lib.c743 static unsigned long snd_wss_timer_resolution(struct snd_timer *timer) in snd_wss_timer_resolution()
752 static int snd_wss_timer_start(struct snd_timer *timer) in snd_wss_timer_start()
776 static int snd_wss_timer_stop(struct snd_timer *timer) in snd_wss_timer_stop()
950 static int snd_wss_timer_open(struct snd_timer *timer) in snd_wss_timer_open()
957 static int snd_wss_timer_close(struct snd_timer *timer) in snd_wss_timer_close()
1919 static void snd_wss_timer_free(struct snd_timer *timer) in snd_wss_timer_free()
1927 struct snd_timer *timer; in snd_wss_timer()
/OK3568_Linux_fs/kernel/sound/pci/
H A Dazt3328.c271 struct snd_timer *timer;
2148 snd_azf3328_timer_start(struct snd_timer *timer) in snd_azf3328_timer_start()
2173 snd_azf3328_timer_stop(struct snd_timer *timer) in snd_azf3328_timer_stop()
2194 snd_azf3328_timer_precise_resolution(struct snd_timer *timer, in snd_azf3328_timer_precise_resolution()
2214 struct snd_timer *timer = NULL; in snd_azf3328_timer()
/OK3568_Linux_fs/kernel/sound/pci/ymfpci/
H A Dymfpci.h318 struct snd_timer *timer;
H A Dymfpci_main.c1866 static int snd_ymfpci_timer_start(struct snd_timer *timer) in snd_ymfpci_timer_start()
1891 static int snd_ymfpci_timer_stop(struct snd_timer *timer) in snd_ymfpci_timer_stop()
1903 static int snd_ymfpci_timer_precise_resolution(struct snd_timer *timer, in snd_ymfpci_timer_precise_resolution()
1922 struct snd_timer *timer = NULL; in snd_ymfpci_timer()
/OK3568_Linux_fs/kernel/sound/core/seq/
H A Dseq_timer.c356 struct snd_timer *t; in initialize_timer()
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.builtin.modinfo
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dbug-hunting.rst8 …a_codec_hdmi snd_hda_intel snd_hda_codec snd_hwdep snd_hda_core snd_pcm snd_timer snd soundcore nv…