Lines Matching refs:fw_path
24 fw_filename = kasprintf(GFP_KERNEL, "%s/%s", profile->fw_path, in sof_test_firmware_file()
112 if (base_profile->fw_path) { in sof_file_profile_for_ipc_type()
113 out_profile->fw_path = base_profile->fw_path; in sof_file_profile_for_ipc_type()
115 out_profile->fw_path = devm_kasprintf(dev, GFP_KERNEL, "%s/%s", in sof_file_profile_for_ipc_type()
118 if (!out_profile->fw_path) in sof_file_profile_for_ipc_type()
123 out_profile->fw_path = desc->default_fw_path[ipc_type]; in sof_file_profile_for_ipc_type()
139 if ((base_profile->fw_path || base_profile->fw_name) && in sof_file_profile_for_ipc_type()
147 ipc_type, out_profile->fw_path, in sof_file_profile_for_ipc_type()
191 if ((!base_profile->fw_path && !base_profile->fw_name) && in sof_file_profile_for_ipc_type()
202 devm_kfree(dev, out_profile->fw_path); in sof_file_profile_for_ipc_type()
256 if (base_profile->fw_path || base_profile->fw_name || in sof_print_missing_firmware_info()
281 profile->fw_path, profile->fw_name); in sof_print_profile_info()