Searched refs:snd_seq_fifo (Results 1 – 4 of 4) sorted by relevance
/sound/core/seq/ |
D | seq_fifo.h | 30 struct snd_seq_fifo { struct 43 struct snd_seq_fifo *snd_seq_fifo_new(int poolsize); argument 46 void snd_seq_fifo_delete(struct snd_seq_fifo **f); 50 int snd_seq_fifo_event_in(struct snd_seq_fifo *f, struct snd_seq_event *event); 57 int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, struct snd_seq_event_cell **cellp, int nonblock); 60 void snd_seq_fifo_cell_putback(struct snd_seq_fifo *f, struct snd_seq_event_cell *cell); 63 void snd_seq_fifo_clear(struct snd_seq_fifo *f); 66 int snd_seq_fifo_poll_wait(struct snd_seq_fifo *f, struct file *file, poll_table *wait); 69 int snd_seq_fifo_resize(struct snd_seq_fifo *f, int poolsize);
|
D | seq_fifo.c | 31 struct snd_seq_fifo *snd_seq_fifo_new(int poolsize) in snd_seq_fifo_new() 33 struct snd_seq_fifo *f; in snd_seq_fifo_new() 62 void snd_seq_fifo_delete(struct snd_seq_fifo **fifo) in snd_seq_fifo_delete() 64 struct snd_seq_fifo *f; in snd_seq_fifo_delete() 93 static struct snd_seq_event_cell *fifo_cell_out(struct snd_seq_fifo *f); 96 void snd_seq_fifo_clear(struct snd_seq_fifo *f) in snd_seq_fifo_clear() 115 int snd_seq_fifo_event_in(struct snd_seq_fifo *f, in snd_seq_fifo_event_in() 155 static struct snd_seq_event_cell *fifo_cell_out(struct snd_seq_fifo *f) in fifo_cell_out() 174 int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, in snd_seq_fifo_cell_out() 211 void snd_seq_fifo_cell_putback(struct snd_seq_fifo *f, in snd_seq_fifo_cell_putback() [all …]
|
D | seq_clientmgr.h | 38 struct snd_seq_fifo *fifo; /* queue for incoming events */
|
D | seq_clientmgr.c | 402 struct snd_seq_fifo *fifo; in snd_seq_read()
|