cellp            1536 arch/powerpc/kernel/prom_init.c static unsigned long __init prom_next_cell(int s, cell_t **cellp)
cellp            1538 arch/powerpc/kernel/prom_init.c 	cell_t *p = *cellp;
cellp            1553 arch/powerpc/kernel/prom_init.c 	*cellp = p;
cellp             985 drivers/of/fdt.c u64 __init dt_mem_next_cell(int s, const __be32 **cellp)
cellp             987 drivers/of/fdt.c 	const __be32 *p = *cellp;
cellp             989 drivers/of/fdt.c 	*cellp = p + s;
cellp              73 include/linux/of_fdt.h extern u64 dt_mem_next_cell(int s, const __be32 **cellp);
cellp             162 sound/core/seq/seq_fifo.c 			  struct snd_seq_event_cell **cellp, int nonblock)
cellp             171 sound/core/seq/seq_fifo.c 	*cellp = NULL;
cellp             192 sound/core/seq/seq_fifo.c 	*cellp = cell;
cellp              42 sound/core/seq/seq_fifo.h int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, struct snd_seq_event_cell **cellp, int nonblock);
cellp             208 sound/core/seq/seq_memory.c 			      struct snd_seq_event_cell **cellp,
cellp             220 sound/core/seq/seq_memory.c 	*cellp = NULL;
cellp             266 sound/core/seq/seq_memory.c 	*cellp = cell;
cellp             280 sound/core/seq/seq_memory.c 		      struct snd_seq_event_cell **cellp, int nonblock,
cellp             287 sound/core/seq/seq_memory.c 	*cellp = NULL;
cellp             350 sound/core/seq/seq_memory.c 	*cellp = cell;
cellp              54 sound/core/seq/seq_memory.h 		      struct snd_seq_event_cell **cellp, int nonblock,