Searched refs:file_selected (Results 1 – 4 of 4) sorted by relevance
44 uc_fw->file_selected.path : intel_uc_fw_status_repr(status)); in intel_uc_fw_change_status()264 if (uc_fw->file_selected.path) { in __uc_fw_auto_select()265 if (uc_fw->file_selected.path == blob->path) in __uc_fw_auto_select()266 uc_fw->file_selected.path = NULL; in __uc_fw_auto_select()271 uc_fw->file_selected.path = blob->path; in __uc_fw_auto_select()279 if (!found && uc_fw->file_selected.path) { in __uc_fw_auto_select()281 uc_fw->file_selected.path = NULL; in __uc_fw_auto_select()349 uc_fw->file_selected.path = NULL; in __uc_fw_auto_select()382 uc_fw->file_selected.path = path; in __uc_fw_user_override()406 GEM_BUG_ON(uc_fw->file_selected.path); in intel_uc_fw_init_early()[all …]
90 struct intel_uc_fw_file file_selected; member113 #define GET_UC_VER(uc) (MAKE_UC_VER((uc)->fw.file_selected.major_ver, \114 (uc)->fw.file_selected.minor_ver, \115 (uc)->fw.file_selected.patch_ver))
439 intel_uc_fw_type_repr(fw->type), fw->file_selected.path, in print_fw_ver()440 fw->file_selected.major_ver, in print_fw_ver()441 fw->file_selected.minor_ver, in print_fw_ver()442 fw->file_selected.patch_ver); in print_fw_ver()
1025 kfree(uc->guc_fw.file_selected.path); in cleanup_uc()1026 kfree(uc->huc_fw.file_selected.path); in cleanup_uc()1710 error_uc->guc_fw.file_selected.path = kstrdup(uc->guc.fw.file_selected.path, ALLOW_FAIL); in gt_record_uc()1711 error_uc->huc_fw.file_selected.path = kstrdup(uc->huc.fw.file_selected.path, ALLOW_FAIL); in gt_record_uc()