Lines Matching refs:stripped_firmware
410 struct firmware stripped_firmware; in hda_dsp_cl_boot_firmware() local
435 stripped_firmware.data = sdev->basefw.fw->data + sdev->basefw.payload_offset; in hda_dsp_cl_boot_firmware()
436 stripped_firmware.size = sdev->basefw.fw->size - sdev->basefw.payload_offset; in hda_dsp_cl_boot_firmware()
443 stripped_firmware.size, in hda_dsp_cl_boot_firmware()
450 memcpy(dmab.area, stripped_firmware.data, in hda_dsp_cl_boot_firmware()
451 stripped_firmware.size); in hda_dsp_cl_boot_firmware()
546 struct firmware stripped_firmware; in hda_dsp_ipc4_load_library() local
556 stripped_firmware.data = fw_lib->sof_fw.fw->data + fw_lib->sof_fw.payload_offset; in hda_dsp_ipc4_load_library()
557 stripped_firmware.size = fw_lib->sof_fw.fw->size - fw_lib->sof_fw.payload_offset; in hda_dsp_ipc4_load_library()
561 stripped_firmware.size, in hda_dsp_ipc4_load_library()
568 memcpy(dmab.area, stripped_firmware.data, stripped_firmware.size); in hda_dsp_ipc4_load_library()