Home
last modified time | relevance | path

Searched refs:snd_seq_prioq_cell_in (Results 1 – 3 of 3) sorted by relevance

/sound/core/seq/
Dseq_prioq.h44 int snd_seq_prioq_cell_in(struct snd_seq_prioq *f, struct snd_seq_event_cell *cell);
Dseq_queue.c342 err = snd_seq_prioq_cell_in(q->tickq, cell); in snd_seq_enqueue_event()
347 err = snd_seq_prioq_cell_in(q->timeq, cell); in snd_seq_enqueue_event()
Dseq_prioq.c146 int snd_seq_prioq_cell_in(struct snd_seq_prioq * f, in snd_seq_prioq_cell_in() function