Home
last modified time | relevance | path

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

/linux/sound/core/seq/
H A Dseq_memory.c268 struct snd_seq_event_cell **cellp, in snd_seq_cell_alloc() argument
280 *cellp = NULL; in snd_seq_cell_alloc()
326 *cellp = cell; in snd_seq_cell_alloc()
340 struct snd_seq_event_cell **cellp, int nonblock, in snd_seq_event_dup() argument
348 *cellp = NULL; in snd_seq_event_dup()
416 *cellp = cell; in snd_seq_event_dup()
H A Dseq_fifo.c161 struct snd_seq_event_cell **cellp, int nonblock) in snd_seq_fifo_cell_out() argument
170 *cellp = NULL; in snd_seq_fifo_cell_out()
191 *cellp = cell; in snd_seq_fifo_cell_out()
H A Dseq_fifo.h42 int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, struct snd_seq_event_cell **cellp, int nonblock);
H A Dseq_memory.h71 struct snd_seq_event_cell **cellp, int nonblock,