Searched refs:snd_timer (Results 1 – 15 of 15) sorted by relevance
| /linux/include/sound/ |
| H 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); 53 int (*set_period) (struct snd_timer * timer, unsigned long period_num, unsigned long period_den); 54 int (*precise_resolution) (struct snd_timer * timer, unsigned long *num, unsigned long *den); 57 struct snd_timer { struct 69 void (*private_free) (struct snd_timer *timer); argument [all …]
|
| H A D | opl3.h | 293 struct snd_timer *timer1; 294 struct snd_timer *timer2;
|
| H A D | ad1816a.h | 137 struct snd_timer *timer;
|
| H A D | wss.h | 85 struct snd_timer *timer;
|
| H A D | pcm.h | 480 struct snd_timer *timer; /* timer */
|
| /linux/sound/core/ |
| H A D | hrtimer.c | 26 struct snd_timer *timer; 34 struct snd_timer *t = stime->timer; in snd_hrtimer_callback() 63 static int snd_hrtimer_open(struct snd_timer *t) in snd_hrtimer_open() 76 static int snd_hrtimer_close(struct snd_timer *t) in snd_hrtimer_close() 93 static int snd_hrtimer_start(struct snd_timer *t) in snd_hrtimer_start() 104 static int snd_hrtimer_stop(struct snd_timer *t) in snd_hrtimer_stop() 126 static struct snd_timer *mytimer; 130 struct snd_timer *timer; in snd_hrtimer_init()
|
| H A D | timer.c | 119 struct snd_timer *timer; 140 static int snd_timer_free(struct snd_timer *timer); 145 static void snd_timer_reschedule(struct snd_timer * timer, unsigned long ticks_left); 186 static struct snd_timer *snd_timer_find(struct snd_timer_id *tid) in snd_timer_find() 188 struct snd_timer *timer; in snd_timer_find() 256 struct snd_timer *timer; in snd_timer_check_slave() 303 struct snd_timer *timer; in snd_timer_open() 397 struct snd_timer *timer) in remove_slave_links() 421 struct snd_timer *timer = timeri->timer; in snd_timer_close_locked() 483 static unsigned long snd_timer_hw_resolution(struct snd_timer *timer) in snd_timer_hw_resolution() [all …]
|
| H 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()
|
| H A D | timer_compat.c | 52 struct snd_timer *t; in snd_timer_user_info_compat()
|
| /linux/sound/pci/emu10k1/ |
| H A D | timer.c | 14 static int snd_emu10k1_timer_start(struct snd_timer *timer) in snd_emu10k1_timer_start() 28 static int snd_emu10k1_timer_stop(struct snd_timer *timer) in snd_emu10k1_timer_stop() 37 static unsigned long snd_emu10k1_timer_c_resolution(struct snd_timer *timer) in snd_emu10k1_timer_c_resolution() 48 static int snd_emu10k1_timer_precise_resolution(struct snd_timer *timer, in snd_emu10k1_timer_precise_resolution() 72 struct snd_timer *timer = NULL; in snd_emu10k1_timer()
|
| /linux/sound/drivers/ |
| H A D | aloop.c | 115 } snd_timer; member 242 err = snd_timer_start(cable->snd_timer.instance, 1); in loopback_snd_timer_start() 253 cable->snd_timer.id.card, in loopback_snd_timer_start() 254 cable->snd_timer.id.device, in loopback_snd_timer_start() 255 cable->snd_timer.id.subdevice, in loopback_snd_timer_start() 281 err = snd_timer_stop(cable->snd_timer.instance); in loopback_snd_timer_stop() 285 cable->snd_timer.id.card, in loopback_snd_timer_stop() 286 cable->snd_timer.id.device, in loopback_snd_timer_stop() 287 cable->snd_timer.id.subdevice, in loopback_snd_timer_stop() 307 if (!cable->snd_timer.instance) in loopback_snd_timer_close_cable() [all …]
|
| /linux/sound/drivers/opl3/ |
| H A D | opl3_lib.c | 137 static int snd_opl3_timer1_start(struct snd_timer * timer) in snd_opl3_timer1_start() 153 static int snd_opl3_timer1_stop(struct snd_timer * timer) in snd_opl3_timer1_stop() 170 static int snd_opl3_timer2_start(struct snd_timer * timer) in snd_opl3_timer2_start() 186 static int snd_opl3_timer2_stop(struct snd_timer * timer) in snd_opl3_timer2_stop() 223 struct snd_timer *timer = NULL; in snd_opl3_timer1_init() 244 struct snd_timer *timer = NULL; in snd_opl3_timer2_init() 271 struct snd_timer *timer; in snd_opl3_interrupt()
|
| /linux/sound/pci/ymfpci/ |
| H A D | ymfpci.h | 358 struct snd_timer *timer;
|
| H A D | ymfpci_main.c | 1843 static int snd_ymfpci_timer_start(struct snd_timer *timer) in snd_ymfpci_timer_start() 1866 static int snd_ymfpci_timer_stop(struct snd_timer *timer) in snd_ymfpci_timer_stop() 1876 static int snd_ymfpci_timer_precise_resolution(struct snd_timer *timer, in snd_ymfpci_timer_precise_resolution() 1895 struct snd_timer *timer = NULL; in snd_ymfpci_timer()
|
| /linux/sound/core/seq/ |
| H A D | seq_timer.c | 336 struct snd_timer *t; in initialize_timer()
|