Searched refs:snd_seq_fifo (Results 1 – 3 of 3) sorted by relevance
18 struct snd_seq_fifo *snd_seq_fifo_new(int poolsize) in snd_seq_fifo_new() 20 struct snd_seq_fifo *f; in snd_seq_fifo_new() 49 void snd_seq_fifo_delete(struct snd_seq_fifo **fifo) in snd_seq_fifo_delete() 51 struct snd_seq_fifo *f; in snd_seq_fifo_delete() 80 static struct snd_seq_event_cell *fifo_cell_out(struct snd_seq_fifo *f);83 void snd_seq_fifo_clear(struct snd_seq_fifo *f) in snd_seq_fifo_clear() 100 int snd_seq_fifo_event_in(struct snd_seq_fifo *f, in snd_seq_fifo_event_in() 111 guard(snd_seq_fifo)(f); in snd_seq_fifo_event_in() 151 static struct snd_seq_event_cell *fifo_cell_out(struct snd_seq_fifo *f) in fifo_cell_out() 171 int snd_seq_fifo_cell_out(struct snd_seq_fifo * in snd_seq_fifo_cell_out() 109 guard(snd_seq_fifo)(f); snd_seq_fifo_event_in() local 267 guard(snd_seq_fifo)(f); snd_seq_fifo_unused_cells() local [all...]
26 struct snd_seq_fifo *fifo; /* queue for incoming events */
401 struct snd_seq_fifo *fifo; in snd_seq_read()432 guard(snd_seq_fifo)(fifo); in snd_seq_read() local