Searched refs:cellp (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/sound/core/seq/ |
D | seq_memory.c | 270 struct snd_seq_event_cell **cellp, in snd_seq_cell_alloc() argument 282 *cellp = NULL; in snd_seq_cell_alloc() 328 *cellp = cell; in snd_seq_cell_alloc() 342 struct snd_seq_event_cell **cellp, int nonblock, in snd_seq_event_dup() argument 350 *cellp = NULL; in snd_seq_event_dup() 418 *cellp = cell; in snd_seq_event_dup()
|
D | seq_fifo.c | 163 struct snd_seq_event_cell **cellp, int nonblock) in snd_seq_fifo_cell_out() argument 172 *cellp = NULL; in snd_seq_fifo_cell_out() 193 *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 | 71 struct snd_seq_event_cell **cellp, int nonblock,
|
/linux-6.6.21/include/linux/ |
D | of_fdt.h | 68 extern u64 dt_mem_next_cell(int s, const __be32 **cellp);
|
/linux-6.6.21/drivers/of/ |
D | fdt.c | 1087 u64 __init dt_mem_next_cell(int s, const __be32 **cellp) in dt_mem_next_cell() argument 1089 const __be32 *p = *cellp; in dt_mem_next_cell() 1091 *cellp = p + s; in dt_mem_next_cell()
|
/linux-6.6.21/arch/powerpc/kernel/ |
D | prom_init.c | 1589 static unsigned long __init prom_next_cell(int s, cell_t **cellp) in prom_next_cell() argument 1591 cell_t *p = *cellp; in prom_next_cell() 1606 *cellp = p; in prom_next_cell()
|