Home
last modified time | relevance | path

Searched defs:timer (Results 1 – 25 of 32) sorted by relevance

12

/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() local
115 struct snd_timer *timer = gus->gf1.timer2; in snd_gf1_interrupt_timer2() local
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() local
/sound/core/seq/oss/
Dseq_oss_timer.c129 calc_alsa_tempo(struct seq_oss_timer *timer) in calc_alsa_tempo()
160 snd_seq_oss_timer_start(struct seq_oss_timer *timer) in snd_seq_oss_timer_start()
185 snd_seq_oss_timer_stop(struct seq_oss_timer *timer) in snd_seq_oss_timer_stop()
199 snd_seq_oss_timer_continue(struct seq_oss_timer *timer) in snd_seq_oss_timer_continue()
213 snd_seq_oss_timer_tempo(struct seq_oss_timer *timer, int value) in snd_seq_oss_timer_tempo()
231 snd_seq_oss_timer_ioctl(struct seq_oss_timer *timer, unsigned int cmd, int __user *arg) in snd_seq_oss_timer_ioctl()
Dseq_oss_timer.h55 snd_seq_oss_timer_cur_tick(struct seq_oss_timer *timer) in snd_seq_oss_timer_cur_tick()
65 snd_seq_oss_timer_is_realtime(struct seq_oss_timer *timer) in snd_seq_oss_timer_is_realtime()
Dseq_oss_device.h109 struct seq_oss_timer *timer; member
/sound/core/
Dtimer.c104 struct snd_timer *timer) in snd_timer_instance_new()
136 struct snd_timer *timer = NULL; in snd_timer_find() local
184 struct snd_timer *timer; in snd_timer_check_slave() local
240 struct snd_timer *timer; in snd_timer_open() local
327 struct snd_timer *timer = NULL; in snd_timer_close() local
389 struct snd_timer * timer; in snd_timer_resolution() local
403 struct snd_timer *timer; in snd_timer_notify1() local
436 struct snd_timer *timer; in snd_timer_start1() local
511 struct snd_timer *timer; in snd_timer_stop1() local
637 static void snd_timer_reschedule(struct snd_timer * timer, unsigned long ticks_left) in snd_timer_reschedule()
[all …]
Dpcm_timer.c65 static unsigned long snd_pcm_timer_resolution(struct snd_timer * timer) in snd_pcm_timer_resolution()
73 static int snd_pcm_timer_start(struct snd_timer * timer) in snd_pcm_timer_start()
82 static int snd_pcm_timer_stop(struct snd_timer * timer) in snd_pcm_timer_stop()
105 static void snd_pcm_timer_free(struct snd_timer *timer) in snd_pcm_timer_free()
114 struct snd_timer *timer; in snd_pcm_timer_init() local
Dhrtimer.c39 struct snd_timer *timer; member
146 struct snd_timer *timer; in snd_hrtimer_init() local
/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() local
/sound/drivers/opl3/
Dopl3_lib.c158 static int snd_opl3_timer1_start(struct snd_timer * timer) in snd_opl3_timer1_start()
176 static int snd_opl3_timer1_stop(struct snd_timer * timer) in snd_opl3_timer1_stop()
195 static int snd_opl3_timer2_start(struct snd_timer * timer) in snd_opl3_timer2_start()
213 static int snd_opl3_timer2_stop(struct snd_timer * timer) in snd_opl3_timer2_stop()
252 struct snd_timer *timer = NULL; in snd_opl3_timer1_init() local
272 struct snd_timer *timer = NULL; in snd_opl3_timer2_init() local
298 struct snd_timer *timer; in snd_opl3_interrupt() local
/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() local
/sound/isa/ad1816a/
Dad1816a_lib.c380 static int snd_ad1816a_timer_close(struct snd_timer *timer) in snd_ad1816a_timer_close()
387 static int snd_ad1816a_timer_open(struct snd_timer *timer) in snd_ad1816a_timer_open()
394 static unsigned long snd_ad1816a_timer_resolution(struct snd_timer *timer) in snd_ad1816a_timer_resolution()
402 static int snd_ad1816a_timer_start(struct snd_timer *timer) in snd_ad1816a_timer_start()
421 static int snd_ad1816a_timer_stop(struct snd_timer *timer) in snd_ad1816a_timer_stop()
705 struct snd_timer *timer; in snd_ad1816a_timer() local
/sound/sparc/
Dcs4231.c98 struct snd_timer *timer; member
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() local
/sound/pci/ctxfi/
Dcttimer.c38 struct timer_list timer; member
402 struct ct_timer *timer = data; in ct_timer_interrupt() local
Dctatc.h61 struct ct_timer_instance *timer; member
144 struct ct_timer *timer; member
/sound/sh/
Daica.h78 struct timer_list timer; member
/sound/core/seq/
Dseq_queue.h41 struct snd_seq_timer *timer; /* time keeper for this queue */ member
Dseq_clientmgr.c1696 struct snd_seq_queue_timer *timer = arg; in snd_seq_ioctl_get_queue_timer() local
1728 struct snd_seq_queue_timer *timer = arg; in snd_seq_ioctl_set_queue_timer() local
/sound/drivers/pcsp/
Dpcsp.h56 struct hrtimer timer; member
/sound/pci/
Dazt3328.c285 struct snd_timer *timer; member
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() local
/sound/drivers/
Ddummy.c239 struct timer_list timer; member
378 struct hrtimer timer; member
390 static enum hrtimer_restart dummy_hrtimer_callback(struct hrtimer *timer) in dummy_hrtimer_callback()
Dmtpav.c147 struct timer_list timer; /* timer interrupts for outputs */ member
/sound/pci/ymfpci/
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() local
/sound/usb/line6/
Dtoneport.c58 struct timer_list timer; member
Ddriver.c187 void line6_start_timer(struct timer_list *timer, unsigned long msecs, in line6_start_timer()
/sound/isa/sb/
Demu8000_pcm.c68 struct timer_list timer; member

12