Searched refs:stripped_firmware (Results 1 – 2 of 2) sorted by relevance
346 struct firmware stripped_firmware; in hda_cl_copy_fw() 374 stripped_firmware.size = sdev->basefw.fw->size - sdev->basefw.payload_offset; in hda_dsp_cl_boot_firmware_iccmax() 376 stripped_firmware.size, in hda_dsp_cl_boot_firmware_iccmax() 391 stripped_firmware.data = sdev->basefw.fw->data + sdev->basefw.payload_offset; in hda_dsp_cl_boot_firmware_iccmax() 392 memcpy(hda->cl_dmab.area, stripped_firmware.data, stripped_firmware.size); in hda_dsp_cl_boot_firmware_iccmax() 490 struct firmware stripped_firmware; in hda_dsp_cl_boot_firmware() 502 stripped_firmware.data = fw_lib->sof_fw.fw->data + fw_lib->sof_fw.payload_offset; in hda_dsp_cl_boot_firmware() 503 stripped_firmware.size = fw_lib->sof_fw.fw->size - fw_lib->sof_fw.payload_offset; in hda_dsp_cl_boot_firmware() 509 if (persistent_cl_buffer && stripped_firmware in hda_dsp_cl_boot_firmware() 434 struct firmware stripped_firmware; hda_dsp_cl_boot_firmware() local 578 struct firmware stripped_firmware; hda_dsp_ipc4_load_library() local [all...]
497 struct firmware stripped_firmware; in cl_copy_fw_skl() local501 stripped_firmware.data = fw->data + sdev->basefw.payload_offset; in cl_copy_fw_skl()502 stripped_firmware.size = fw->size - sdev->basefw.payload_offset; in cl_copy_fw_skl()506 ret = cl_skl_cldma_copy_to_buf(sdev, dmab, stripped_firmware.data, in cl_copy_fw_skl()507 stripped_firmware.size, bufsize); in cl_copy_fw_skl()