Home
last modified time | relevance | path

Searched refs:cellp (Results 1 – 3 of 3) 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.c172 struct snd_seq_event_cell **cellp, int nonblock) in snd_seq_fifo_cell_out()
181 *cellp = NULL; in snd_seq_fifo_cell_out()
202 *cellp = cell; in snd_seq_fifo_cell_putback()
158 snd_seq_fifo_cell_out(struct snd_seq_fifo * f,struct snd_seq_event_cell ** cellp,int nonblock) snd_seq_fifo_cell_out() argument
H A Dseq_memory.h71 struct snd_seq_event_cell **cellp, int nonblock,