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

/linux-4.1.27/sound/core/seq/
H A Dseq_fifo.c90 static struct snd_seq_event_cell *fifo_cell_out(struct snd_seq_fifo *f);
104 while ((cell = fifo_cell_out(f)) != NULL) { snd_seq_fifo_clear()
152 static struct snd_seq_event_cell *fifo_cell_out(struct snd_seq_fifo *f) fifo_cell_out() function
184 while ((cell = fifo_cell_out(f)) == NULL) { snd_seq_fifo_cell_out()

Completed in 78 milliseconds