Lines Matching refs:profile
15 struct sof_loadable_file_profile *profile, in sof_test_firmware_file() argument
24 fw_filename = kasprintf(GFP_KERNEL, "%s/%s", profile->fw_path, in sof_test_firmware_file()
25 profile->fw_name); in sof_test_firmware_file()
53 } else if (fw_ipc_type != profile->ipc_type) { in sof_test_firmware_file()
56 fw_filename, fw_ipc_type, profile->ipc_type); in sof_test_firmware_file()
67 struct sof_loadable_file_profile *profile) in sof_test_topology_file() argument
73 if (!profile->tplg_path || !profile->tplg_name) in sof_test_topology_file()
76 tplg_filename = kasprintf(GFP_KERNEL, "%s/%s", profile->tplg_path, in sof_test_topology_file()
77 profile->tplg_name); in sof_test_topology_file()
267 struct sof_loadable_file_profile *profile) in sof_print_profile_info() argument
271 if (ipc_type != profile->ipc_type) in sof_print_profile_info()
274 profile->ipc_type, ipc_type); in sof_print_profile_info()
276 dev_info(dev, "Firmware paths/files for ipc type %d:\n", profile->ipc_type); in sof_print_profile_info()
281 profile->fw_path, profile->fw_name); in sof_print_profile_info()
283 if (profile->fw_lib_path) in sof_print_profile_info()
284 dev_info(dev, " Firmware lib path: %s\n", profile->fw_lib_path); in sof_print_profile_info()
285 dev_info(dev, " Topology file: %s/%s\n", profile->tplg_path, profile->tplg_name); in sof_print_profile_info()