Lines Matching refs:stripped_firmware
389 struct firmware stripped_firmware; in hda_dsp_cl_boot_firmware() local
414 stripped_firmware.data = sdev->basefw.fw->data + sdev->basefw.payload_offset; in hda_dsp_cl_boot_firmware()
415 stripped_firmware.size = sdev->basefw.fw->size - sdev->basefw.payload_offset; in hda_dsp_cl_boot_firmware()
422 stripped_firmware.size, in hda_dsp_cl_boot_firmware()
429 memcpy(dmab.area, stripped_firmware.data, in hda_dsp_cl_boot_firmware()
430 stripped_firmware.size); in hda_dsp_cl_boot_firmware()
524 struct firmware stripped_firmware; in hda_dsp_ipc4_load_library() local
534 stripped_firmware.data = fw_lib->sof_fw.fw->data + fw_lib->sof_fw.payload_offset; in hda_dsp_ipc4_load_library()
535 stripped_firmware.size = fw_lib->sof_fw.fw->size - fw_lib->sof_fw.payload_offset; in hda_dsp_ipc4_load_library()
539 stripped_firmware.size, in hda_dsp_ipc4_load_library()
546 memcpy(dmab.area, stripped_firmware.data, stripped_firmware.size); in hda_dsp_ipc4_load_library()