Searched refs:seq_oss_timer (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/oss/
H A Dseq_oss_timer.h30 struct seq_oss_timer { struct
40 struct seq_oss_timer *snd_seq_oss_timer_new(struct seq_oss_devinfo *dp);
41 void snd_seq_oss_timer_delete(struct seq_oss_timer *dp);
43 int snd_seq_oss_timer_start(struct seq_oss_timer *timer);
44 int snd_seq_oss_timer_stop(struct seq_oss_timer *timer);
45 int snd_seq_oss_timer_continue(struct seq_oss_timer *timer);
46 int snd_seq_oss_timer_tempo(struct seq_oss_timer *timer, int value);
49 int snd_seq_oss_timer_ioctl(struct seq_oss_timer *timer, unsigned int cmd, int __user *arg);
55 snd_seq_oss_timer_cur_tick(struct seq_oss_timer *timer)
65 snd_seq_oss_timer_is_realtime(struct seq_oss_timer *time
[all...]
H A DMakefile6 snd-seq-oss-objs := seq_oss.o seq_oss_init.o seq_oss_timer.o seq_oss_ioctl.o \
H A Dseq_oss_timer.c23 #include "seq_oss_timer.h"
37 static void calc_alsa_tempo(struct seq_oss_timer *timer);
45 struct seq_oss_timer *
48 struct seq_oss_timer *rec;
71 snd_seq_oss_timer_delete(struct seq_oss_timer *rec)
86 snd_seq_oss_process_timer_event(struct seq_oss_timer *rec, union evrec *ev)
129 calc_alsa_tempo(struct seq_oss_timer *timer)
160 snd_seq_oss_timer_start(struct seq_oss_timer *timer)
185 snd_seq_oss_timer_stop(struct seq_oss_timer *timer)
199 snd_seq_oss_timer_continue(struct seq_oss_timer *time
[all...]
H A Dseq_oss_event.h108 int snd_seq_oss_process_timer_event(struct seq_oss_timer *rec, union evrec *q);
H A Dseq_oss_device.h113 struct seq_oss_timer *timer;

Completed in 67 milliseconds