Searched refs:path_override (Results 1 – 2 of 2) sorted by relevance
193 struct sof_loadable_file_profile *path_override; in sof_pci_probe() local236 path_override = &sof_pdata->ipc_file_profile_base; in sof_pci_probe()239 path_override->ipc_type = desc->ipc_default; in sof_pci_probe()241 path_override->ipc_type = sof_pci_ipc_type; in sof_pci_probe()248 path_override->fw_path = fw_path; in sof_pci_probe()249 path_override->fw_name = fw_filename; in sof_pci_probe()250 path_override->fw_lib_path = lib_path; in sof_pci_probe()251 path_override->tplg_path = tplg_path; in sof_pci_probe()255 path_override->fw_path_postfix = "community"; in sof_pci_probe()256 path_override->fw_lib_path_postfix = "community"; in sof_pci_probe()[all …]
254 char *path_override = NULL; in uc_fw_override() local260 path_override = xe_modparam.guc_firmware_path; in uc_fw_override()263 path_override = xe_modparam.huc_firmware_path; in uc_fw_override()266 path_override = xe_modparam.gsc_firmware_path; in uc_fw_override()272 if (path_override) { in uc_fw_override()273 uc_fw->path = path_override; in uc_fw_override()