Searched refs:snd_seq_prioq_cell_peek (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/sound/core/seq/
H A Dseq_prioq.h53 struct snd_seq_event_cell *snd_seq_prioq_cell_peek(struct snd_seq_prioq *f);
H A Dseq_queue.c274 while ((cell = snd_seq_prioq_cell_peek(q->tickq)) != NULL) { snd_seq_check_queue()
288 while ((cell = snd_seq_prioq_cell_peek(q->timeq)) != NULL) { snd_seq_check_queue()
H A Dseq_prioq.c257 struct snd_seq_event_cell *snd_seq_prioq_cell_peek(struct snd_seq_prioq * f) snd_seq_prioq_cell_peek() function

Completed in 40 milliseconds