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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/oss/
H A Dseq_oss_timer.h55 snd_seq_oss_timer_cur_tick(struct seq_oss_timer *timer) function
H A Dseq_oss_writeq.c99 time = snd_seq_oss_timer_cur_tick(dp->timer);
H A Dseq_oss_ioctl.c132 return put_user(snd_seq_oss_timer_cur_tick(dp->timer), p) ? -EFAULT : 0;
H A Dseq_oss_rw.c181 event.time.tick = snd_seq_oss_timer_cur_tick(dp->timer);

Completed in 24 milliseconds