Searched refs:snd_seq_prioq_cell_peek (Results 1 – 3 of 3) sorted by relevance
53 struct snd_seq_event_cell *snd_seq_prioq_cell_peek(struct snd_seq_prioq *f);
274 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()
259 struct snd_seq_event_cell *snd_seq_prioq_cell_peek(struct snd_seq_prioq * f) in snd_seq_prioq_cell_peek() function