Searched refs:cellp (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/sound/core/seq/ |
D | seq_memory.c | 222 struct snd_seq_event_cell **cellp, in snd_seq_cell_alloc() argument 234 *cellp = NULL; in snd_seq_cell_alloc() 280 *cellp = cell; in snd_seq_cell_alloc() 294 struct snd_seq_event_cell **cellp, int nonblock, in snd_seq_event_dup() argument 301 *cellp = NULL; in snd_seq_event_dup() 364 *cellp = cell; in snd_seq_event_dup()
|
D | seq_fifo.c | 178 struct snd_seq_event_cell **cellp, int nonblock) in snd_seq_fifo_cell_out() argument 187 *cellp = NULL; in snd_seq_fifo_cell_out() 208 *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,
|
/Linux-v4.19/include/linux/ |
D | of_fdt.h | 83 extern u64 dt_mem_next_cell(int s, const __be32 **cellp);
|
/Linux-v4.19/drivers/of/ |
D | fdt.c | 1017 u64 __init dt_mem_next_cell(int s, const __be32 **cellp) in dt_mem_next_cell() argument 1019 const __be32 *p = *cellp; in dt_mem_next_cell() 1021 *cellp = p + s; in dt_mem_next_cell()
|
/Linux-v4.19/drivers/nvmem/ |
D | core.c | 622 struct nvmem_cell **cellp, in __nvmem_device_get() argument 640 *cellp = cell; in __nvmem_device_get()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | prom_init.c | 1365 static unsigned long __init prom_next_cell(int s, cell_t **cellp) in prom_next_cell() argument 1367 cell_t *p = *cellp; in prom_next_cell() 1382 *cellp = p; in prom_next_cell()
|