Searched refs:fw_lib (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/sound/soc/sof/ |
| H A D | ipc4-loader.c | 93 if (!fw_lib->modules) in sof_ipc4_fw_parse_ext_man() 96 fw_lib->name = fw_header->name; in sof_ipc4_fw_parse_ext_man() 98 fw_module = fw_lib->modules; in sof_ipc4_fw_parse_ext_man() 152 fw_lib = devm_kzalloc(sdev->dev, sizeof(*fw_lib), GFP_KERNEL); in sof_ipc4_fw_parse_basefw_ext_man() 153 if (!fw_lib) in sof_ipc4_fw_parse_basefw_ext_man() 163 fw_lib->id = 0; in sof_ipc4_fw_parse_basefw_ext_man() 185 fw_lib = devm_kzalloc(sdev->dev, sizeof(*fw_lib), GFP_KERNEL); in sof_ipc4_load_library() 186 if (!fw_lib) in sof_ipc4_load_library() 220 fw_lib->id = lib_id; in sof_ipc4_load_library() 259 devm_kfree(sdev->dev, fw_lib); in sof_ipc4_load_library() [all …]
|
| H A D | ipc4-priv.h | 92 struct sof_ipc4_fw_library *fw_lib, bool reload);
|
| H A D | ipc4.c | 809 struct sof_ipc4_fw_library *fw_lib; in sof_ipc4_exit() local 812 xa_for_each(&ipc4_data->fw_lib_xa, lib_id, fw_lib) { in sof_ipc4_exit() 818 release_firmware(fw_lib->sof_fw.fw); in sof_ipc4_exit() 820 fw_lib->sof_fw.fw = NULL; in sof_ipc4_exit()
|
| /linux-6.15/sound/soc/sof/intel/ |
| H A D | hda-loader.c | 573 struct sof_ipc4_fw_library *fw_lib, bool reload) in hda_dsp_ipc4_load_library() argument 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() 661 msg.primary |= SOF_IPC4_GLB_LOAD_LIBRARY_LIB_ID(fw_lib->id); in hda_dsp_ipc4_load_library()
|
| H A D | hda.h | 995 struct sof_ipc4_fw_library *fw_lib, bool reload);
|
| /linux-6.15/tools/testing/selftests/firmware/ |
| H A D | Makefile | 7 TEST_FILES := fw_fallback.sh fw_filesystem.sh fw_upload.sh fw_lib.sh
|
| H A D | fw_run_tests.sh | 10 source $TEST_DIR/fw_lib.sh
|
| H A D | fw_upload.sh | 24 source $TEST_DIR/fw_lib.sh
|
| H A D | fw_fallback.sh | 12 source $TEST_DIR/fw_lib.sh
|
| H A D | fw_filesystem.sh | 12 source $TEST_DIR/fw_lib.sh
|