Searched refs:snd_seq_prioq (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/sound/core/seq/ |
D | seq_prioq.h | 29 struct snd_seq_prioq { struct 38 struct snd_seq_prioq *snd_seq_prioq_new(void); argument 41 void snd_seq_prioq_delete(struct snd_seq_prioq **fifo); 44 int snd_seq_prioq_cell_in(struct snd_seq_prioq *f, struct snd_seq_event_cell *cell); 47 struct snd_seq_event_cell *snd_seq_prioq_cell_out(struct snd_seq_prioq *f); 50 int snd_seq_prioq_avail(struct snd_seq_prioq *f); 53 struct snd_seq_event_cell *snd_seq_prioq_cell_peek(struct snd_seq_prioq *f); 56 void snd_seq_prioq_leave(struct snd_seq_prioq *f, int client, int timestamp); 59 void snd_seq_prioq_remove_events(struct snd_seq_prioq *f, int client,
|
D | seq_prioq.c | 57 struct snd_seq_prioq *snd_seq_prioq_new(void) in snd_seq_prioq_new() 59 struct snd_seq_prioq *f; in snd_seq_prioq_new() 76 void snd_seq_prioq_delete(struct snd_seq_prioq **fifo) in snd_seq_prioq_delete() 78 struct snd_seq_prioq *f = *fifo; in snd_seq_prioq_delete() 148 int snd_seq_prioq_cell_in(struct snd_seq_prioq * f, in snd_seq_prioq_cell_in() 220 struct snd_seq_event_cell *snd_seq_prioq_cell_out(struct snd_seq_prioq *f) in snd_seq_prioq_cell_out() 248 int snd_seq_prioq_avail(struct snd_seq_prioq * f) in snd_seq_prioq_avail() 259 struct snd_seq_event_cell *snd_seq_prioq_cell_peek(struct snd_seq_prioq * f) in snd_seq_prioq_cell_peek() 292 void snd_seq_prioq_leave(struct snd_seq_prioq * f, int client, int timestamp) in snd_seq_prioq_leave() 401 void snd_seq_prioq_remove_events(struct snd_seq_prioq * f, int client, in snd_seq_prioq_remove_events()
|
D | seq_queue.h | 38 struct snd_seq_prioq *tickq; /* midi tick event queue */ 39 struct snd_seq_prioq *timeq; /* real-time event queue */
|