Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/seq/oss/
Dseq_oss_timer.h43 int snd_seq_oss_timer_start(struct seq_oss_timer *timer);
47 #define snd_seq_oss_timer_reset snd_seq_oss_timer_start
Dseq_oss_timer.c106 snd_seq_oss_timer_start(rec); in snd_seq_oss_process_timer_event()
160 snd_seq_oss_timer_start(struct seq_oss_timer *timer) in snd_seq_oss_timer_start() function
250 return snd_seq_oss_timer_start(timer); in snd_seq_oss_timer_ioctl()
Dseq_oss_midi.c615 len = snd_seq_oss_timer_start(dp->timer); in send_midi_event()