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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_fifo.h57 int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, struct snd_seq_event_cell **cellp, int nonblock);
H A Dseq_memory.h67 struct snd_seq_event_cell **cellp, int nonblock, struct file *file);
H A Dseq_memory.c222 struct snd_seq_event_cell **cellp,
233 *cellp = NULL;
275 *cellp = cell;
289 struct snd_seq_event_cell **cellp, int nonblock,
296 *cellp = NULL;
358 *cellp = cell;
221 snd_seq_cell_alloc(struct snd_seq_pool *pool, struct snd_seq_event_cell **cellp, int nonblock, struct file *file) argument
288 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) argument
H A Dseq_fifo.c174 struct snd_seq_event_cell **cellp, int nonblock)
183 *cellp = NULL;
204 *cellp = cell;
173 snd_seq_fifo_cell_out(struct snd_seq_fifo *f, struct snd_seq_event_cell **cellp, int nonblock) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dof_fdt.h83 extern u64 dt_mem_next_cell(int s, __be32 **cellp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/of/
H A Dfdt.c453 u64 __init dt_mem_next_cell(int s, __be32 **cellp) argument
455 __be32 *p = *cellp;
457 *cellp = p + s;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dnuma.c413 static void read_drconf_cell(struct of_drconf_cell *drmem, const u32 **cellp) argument
417 drmem->base_addr = read_n_cells(n_mem_addr_cells, cellp);
419 cp = *cellp;
425 *cellp = cp + 4;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dprom_init.c1071 static unsigned long __init prom_next_cell(int s, cell_t **cellp) argument
1073 cell_t *p = *cellp;
1088 *cellp = p;

Completed in 188 milliseconds