Searched refs:scratch (Results 1 – 5 of 5) sorted by relevance
/sound/soc/intel/catpt/ |
D | messages.c | 53 struct resource *scratch, in catpt_ipc_alloc_stream() argument 81 if (scratch) { in catpt_ipc_alloc_stream() 82 input.scratch_mem.offset = catpt_to_dsp_offset(scratch->start); in catpt_ipc_alloc_stream() 83 input.scratch_mem.size = resource_size(scratch); in catpt_ipc_alloc_stream()
|
D | core.h | 103 struct resource *scratch; member
|
D | messages.h | 215 struct resource *scratch,
|
D | pcm.c | 368 cdev->scratch, in catpt_dai_hw_params() 1161 cdev->scratch = res; in catpt_arm_stream_templates()
|
/sound/soc/codecs/ |
D | wm_adsp.c | 1043 void *scratch; in wm_coeff_write_ctrl_raw() local 1051 scratch = kmemdup(buf, len, GFP_KERNEL | GFP_DMA); in wm_coeff_write_ctrl_raw() 1052 if (!scratch) in wm_coeff_write_ctrl_raw() 1055 ret = regmap_raw_write(dsp->regmap, reg, scratch, in wm_coeff_write_ctrl_raw() 1060 kfree(scratch); in wm_coeff_write_ctrl_raw() 1065 kfree(scratch); in wm_coeff_write_ctrl_raw() 1151 void *scratch; in wm_coeff_read_ctrl_raw() local 1159 scratch = kmalloc(len, GFP_KERNEL | GFP_DMA); in wm_coeff_read_ctrl_raw() 1160 if (!scratch) in wm_coeff_read_ctrl_raw() 1163 ret = regmap_raw_read(dsp->regmap, reg, scratch, len); in wm_coeff_read_ctrl_raw() [all …]
|