Home
last modified time | relevance | path

Searched refs:snd_seq_fifo (Results 1 – 4 of 4) sorted by relevance

/sound/core/seq/
Dseq_fifo.h30 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);
72 int snd_seq_fifo_unused_cells(struct snd_seq_fifo *f);
Dseq_fifo.c33 struct snd_seq_fifo *snd_seq_fifo_new(int poolsize) in snd_seq_fifo_new()
35 struct snd_seq_fifo *f; in snd_seq_fifo_new()
64 void snd_seq_fifo_delete(struct snd_seq_fifo **fifo) in snd_seq_fifo_delete()
66 struct snd_seq_fifo *f; in snd_seq_fifo_delete()
95 static struct snd_seq_event_cell *fifo_cell_out(struct snd_seq_fifo *f);
98 void snd_seq_fifo_clear(struct snd_seq_fifo *f) in snd_seq_fifo_clear()
117 int snd_seq_fifo_event_in(struct snd_seq_fifo *f, in snd_seq_fifo_event_in()
158 static struct snd_seq_event_cell *fifo_cell_out(struct snd_seq_fifo *f) in fifo_cell_out()
177 int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, in snd_seq_fifo_cell_out()
214 void snd_seq_fifo_cell_putback(struct snd_seq_fifo *f, in snd_seq_fifo_cell_putback()
[all …]
Dseq_clientmgr.h39 struct snd_seq_fifo *fifo; /* queue for incoming events */
Dseq_clientmgr.c389 struct snd_seq_fifo *fifo; in snd_seq_read()