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

/linux-master/sound/core/seq/
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,
H A Dseq_memory.c268 struct snd_seq_event_cell **cellp,
280 *cellp = NULL;
326 *cellp = cell;
340 struct snd_seq_event_cell **cellp, int nonblock,
348 *cellp = NULL;
416 *cellp = cell;
267 snd_seq_cell_alloc(struct snd_seq_pool *pool, struct snd_seq_event_cell **cellp, int nonblock, struct file *file, struct mutex *mutexp) argument
339 snd_seq_event_dup(struct snd_seq_pool *pool, struct snd_seq_event *event, struct snd_seq_event_cell **cellp, int nonblock, struct file *file, struct mutex *mutexp) argument
H A Dseq_fifo.c161 struct snd_seq_event_cell **cellp, int nonblock)
170 *cellp = NULL;
191 *cellp = cell;
160 snd_seq_fifo_cell_out(struct snd_seq_fifo *f, struct snd_seq_event_cell **cellp, int nonblock) argument
/linux-master/include/linux/
H A Dof_fdt.h68 extern u64 dt_mem_next_cell(int s, const __be32 **cellp);
/linux-master/drivers/of/
H A Dfdt.c974 u64 __init dt_mem_next_cell(int s, const __be32 **cellp) argument
976 const __be32 *p = *cellp;
978 *cellp = p + s;
/linux-master/arch/powerpc/kernel/
H A Dprom_init.c1597 static unsigned long __init prom_next_cell(int s, cell_t **cellp) argument
1599 cell_t *p = *cellp;
1614 *cellp = p;

Completed in 144 milliseconds