Symbol: snd_seq_fifo
sound/core/seq/seq_clientmgr.c
388
struct snd_seq_fifo *fifo;
sound/core/seq/seq_clientmgr.c
419
guard(snd_seq_fifo)(fifo);
sound/core/seq/seq_clientmgr.h
23
struct snd_seq_fifo *fifo; /* queue for incoming events */
sound/core/seq/seq_fifo.c
100
int snd_seq_fifo_event_in(struct snd_seq_fifo *f,
sound/core/seq/seq_fifo.c
109
guard(snd_seq_fifo)(f);
sound/core/seq/seq_fifo.c
137
static struct snd_seq_event_cell *fifo_cell_out(struct snd_seq_fifo *f)
sound/core/seq/seq_fifo.c
157
int snd_seq_fifo_cell_out(struct snd_seq_fifo *f,
sound/core/seq/seq_fifo.c
18
struct snd_seq_fifo *snd_seq_fifo_new(int poolsize)
sound/core/seq/seq_fifo.c
194
void snd_seq_fifo_cell_putback(struct snd_seq_fifo *f,
sound/core/seq/seq_fifo.c
20
struct snd_seq_fifo *f;
sound/core/seq/seq_fifo.c
209
int snd_seq_fifo_poll_wait(struct snd_seq_fifo *f, struct file *file,
sound/core/seq/seq_fifo.c
218
int snd_seq_fifo_resize(struct snd_seq_fifo *f, int poolsize)
sound/core/seq/seq_fifo.c
262
int snd_seq_fifo_unused_cells(struct snd_seq_fifo *f)
sound/core/seq/seq_fifo.c
267
guard(snd_seq_fifo)(f);
sound/core/seq/seq_fifo.c
49
void snd_seq_fifo_delete(struct snd_seq_fifo **fifo)
sound/core/seq/seq_fifo.c
51
struct snd_seq_fifo *f;
sound/core/seq/seq_fifo.c
80
static struct snd_seq_event_cell *fifo_cell_out(struct snd_seq_fifo *f);
sound/core/seq/seq_fifo.c
83
void snd_seq_fifo_clear(struct snd_seq_fifo *f)
sound/core/seq/seq_fifo.h
28
struct snd_seq_fifo *snd_seq_fifo_new(int poolsize);
sound/core/seq/seq_fifo.h
31
void snd_seq_fifo_delete(struct snd_seq_fifo **f);
sound/core/seq/seq_fifo.h
35
int snd_seq_fifo_event_in(struct snd_seq_fifo *f, struct snd_seq_event *event);
sound/core/seq/seq_fifo.h
40
DEFINE_GUARD(snd_seq_fifo, struct snd_seq_fifo *, snd_seq_fifo_lock(_T), snd_seq_fifo_unlock(_T))
sound/core/seq/seq_fifo.h
43
int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, struct snd_seq_event_cell **cellp, int nonblock);
sound/core/seq/seq_fifo.h
46
void snd_seq_fifo_cell_putback(struct snd_seq_fifo *f, struct snd_seq_event_cell *cell);
sound/core/seq/seq_fifo.h
49
void snd_seq_fifo_clear(struct snd_seq_fifo *f);
sound/core/seq/seq_fifo.h
52
int snd_seq_fifo_poll_wait(struct snd_seq_fifo *f, struct file *file, poll_table *wait);
sound/core/seq/seq_fifo.h
55
int snd_seq_fifo_resize(struct snd_seq_fifo *f, int poolsize);
sound/core/seq/seq_fifo.h
58
int snd_seq_fifo_unused_cells(struct snd_seq_fifo *f);