Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/seq/oss/
Dseq_oss_timer.h30 struct seq_oss_timer { struct
40 struct seq_oss_timer *snd_seq_oss_timer_new(struct seq_oss_devinfo *dp); argument
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) 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()
Dseq_oss_timer.c37 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 …]
DMakefile6 snd-seq-oss-objs := seq_oss.o seq_oss_init.o seq_oss_timer.o seq_oss_ioctl.o \
Dseq_oss_event.h108 int snd_seq_oss_process_timer_event(struct seq_oss_timer *rec, union evrec *q);
Dseq_oss_device.h109 struct seq_oss_timer *timer;