Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/seq/
H A Dseq_prioq.h36 int snd_seq_prioq_avail(struct snd_seq_prioq *f);
H A Dseq_queue.c761 snd_iprintf(buffer, "queued time events : %d\n", snd_seq_prioq_avail(q->timeq)); in snd_seq_info_queues_read()
762 snd_iprintf(buffer, "queued tick events : %d\n", snd_seq_prioq_avail(q->tickq)); in snd_seq_info_queues_read()
H A Dseq_prioq.c243 int snd_seq_prioq_avail(struct snd_seq_prioq * f) in snd_seq_prioq_avail() function