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