Home
last modified time | relevance | path

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

/sound/core/seq/
Dseq_memory.c211 struct snd_seq_event_cell **cellp, in snd_seq_cell_alloc() argument
223 *cellp = NULL; in snd_seq_cell_alloc()
269 *cellp = cell; in snd_seq_cell_alloc()
283 struct snd_seq_event_cell **cellp, int nonblock, in snd_seq_event_dup() argument
290 *cellp = NULL; in snd_seq_event_dup()
353 *cellp = cell; in snd_seq_event_dup()
Dseq_fifo.c162 struct snd_seq_event_cell **cellp, int nonblock) in snd_seq_fifo_cell_out() argument
171 *cellp = NULL; in snd_seq_fifo_cell_out()
192 *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,