Home
last modified time | relevance | path

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

/sound/core/seq/
Dseq_memory.c222 struct snd_seq_event_cell **cellp, in snd_seq_cell_alloc() argument
233 *cellp = NULL; in snd_seq_cell_alloc()
275 *cellp = cell; in snd_seq_cell_alloc()
289 struct snd_seq_event_cell **cellp, int nonblock, in snd_seq_event_dup() argument
296 *cellp = NULL; in snd_seq_event_dup()
358 *cellp = cell; in snd_seq_event_dup()
Dseq_fifo.c174 struct snd_seq_event_cell **cellp, int nonblock) in snd_seq_fifo_cell_out() argument
183 *cellp = NULL; in snd_seq_fifo_cell_out()
204 *cellp = cell; in snd_seq_fifo_cell_out()
Dseq_fifo.h57 int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, struct snd_seq_event_cell **cellp, int nonblock);
Dseq_memory.h67 struct snd_seq_event_cell **cellp, int nonblock, struct file *file);