Home
last modified time | relevance | path

Searched refs:cellp (Results 1 – 4 of 4) sorted by relevance

/sound/core/seq/
Dseq_memory.c213 struct snd_seq_event_cell **cellp, in snd_seq_cell_alloc() argument
225 *cellp = NULL; in snd_seq_cell_alloc()
271 *cellp = cell; in snd_seq_cell_alloc()
285 struct snd_seq_event_cell **cellp, int nonblock, in snd_seq_event_dup() argument
292 *cellp = NULL; in snd_seq_event_dup()
355 *cellp = cell; in snd_seq_event_dup()
Dseq_fifo.c163 struct snd_seq_event_cell **cellp, int nonblock) in snd_seq_fifo_cell_out() argument
172 *cellp = NULL; in snd_seq_fifo_cell_out()
193 *cellp = cell; in snd_seq_fifo_cell_out()
Dseq_fifo.h42 int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, struct snd_seq_event_cell **cellp, int nonblock);
Dseq_memory.h54 struct snd_seq_event_cell **cellp, int nonblock,