Lines Matching refs:stripped_firmware
434 struct firmware stripped_firmware; in hda_dsp_cl_boot_firmware() local
462 stripped_firmware.size = sdev->basefw.fw->size - sdev->basefw.payload_offset; in hda_dsp_cl_boot_firmware()
464 stripped_firmware.size, in hda_dsp_cl_boot_firmware()
479 stripped_firmware.data = sdev->basefw.fw->data + sdev->basefw.payload_offset; in hda_dsp_cl_boot_firmware()
480 memcpy(hda->cl_dmab.area, stripped_firmware.data, stripped_firmware.size); in hda_dsp_cl_boot_firmware()
578 struct firmware stripped_firmware; in hda_dsp_ipc4_load_library() local
587 stripped_firmware.data = fw_lib->sof_fw.fw->data + fw_lib->sof_fw.payload_offset; in hda_dsp_ipc4_load_library()
588 stripped_firmware.size = fw_lib->sof_fw.fw->size - fw_lib->sof_fw.payload_offset; in hda_dsp_ipc4_load_library()
594 if (persistent_cl_buffer && stripped_firmware.size > hda->cl_dmab.bytes) { in hda_dsp_ipc4_load_library()
602 stripped_firmware.size, in hda_dsp_ipc4_load_library()
610 memcpy(hda->cl_dmab.area, stripped_firmware.data, stripped_firmware.size); in hda_dsp_ipc4_load_library()