Home
last modified time | relevance | path

Searched refs:snd_seq_oss_timer_stop (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/sound/core/seq/oss/
H A Dseq_oss_timer.c61 snd_seq_oss_timer_stop(rec); in snd_seq_oss_timer_delete()
153 snd_seq_oss_timer_stop(timer); in snd_seq_oss_timer_start()
172 snd_seq_oss_timer_stop(struct seq_oss_timer *timer) in snd_seq_oss_timer_stop() function
239 return snd_seq_oss_timer_stop(timer); in snd_seq_oss_timer_ioctl()
H A Dseq_oss_timer.h31 int snd_seq_oss_timer_stop(struct seq_oss_timer *timer);
H A Dseq_oss_init.c450 snd_seq_oss_timer_stop(dp->timer); in snd_seq_oss_reset()
H A Dseq_oss_event.c239 return snd_seq_oss_timer_stop(dp->timer); in timing_event()