Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/seq/oss/
Dseq_oss_timer.c74 snd_seq_oss_timer_stop(rec); in snd_seq_oss_timer_delete()
166 snd_seq_oss_timer_stop(timer); in snd_seq_oss_timer_start()
185 snd_seq_oss_timer_stop(struct seq_oss_timer *timer) in snd_seq_oss_timer_stop() function
252 return snd_seq_oss_timer_stop(timer); in snd_seq_oss_timer_ioctl()
Dseq_oss_timer.h44 int snd_seq_oss_timer_stop(struct seq_oss_timer *timer);
Dseq_oss_init.c463 snd_seq_oss_timer_stop(dp->timer); in snd_seq_oss_reset()
Dseq_oss_event.c252 return snd_seq_oss_timer_stop(dp->timer); in timing_event()