Searched refs:cellp (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/sound/core/seq/ |
D | seq_memory.c | 208 struct snd_seq_event_cell **cellp, in snd_seq_cell_alloc() argument 220 *cellp = NULL; in snd_seq_cell_alloc() 266 *cellp = cell; in snd_seq_cell_alloc() 280 struct snd_seq_event_cell **cellp, int nonblock, in snd_seq_event_dup() argument 287 *cellp = NULL; in snd_seq_event_dup() 350 *cellp = cell; in snd_seq_event_dup()
|
D | seq_fifo.c | 162 struct snd_seq_event_cell **cellp, int nonblock) in snd_seq_fifo_cell_out() argument 171 *cellp = NULL; in snd_seq_fifo_cell_out() 192 *cellp = cell; in snd_seq_fifo_cell_out()
|
D | seq_fifo.h | 42 int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, struct snd_seq_event_cell **cellp, int nonblock);
|
D | seq_memory.h | 54 struct snd_seq_event_cell **cellp, int nonblock,
|
/Linux-v5.4/include/linux/ |
D | of_fdt.h | 73 extern u64 dt_mem_next_cell(int s, const __be32 **cellp);
|
/Linux-v5.4/drivers/of/ |
D | fdt.c | 985 u64 __init dt_mem_next_cell(int s, const __be32 **cellp) in dt_mem_next_cell() argument 987 const __be32 *p = *cellp; in dt_mem_next_cell() 989 *cellp = p + s; in dt_mem_next_cell()
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | prom_init.c | 1536 static unsigned long __init prom_next_cell(int s, cell_t **cellp) in prom_next_cell() argument 1538 cell_t *p = *cellp; in prom_next_cell() 1553 *cellp = p; in prom_next_cell()
|