Searched refs:huc_fw (Results 1 – 2 of 2) sorted by relevance
691 intel_uc_fw_dump(&error_uc->huc_fw, &p); in err_print_uc()1026 kfree(uc->huc_fw.file_selected.path); in cleanup_uc()1028 kfree(uc->huc_fw.file_wanted.path); in cleanup_uc()1708 memcpy(&error_uc->huc_fw, &uc->huc.fw, sizeof(uc->huc.fw)); 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()1713 error_uc->huc_fw.file_wanted.path = kstrdup(uc->huc.fw.file_wanted.path, ALLOW_FAIL); in gt_record_uc()
176 struct intel_uc_fw huc_fw; member