Home
last modified time | relevance | path

Searched refs:scratch (Results 1 – 5 of 5) sorted by relevance

/sound/soc/intel/catpt/
Dmessages.c53 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()
Dcore.h103 struct resource *scratch; member
Dmessages.h215 struct resource *scratch,
Dpcm.c368 cdev->scratch, in catpt_dai_hw_params()
1161 cdev->scratch = res; in catpt_arm_stream_templates()
/sound/soc/codecs/
Dwm_adsp.c1043 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 …]