Home
last modified time | relevance | path

Searched refs:cellp (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/sound/core/seq/
Dseq_memory.c211 struct snd_seq_event_cell **cellp, in snd_seq_cell_alloc() argument
223 *cellp = NULL; in snd_seq_cell_alloc()
269 *cellp = cell; in snd_seq_cell_alloc()
283 struct snd_seq_event_cell **cellp, int nonblock, in snd_seq_event_dup() argument
290 *cellp = NULL; in snd_seq_event_dup()
353 *cellp = cell; in snd_seq_event_dup()
Dseq_fifo.c162 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()
Dseq_fifo.h42 int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, struct snd_seq_event_cell **cellp, int nonblock);
Dseq_memory.h54 struct snd_seq_event_cell **cellp, int nonblock,
/kernel/linux/linux-5.10/include/linux/
Dof_fdt.h73 extern u64 dt_mem_next_cell(int s, const __be32 **cellp);
/kernel/linux/linux-5.10/drivers/of/
Dfdt.c981 u64 __init dt_mem_next_cell(int s, const __be32 **cellp) in dt_mem_next_cell() argument
983 const __be32 *p = *cellp; in dt_mem_next_cell()
985 *cellp = p + s; in dt_mem_next_cell()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dprom_init.c1560 static unsigned long __init prom_next_cell(int s, cell_t **cellp) in prom_next_cell() argument
1562 cell_t *p = *cellp; in prom_next_cell()
1577 *cellp = p; in prom_next_cell()