Searched refs:snd_timer (Results 1 - 25 of 25) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A 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 *time
[all...]
H A Dad1816a.h149 struct snd_timer *timer;
173 struct snd_timer **rtimer);
H A Dwss.h100 struct snd_timer *timer;
158 int snd_wss_timer(struct snd_wss *chip, int device, struct snd_timer **rtimer);
H A Dopl3.h311 struct snd_timer *timer1;
312 struct snd_timer *timer2;
H A Dgus.h370 struct snd_timer *timer1;
371 struct snd_timer *timer2;
H A Dymfpci.h333 struct snd_timer *timer;
H A Dpcm.h383 struct snd_timer *timer; /* timer */
H A Demu10k1.h1774 struct snd_timer *timer;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Drtctimer.c40 static int rtctimer_open(struct snd_timer *t);
41 static int rtctimer_close(struct snd_timer *t);
42 static int rtctimer_start(struct snd_timer *t);
43 static int rtctimer_stop(struct snd_timer *t);
61 static struct snd_timer *rtctimer;
67 rtctimer_open(struct snd_timer *t)
79 rtctimer_close(struct snd_timer *t)
91 rtctimer_start(struct snd_timer *timer)
102 rtctimer_stop(struct snd_timer *timer)
113 snd_timer_interrupt((struct snd_timer *)dat
[all...]
H A Dhrtimer.c39 struct snd_timer *timer;
47 struct snd_timer *t = stime->timer;
61 static int snd_hrtimer_open(struct snd_timer *t)
76 static int snd_hrtimer_close(struct snd_timer *t)
88 static int snd_hrtimer_start(struct snd_timer *t)
100 static int snd_hrtimer_stop(struct snd_timer *t)
119 static struct snd_timer *mytimer;
123 struct snd_timer *timer;
H A Dpcm_timer.c63 static unsigned long snd_pcm_timer_resolution(struct snd_timer * timer)
71 static int snd_pcm_timer_start(struct snd_timer * timer)
80 static int snd_pcm_timer_stop(struct snd_timer * timer)
103 static void snd_pcm_timer_free(struct snd_timer *timer)
112 struct snd_timer *timer;
H A Dtimer.c86 static int snd_timer_free(struct snd_timer *timer);
91 static void snd_timer_reschedule(struct snd_timer * timer, unsigned long ticks_left);
98 struct snd_timer *timer)
128 static struct snd_timer *snd_timer_find(struct snd_timer_id *tid)
130 struct snd_timer *timer = NULL;
178 struct snd_timer *timer;
232 struct snd_timer *timer;
305 struct snd_timer *timer = NULL;
364 struct snd_timer * timer;
378 struct snd_timer *time
[all...]
H A Dtimer_compat.c40 struct snd_timer *t;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Dtimer.c32 static int snd_emu10k1_timer_start(struct snd_timer *timer)
49 static int snd_emu10k1_timer_stop(struct snd_timer *timer)
61 static int snd_emu10k1_timer_precise_resolution(struct snd_timer *timer,
80 struct snd_timer *timer = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/gus/
H A Dgus_timer.c32 static int snd_gf1_timer1_start(struct snd_timer * timer)
50 static int snd_gf1_timer1_stop(struct snd_timer * timer)
68 static int snd_gf1_timer2_start(struct snd_timer * timer)
86 static int snd_gf1_timer2_stop(struct snd_timer * timer)
106 struct snd_timer *timer = gus->gf1.timer1;
115 struct snd_timer *timer = gus->gf1.timer2;
144 static void snd_gf1_timer1_free(struct snd_timer *timer)
150 static void snd_gf1_timer2_free(struct snd_timer *timer)
158 struct snd_timer *timer;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl3/
H A Dopl3_lib.c157 static int snd_opl3_timer1_start(struct snd_timer * timer)
175 static int snd_opl3_timer1_stop(struct snd_timer * timer)
194 static int snd_opl3_timer2_start(struct snd_timer * timer)
212 static int snd_opl3_timer2_stop(struct snd_timer * timer)
251 struct snd_timer *timer = NULL;
271 struct snd_timer *timer = NULL;
297 struct snd_timer *timer;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/ad1816a/
H A Dad1816a_lib.c380 static int snd_ad1816a_timer_close(struct snd_timer *timer)
387 static int snd_ad1816a_timer_open(struct snd_timer *timer)
394 static unsigned long snd_ad1816a_timer_resolution(struct snd_timer *timer)
402 static int snd_ad1816a_timer_start(struct snd_timer *timer)
421 static int snd_ad1816a_timer_stop(struct snd_timer *timer)
687 int __devinit snd_ad1816a_timer(struct snd_ad1816a *chip, int device, struct snd_timer **rtimer)
689 struct snd_timer *timer;
H A Dad1816a.c159 struct snd_timer *timer;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/wss/
H A Dwss_lib.c642 static unsigned long snd_wss_timer_resolution(struct snd_timer *timer)
651 static int snd_wss_timer_start(struct snd_timer *timer)
675 static int snd_wss_timer_stop(struct snd_timer *timer)
849 static int snd_wss_timer_open(struct snd_timer *timer)
856 static int snd_wss_timer_close(struct snd_timer *timer)
1809 static void snd_wss_timer_free(struct snd_timer *timer)
1815 int snd_wss_timer(struct snd_wss *chip, int device, struct snd_timer **rtimer)
1817 struct snd_timer *timer;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dazt3328.c145 struct snd_timer *timer;
1746 snd_azf3328_timer_start(struct snd_timer *timer)
1773 snd_azf3328_timer_stop(struct snd_timer *timer)
1790 snd_azf3328_timer_precise_resolution(struct snd_timer *timer,
1812 struct snd_timer *timer = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/sparc/
H A Dcs4231.c98 struct snd_timer *timer;
657 static unsigned long snd_cs4231_timer_resolution(struct snd_timer *timer)
664 static int snd_cs4231_timer_start(struct snd_timer *timer)
690 static int snd_cs4231_timer_stop(struct snd_timer *timer)
855 static int snd_cs4231_timer_open(struct snd_timer *timer)
862 static int snd_cs4231_timer_close(struct snd_timer *timer)
1249 struct snd_timer *timer;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_timer.c331 struct snd_timer *t;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ymfpci/
H A Dymfpci_main.c1873 static int snd_ymfpci_timer_start(struct snd_timer *timer)
1898 static int snd_ymfpci_timer_stop(struct snd_timer *timer)
1910 static int snd_ymfpci_timer_precise_resolution(struct snd_timer *timer,
1929 struct snd_timer *timer = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/opti9xx/
H A Dopti92x-ad1848.c841 struct snd_timer *timer;
H A Dmiro.c1286 struct snd_timer *timer;

Completed in 157 milliseconds