Searched refs:snd_seq_prioq (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/sound/core/seq/ |
A D | seq_prioq.h | 14 struct snd_seq_prioq { struct 23 struct snd_seq_prioq *snd_seq_prioq_new(void); argument 26 void snd_seq_prioq_delete(struct snd_seq_prioq **fifo); 29 int snd_seq_prioq_cell_in(struct snd_seq_prioq *f, struct snd_seq_event_cell *cell); 32 struct snd_seq_event_cell *snd_seq_prioq_cell_out(struct snd_seq_prioq *f, 36 int snd_seq_prioq_avail(struct snd_seq_prioq *f); 39 void snd_seq_prioq_leave(struct snd_seq_prioq *f, int client, int timestamp); 42 void snd_seq_prioq_remove_events(struct snd_seq_prioq *f, int client,
|
A D | seq_prioq.c | 42 struct snd_seq_prioq *snd_seq_prioq_new(void) in snd_seq_prioq_new() 44 struct snd_seq_prioq *f; in snd_seq_prioq_new() 59 void snd_seq_prioq_delete(struct snd_seq_prioq **fifo) in snd_seq_prioq_delete() 61 struct snd_seq_prioq *f = *fifo; in snd_seq_prioq_delete() 131 int snd_seq_prioq_cell_in(struct snd_seq_prioq * f, in snd_seq_prioq_cell_in() 212 struct snd_seq_event_cell *snd_seq_prioq_cell_out(struct snd_seq_prioq *f, in snd_seq_prioq_cell_out() 243 int snd_seq_prioq_avail(struct snd_seq_prioq * f) in snd_seq_prioq_avail() 275 void snd_seq_prioq_leave(struct snd_seq_prioq * f, int client, int timestamp) in snd_seq_prioq_leave() 384 void snd_seq_prioq_remove_events(struct snd_seq_prioq * f, int client, in snd_seq_prioq_remove_events()
|
A D | seq_queue.h | 24 struct snd_seq_prioq *tickq; /* midi tick event queue */ 25 struct snd_seq_prioq *timeq; /* real-time event queue */
|
Completed in 4 milliseconds