Symbol: snd_seq_prioq
sound/core/seq/seq_prioq.c
131
int snd_seq_prioq_cell_in(struct snd_seq_prioq * f,
sound/core/seq/seq_prioq.c
208
struct snd_seq_event_cell *snd_seq_prioq_cell_out(struct snd_seq_prioq *f,
sound/core/seq/seq_prioq.c
237
int snd_seq_prioq_avail(struct snd_seq_prioq * f)
sound/core/seq/seq_prioq.c
247
static void prioq_remove_cells(struct snd_seq_prioq *f,
sound/core/seq/seq_prioq.c
321
void snd_seq_prioq_leave(struct snd_seq_prioq *f, int client, int timestamp)
sound/core/seq/seq_prioq.c
394
void snd_seq_prioq_remove_events(struct snd_seq_prioq * f, int client,
sound/core/seq/seq_prioq.c
42
struct snd_seq_prioq *snd_seq_prioq_new(void)
sound/core/seq/seq_prioq.c
44
struct snd_seq_prioq *f;
sound/core/seq/seq_prioq.c
59
void snd_seq_prioq_delete(struct snd_seq_prioq **fifo)
sound/core/seq/seq_prioq.c
61
struct snd_seq_prioq *f = *fifo;
sound/core/seq/seq_prioq.h
23
struct snd_seq_prioq *snd_seq_prioq_new(void);
sound/core/seq/seq_prioq.h
26
void snd_seq_prioq_delete(struct snd_seq_prioq **fifo);
sound/core/seq/seq_prioq.h
29
int snd_seq_prioq_cell_in(struct snd_seq_prioq *f, struct snd_seq_event_cell *cell);
sound/core/seq/seq_prioq.h
32
struct snd_seq_event_cell *snd_seq_prioq_cell_out(struct snd_seq_prioq *f,
sound/core/seq/seq_prioq.h
36
int snd_seq_prioq_avail(struct snd_seq_prioq *f);
sound/core/seq/seq_prioq.h
39
void snd_seq_prioq_leave(struct snd_seq_prioq *f, int client, int timestamp);
sound/core/seq/seq_prioq.h
42
void snd_seq_prioq_remove_events(struct snd_seq_prioq *f, int client,
sound/core/seq/seq_queue.h
24
struct snd_seq_prioq *tickq; /* midi tick event queue */
sound/core/seq/seq_queue.h
25
struct snd_seq_prioq *timeq; /* real-time event queue */