Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/core/seq/oss/
A Dseq_oss_timer.h17 struct seq_oss_timer { struct
27 struct seq_oss_timer *snd_seq_oss_timer_new(struct seq_oss_devinfo *dp); argument
28 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()
A Dseq_oss_timer.c24 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 …]
A DMakefile7 snd-seq-oss-objs := seq_oss.o seq_oss_init.o seq_oss_timer.o seq_oss_ioctl.o \
A Dseq_oss_event.h95 int snd_seq_oss_process_timer_event(struct seq_oss_timer *rec, union evrec *q);
A Dseq_oss_device.h97 struct seq_oss_timer *timer;

Completed in 7 milliseconds