Searched refs:cellp (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/sound/core/seq/ |
D | seq_memory.c | 223 struct snd_seq_event_cell **cellp, in snd_seq_cell_alloc() argument 234 *cellp = NULL; in snd_seq_cell_alloc() 276 *cellp = cell; in snd_seq_cell_alloc() 290 struct snd_seq_event_cell **cellp, int nonblock, in snd_seq_event_dup() argument 297 *cellp = NULL; in snd_seq_event_dup() 359 *cellp = cell; in snd_seq_event_dup()
|
D | seq_fifo.c | 172 struct snd_seq_event_cell **cellp, int nonblock) in snd_seq_fifo_cell_out() argument 181 *cellp = NULL; in snd_seq_fifo_cell_out() 202 *cellp = cell; in snd_seq_fifo_cell_out()
|
D | seq_fifo.h | 57 int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, struct snd_seq_event_cell **cellp, int nonblock);
|
D | seq_memory.h | 69 struct snd_seq_event_cell **cellp, int nonblock, struct file *file);
|
/linux-4.4.14/include/linux/ |
D | of_fdt.h | 72 extern u64 dt_mem_next_cell(int s, const __be32 **cellp);
|
/linux-4.4.14/arch/powerpc/mm/ |
D | numa.c | 394 static void read_drconf_cell(struct of_drconf_cell *drmem, const __be32 **cellp) in read_drconf_cell() argument 398 drmem->base_addr = read_n_cells(n_mem_addr_cells, cellp); in read_drconf_cell() 400 cp = *cellp; in read_drconf_cell() 406 *cellp = cp + 4; in read_drconf_cell()
|
/linux-4.4.14/drivers/of/ |
D | fdt.c | 885 u64 __init dt_mem_next_cell(int s, const __be32 **cellp) in dt_mem_next_cell() argument 887 const __be32 *p = *cellp; in dt_mem_next_cell() 889 *cellp = p + s; in dt_mem_next_cell()
|
/linux-4.4.14/drivers/nvmem/ |
D | core.c | 395 struct nvmem_cell **cellp, in __nvmem_device_get() argument 413 *cellp = cell; in __nvmem_device_get()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | prom_init.c | 1079 static unsigned long __init prom_next_cell(int s, cell_t **cellp) in prom_next_cell() argument 1081 cell_t *p = *cellp; in prom_next_cell() 1096 *cellp = p; in prom_next_cell()
|