Searched refs:seq_oss_timer (Results 1 – 5 of 5) sorted by relevance
17 struct seq_oss_timer { struct27 struct seq_oss_timer *snd_seq_oss_timer_new(struct seq_oss_devinfo *dp); argument28 void snd_seq_oss_timer_delete(struct seq_oss_timer *dp);30 int snd_seq_oss_timer_start(struct seq_oss_timer *timer);31 int snd_seq_oss_timer_stop(struct seq_oss_timer *timer);32 int snd_seq_oss_timer_continue(struct seq_oss_timer *timer);33 int snd_seq_oss_timer_tempo(struct seq_oss_timer *timer, int value);36 int snd_seq_oss_timer_ioctl(struct seq_oss_timer *timer, unsigned int cmd, int __user *arg);42 snd_seq_oss_timer_cur_tick(struct seq_oss_timer *timer) in snd_seq_oss_timer_cur_tick()
24 static void calc_alsa_tempo(struct seq_oss_timer *timer);32 struct seq_oss_timer *35 struct seq_oss_timer *rec; in snd_seq_oss_timer_new()58 snd_seq_oss_timer_delete(struct seq_oss_timer *rec) in snd_seq_oss_timer_delete()73 snd_seq_oss_process_timer_event(struct seq_oss_timer *rec, union evrec *ev) in snd_seq_oss_process_timer_event()116 calc_alsa_tempo(struct seq_oss_timer *timer) in calc_alsa_tempo()147 snd_seq_oss_timer_start(struct seq_oss_timer *timer) in snd_seq_oss_timer_start()172 snd_seq_oss_timer_stop(struct seq_oss_timer *timer) in snd_seq_oss_timer_stop()186 snd_seq_oss_timer_continue(struct seq_oss_timer *timer) in snd_seq_oss_timer_continue()200 snd_seq_oss_timer_tempo(struct seq_oss_timer *timer, int value) in snd_seq_oss_timer_tempo()[all …]
7 snd-seq-oss-objs := seq_oss.o seq_oss_init.o seq_oss_timer.o seq_oss_ioctl.o \
95 int snd_seq_oss_process_timer_event(struct seq_oss_timer *rec, union evrec *q);
97 struct seq_oss_timer *timer;
Completed in 10 milliseconds