Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/seq/oss/
H A Dseq_oss_timer.h42 snd_seq_oss_timer_cur_tick(struct seq_oss_timer *timer) in snd_seq_oss_timer_cur_tick() function
H A Dseq_oss_writeq.c88 time = snd_seq_oss_timer_cur_tick(dp->timer); in snd_seq_oss_writeq_sync()
H A Dseq_oss_ioctl.c112 return put_user(snd_seq_oss_timer_cur_tick(dp->timer), p) ? -EFAULT : 0; in snd_seq_oss_ioctl()
H A Dseq_oss_rw.c170 event.time.tick = snd_seq_oss_timer_cur_tick(dp->timer); in insert_queue()