Home
last modified time | relevance | path

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

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