seq_oss_timer      97 sound/core/seq/oss/seq_oss_device.h 	struct seq_oss_timer *timer;
seq_oss_timer      95 sound/core/seq/oss/seq_oss_event.h int snd_seq_oss_process_timer_event(struct seq_oss_timer *rec, union evrec *q);
seq_oss_timer      24 sound/core/seq/oss/seq_oss_timer.c static void calc_alsa_tempo(struct seq_oss_timer *timer);
seq_oss_timer      32 sound/core/seq/oss/seq_oss_timer.c struct seq_oss_timer *
seq_oss_timer      35 sound/core/seq/oss/seq_oss_timer.c 	struct seq_oss_timer *rec;
seq_oss_timer      58 sound/core/seq/oss/seq_oss_timer.c snd_seq_oss_timer_delete(struct seq_oss_timer *rec)
seq_oss_timer      73 sound/core/seq/oss/seq_oss_timer.c snd_seq_oss_process_timer_event(struct seq_oss_timer *rec, union evrec *ev)
seq_oss_timer     116 sound/core/seq/oss/seq_oss_timer.c calc_alsa_tempo(struct seq_oss_timer *timer)
seq_oss_timer     147 sound/core/seq/oss/seq_oss_timer.c snd_seq_oss_timer_start(struct seq_oss_timer *timer)
seq_oss_timer     172 sound/core/seq/oss/seq_oss_timer.c snd_seq_oss_timer_stop(struct seq_oss_timer *timer)
seq_oss_timer     186 sound/core/seq/oss/seq_oss_timer.c snd_seq_oss_timer_continue(struct seq_oss_timer *timer)
seq_oss_timer     200 sound/core/seq/oss/seq_oss_timer.c snd_seq_oss_timer_tempo(struct seq_oss_timer *timer, int value)
seq_oss_timer     218 sound/core/seq/oss/seq_oss_timer.c snd_seq_oss_timer_ioctl(struct seq_oss_timer *timer, unsigned int cmd, int __user *arg)
seq_oss_timer      27 sound/core/seq/oss/seq_oss_timer.h struct seq_oss_timer *snd_seq_oss_timer_new(struct seq_oss_devinfo *dp);
seq_oss_timer      28 sound/core/seq/oss/seq_oss_timer.h void snd_seq_oss_timer_delete(struct seq_oss_timer *dp);
seq_oss_timer      30 sound/core/seq/oss/seq_oss_timer.h int snd_seq_oss_timer_start(struct seq_oss_timer *timer);
seq_oss_timer      31 sound/core/seq/oss/seq_oss_timer.h int snd_seq_oss_timer_stop(struct seq_oss_timer *timer);
seq_oss_timer      32 sound/core/seq/oss/seq_oss_timer.h int snd_seq_oss_timer_continue(struct seq_oss_timer *timer);
seq_oss_timer      33 sound/core/seq/oss/seq_oss_timer.h int snd_seq_oss_timer_tempo(struct seq_oss_timer *timer, int value);
seq_oss_timer      36 sound/core/seq/oss/seq_oss_timer.h int snd_seq_oss_timer_ioctl(struct seq_oss_timer *timer, unsigned int cmd, int __user *arg);
seq_oss_timer      42 sound/core/seq/oss/seq_oss_timer.h snd_seq_oss_timer_cur_tick(struct seq_oss_timer *timer)
seq_oss_timer      52 sound/core/seq/oss/seq_oss_timer.h snd_seq_oss_timer_is_realtime(struct seq_oss_timer *timer)