Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/seq/
Dseq_fifo.c95 static struct snd_seq_event_cell *fifo_cell_out(struct snd_seq_fifo *f);
109 while ((cell = fifo_cell_out(f)) != NULL) { in snd_seq_fifo_clear()
158 static struct snd_seq_event_cell *fifo_cell_out(struct snd_seq_fifo *f) in fifo_cell_out() function
190 while ((cell = fifo_cell_out(f)) == NULL) { in snd_seq_fifo_cell_out()