Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/sof/intel/ !
Dhda-loader.c326 struct firmware stripped_firmware; in hda_dsp_cl_boot_firmware_iccmax() local
339 stripped_firmware.size = plat_data->fw->size - plat_data->fw_offset; in hda_dsp_cl_boot_firmware_iccmax()
342 iccmax_stream = hda_cl_stream_prepare(sdev, HDA_CL_STREAM_FORMAT, stripped_firmware.size, in hda_dsp_cl_boot_firmware_iccmax()
388 struct firmware stripped_firmware; in hda_dsp_cl_boot_firmware() local
410 stripped_firmware.data = plat_data->fw->data + plat_data->fw_offset; in hda_dsp_cl_boot_firmware()
411 stripped_firmware.size = plat_data->fw->size - plat_data->fw_offset; in hda_dsp_cl_boot_firmware()
418 stripped_firmware.size, in hda_dsp_cl_boot_firmware()
425 memcpy(dmab.area, stripped_firmware.data, in hda_dsp_cl_boot_firmware()
426 stripped_firmware.size); in hda_dsp_cl_boot_firmware()