Home
last modified time | relevance | path

Searched refs:snd_seq_oss_timer_start (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/core/seq/oss/
H A Dseq_oss_timer.h30 int snd_seq_oss_timer_start(struct seq_oss_timer *timer);
34 #define snd_seq_oss_timer_reset snd_seq_oss_timer_start
H A Dseq_oss_timer.c93 snd_seq_oss_timer_start(rec); in snd_seq_oss_process_timer_event()
147 snd_seq_oss_timer_start(struct seq_oss_timer *timer) in snd_seq_oss_timer_start() function
237 return snd_seq_oss_timer_start(timer); in snd_seq_oss_timer_ioctl()
H A Dseq_oss_midi.c622 len = snd_seq_oss_timer_start(dp->timer); in send_midi_event()