Home
last modified time | relevance | path

Searched refs:cellp (Results 1 – 5 of 5) 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,
/linux/drivers/of/
H A Dfdt.c952 u64 __init dt_mem_next_cell(int s, const __be32 **cellp) in dt_mem_next_cell() argument
954 const __be32 *p = *cellp; in dt_mem_next_cell()
956 *cellp = p + s; in dt_mem_next_cell()