Searched refs:snd_seq_fifo (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/sound/core/seq/ |
D | seq_fifo.h | 15 struct snd_seq_fifo { struct 28 struct snd_seq_fifo *snd_seq_fifo_new(int poolsize); argument 31 void snd_seq_fifo_delete(struct snd_seq_fifo **f); 35 int snd_seq_fifo_event_in(struct snd_seq_fifo *f, struct snd_seq_event *event); 42 int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, struct snd_seq_event_cell **cellp, int nonblock); 45 void snd_seq_fifo_cell_putback(struct snd_seq_fifo *f, struct snd_seq_event_cell *cell); 48 void snd_seq_fifo_clear(struct snd_seq_fifo *f); 51 int snd_seq_fifo_poll_wait(struct snd_seq_fifo *f, struct file *file, poll_table *wait); 54 int snd_seq_fifo_resize(struct snd_seq_fifo *f, int poolsize); 57 int snd_seq_fifo_unused_cells(struct snd_seq_fifo *f);
|
D | seq_fifo.c | 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() 101 int snd_seq_fifo_event_in(struct snd_seq_fifo *f, in snd_seq_fifo_event_in() 142 static struct snd_seq_event_cell *fifo_cell_out(struct snd_seq_fifo *f) in fifo_cell_out() 162 int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, in snd_seq_fifo_cell_out() 199 void snd_seq_fifo_cell_putback(struct snd_seq_fifo *f, in snd_seq_fifo_cell_putback() [all …]
|
D | seq_clientmgr.h | 24 struct snd_seq_fifo *fifo; /* queue for incoming events */
|
D | seq_clientmgr.c | 402 struct snd_seq_fifo *fifo; in snd_seq_read()
|