Searched refs:seq_oss_timer (Results 1 – 5 of 5) sorted by relevance
30 struct seq_oss_timer { struct40 struct seq_oss_timer *snd_seq_oss_timer_new(struct seq_oss_devinfo *dp); argument41 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) 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()
37 static void calc_alsa_tempo(struct seq_oss_timer *timer);45 struct seq_oss_timer *48 struct seq_oss_timer *rec; in snd_seq_oss_timer_new()71 snd_seq_oss_timer_delete(struct seq_oss_timer *rec) in snd_seq_oss_timer_delete()86 snd_seq_oss_process_timer_event(struct seq_oss_timer *rec, union evrec *ev) in snd_seq_oss_process_timer_event()129 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()[all …]
6 snd-seq-oss-objs := seq_oss.o seq_oss_init.o seq_oss_timer.o seq_oss_ioctl.o \
108 int snd_seq_oss_process_timer_event(struct seq_oss_timer *rec, union evrec *q);
109 struct seq_oss_timer *timer;