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

/linux-master/sound/core/seq/
H A Dseq_fifo.c80 static struct snd_seq_event_cell *fifo_cell_out(struct snd_seq_fifo *f);
93 while ((cell = fifo_cell_out(f)) != NULL) {
140 static struct snd_seq_event_cell *fifo_cell_out(struct snd_seq_fifo *f) function
173 while ((cell = fifo_cell_out(f)) == NULL) {

Completed in 195 milliseconds