Home
last modified time | relevance | path

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

/linux/sound/core/seq/
A Dseq_memory.c210 struct snd_seq_event_cell **cellp, in snd_seq_cell_alloc() argument
222 *cellp = NULL; in snd_seq_cell_alloc()
268 *cellp = cell; in snd_seq_cell_alloc()
282 struct snd_seq_event_cell **cellp, int nonblock, in snd_seq_event_dup() argument
289 *cellp = NULL; in snd_seq_event_dup()
352 *cellp = cell; in snd_seq_event_dup()
A Dseq_fifo.c163 struct snd_seq_event_cell **cellp, int nonblock) in snd_seq_fifo_cell_out() argument
172 *cellp = NULL; in snd_seq_fifo_cell_out()
193 *cellp = cell; in snd_seq_fifo_cell_out()
A Dseq_fifo.h42 int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, struct snd_seq_event_cell **cellp, int nonblock);
A Dseq_memory.h54 struct snd_seq_event_cell **cellp, int nonblock,
/linux/include/linux/
A Dof_fdt.h69 extern u64 dt_mem_next_cell(int s, const __be32 **cellp);
/linux/drivers/of/
A Dfdt.c1070 u64 __init dt_mem_next_cell(int s, const __be32 **cellp) in dt_mem_next_cell() argument
1072 const __be32 *p = *cellp; in dt_mem_next_cell()
1074 *cellp = p + s; in dt_mem_next_cell()
/linux/arch/powerpc/kernel/
A Dprom_init.c1593 static unsigned long __init prom_next_cell(int s, cell_t **cellp) in prom_next_cell() argument
1595 cell_t *p = *cellp; in prom_next_cell()
1610 *cellp = p; in prom_next_cell()

Completed in 16 milliseconds