/linux-6.3-rc2/include/sound/ |
A D | timer.h | 38 struct snd_timer; 48 int (*open) (struct snd_timer * timer); 49 int (*close) (struct snd_timer * timer); 50 unsigned long (*c_resolution) (struct snd_timer * timer); 51 int (*start) (struct snd_timer * timer); 52 int (*stop) (struct snd_timer * timer); 57 struct snd_timer { struct 69 void (*private_free) (struct snd_timer *timer); argument 83 struct snd_timer *timer; argument 118 int snd_timer_global_free(struct snd_timer *timer); [all …]
|
A D | opl3.h | 293 struct snd_timer *timer1; 294 struct snd_timer *timer2;
|
A D | ad1816a.h | 137 struct snd_timer *timer;
|
A D | gus.h | 355 struct snd_timer *timer1; 356 struct snd_timer *timer2;
|
A D | wss.h | 85 struct snd_timer *timer;
|
A D | emu10k1.h | 1769 struct snd_timer *timer;
|
A D | pcm.h | 465 struct snd_timer *timer; /* timer */
|
/linux-6.3-rc2/sound/core/ |
A D | hrtimer.c | 25 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()
|
A D | timer.c | 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() 821 struct snd_timer *timer = container_of(work, struct snd_timer, task_work); in snd_timer_work() 1140 struct snd_timer *snd_timer; member 1150 struct snd_timer *timer = priv->snd_timer; in snd_timer_s_function() 1646 struct snd_timer *t; in snd_timer_user_ginfo() 1685 struct snd_timer *t; in timer_set_gparams() 1723 struct snd_timer *t; in snd_timer_user_gstatus() 1802 struct snd_timer *t; in snd_timer_user_info() [all …]
|
A D | pcm_timer.c | 52 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()
|
A D | timer_compat.c | 52 struct snd_timer *t; in snd_timer_user_info_compat()
|
/linux-6.3-rc2/sound/isa/gus/ |
A D | gus_timer.c | 17 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()
|
/linux-6.3-rc2/sound/pci/emu10k1/ |
A D | timer.c | 18 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()
|
/linux-6.3-rc2/sound/drivers/ |
A D | aloop.c | 114 } snd_timer; member 247 cable->snd_timer.id.card, in loopback_snd_timer_start() 248 cable->snd_timer.id.device, in loopback_snd_timer_start() 279 cable->snd_timer.id.card, in loopback_snd_timer_stop() 280 cable->snd_timer.id.device, in loopback_snd_timer_stop() 301 if (!cable->snd_timer.instance) in loopback_snd_timer_close_cable() 315 memset(&cable->snd_timer, 0, sizeof(cable->snd_timer)); in loopback_snd_timer_close_cable() 701 cable->snd_timer.id.card, in loopback_snd_timer_check_resolution() 702 cable->snd_timer.id.device, in loopback_snd_timer_check_resolution() 1120 cable->snd_timer.id = tid; in loopback_snd_timer_open() [all …]
|
/linux-6.3-rc2/sound/drivers/opl3/ |
A D | opl3_lib.c | 143 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() 258 struct snd_timer *timer = NULL; in snd_opl3_timer2_init() 285 struct snd_timer *timer; in snd_opl3_interrupt()
|
/linux-6.3-rc2/sound/isa/ad1816a/ |
A D | ad1816a_lib.c | 359 static int snd_ad1816a_timer_close(struct snd_timer *timer) in snd_ad1816a_timer_close() 366 static int snd_ad1816a_timer_open(struct snd_timer *timer) in snd_ad1816a_timer_open() 373 static unsigned long snd_ad1816a_timer_resolution(struct snd_timer *timer) in snd_ad1816a_timer_resolution() 381 static int snd_ad1816a_timer_start(struct snd_timer *timer) in snd_ad1816a_timer_start() 400 static int snd_ad1816a_timer_stop(struct snd_timer *timer) in snd_ad1816a_timer_stop() 646 struct snd_timer *timer; in snd_ad1816a_timer()
|
/linux-6.3-rc2/sound/sparc/ |
A D | cs4231.c | 98 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() 1241 struct snd_timer *timer; in snd_cs4231_timer()
|
/linux-6.3-rc2/sound/isa/wss/ |
A D | wss_lib.c | 743 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() 1876 static void snd_wss_timer_free(struct snd_timer *timer) in snd_wss_timer_free() 1884 struct snd_timer *timer; in snd_wss_timer()
|
/linux-6.3-rc2/sound/pci/ymfpci/ |
A D | ymfpci.h | 315 struct snd_timer *timer;
|
A D | ymfpci_main.c | 1889 static int snd_ymfpci_timer_start(struct snd_timer *timer) in snd_ymfpci_timer_start() 1914 static int snd_ymfpci_timer_stop(struct snd_timer *timer) in snd_ymfpci_timer_stop() 1926 static int snd_ymfpci_timer_precise_resolution(struct snd_timer *timer, in snd_ymfpci_timer_precise_resolution() 1945 struct snd_timer *timer = NULL; in snd_ymfpci_timer()
|
/linux-6.3-rc2/sound/pci/ |
A D | azt3328.c | 270 struct snd_timer *timer; 2139 snd_azf3328_timer_start(struct snd_timer *timer) in snd_azf3328_timer_start() 2164 snd_azf3328_timer_stop(struct snd_timer *timer) in snd_azf3328_timer_stop() 2185 snd_azf3328_timer_precise_resolution(struct snd_timer *timer, in snd_azf3328_timer_precise_resolution() 2205 struct snd_timer *timer = NULL; in snd_azf3328_timer()
|
/linux-6.3-rc2/sound/core/seq/ |
A D | seq_timer.c | 356 struct snd_timer *t; in initialize_timer()
|
/linux-6.3-rc2/Documentation/translations/zh_CN/admin-guide/ |
A D | bug-hunting.rst | 16 …a_codec_hdmi snd_hda_intel snd_hda_codec snd_hwdep snd_hda_core snd_pcm snd_timer snd soundcore nv…
|
/linux-6.3-rc2/Documentation/translations/zh_TW/admin-guide/ |
A D | bug-hunting.rst | 19 …a_codec_hdmi snd_hda_intel snd_hda_codec snd_hwdep snd_hda_core snd_pcm snd_timer snd soundcore nv…
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | bug-hunting.rst | 8 …a_codec_hdmi snd_hda_intel snd_hda_codec snd_hwdep snd_hda_core snd_pcm snd_timer snd soundcore nv…
|