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