Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/sound/soc/sof/intel/
H A Dhda-loader.c389 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 in hda_dsp_ipc4_load_library()
[all...]
H A Dhda-loader-skl.c497 struct firmware stripped_firmware; in cl_copy_fw_skl() local
501 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()
/kernel/linux/linux-5.10/sound/soc/sof/intel/
H A Dhda-loader.c287 struct firmware stripped_firmware; in hda_dsp_cl_boot_firmware_iccmax() local
299 stripped_firmware.size = plat_data->fw->size - plat_data->fw_offset; in hda_dsp_cl_boot_firmware_iccmax()
302 iccmax_stream = cl_stream_prepare(sdev, HDA_CL_STREAM_FORMAT, stripped_firmware.size, in hda_dsp_cl_boot_firmware_iccmax()
337 struct firmware stripped_firmware; in hda_dsp_cl_boot_firmware() local
347 stripped_firmware.data = plat_data->fw->data + plat_data->fw_offset; in hda_dsp_cl_boot_firmware()
348 stripped_firmware.size = plat_data->fw->size - plat_data->fw_offset; in hda_dsp_cl_boot_firmware()
354 stream = cl_stream_prepare(sdev, HDA_CL_STREAM_FORMAT, stripped_firmware.size, in hda_dsp_cl_boot_firmware()
361 memcpy(sdev->dmab.area, stripped_firmware.data, in hda_dsp_cl_boot_firmware()
362 stripped_firmware.size); in hda_dsp_cl_boot_firmware()

Completed in 3 milliseconds