Home
last modified time | relevance | path

Searched refs:lib_names (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/sound/soc/intel/avs/
A Dloader.c489 if (adev->lib_names[id][0] == '\0') in avs_dsp_load_libraries()
531 if (!strncmp(adev->lib_names[j], man->name, AVS_LIB_NAME_SIZE)) in avs_dsp_load_libraries()
538 strncpy(adev->lib_names[id], man->name, AVS_LIB_NAME_SIZE); in avs_dsp_load_libraries()
614 memset(adev->lib_names[i], 0, AVS_LIB_NAME_SIZE); in avs_dsp_boot_firmware()
685 adev->lib_names = devm_kcalloc(adev->dev, adev->fw_cfg.max_libs_count, in avs_dsp_first_boot_firmware()
686 sizeof(*adev->lib_names), GFP_KERNEL); in avs_dsp_first_boot_firmware()
687 if (!adev->core_refs || !adev->lib_names) in avs_dsp_first_boot_firmware()
691 adev->lib_names[i] = devm_kzalloc(adev->dev, AVS_LIB_NAME_SIZE, GFP_KERNEL); in avs_dsp_first_boot_firmware()
692 if (!adev->lib_names[i]) in avs_dsp_first_boot_firmware()
697 strcpy(&adev->lib_names[0][0], "BASEFW"); in avs_dsp_first_boot_firmware()
A Davs.h127 char **lib_names; member

Completed in 11 milliseconds