Searched refs:non_vr_thermal_cfgs (Results 1 – 2 of 2) sorted by relevance
46 static thermal_cfg_info_t non_vr_thermal_cfgs; variable312 for (unsigned int i = 0; i < non_vr_thermal_cfgs.num_cfgs; i++) { in error_cleanup()313 … enable_config(non_vr_thermal_cfgs.cfgs[i].config_name, non_vr_thermal_cfgs.cfgs[i].algo_name); in error_cleanup()330 for (unsigned int i = 0; i < non_vr_thermal_cfgs.num_cfgs; i++) { in set_vr_thermal_configuration()331 …result = disable_config(non_vr_thermal_cfgs.cfgs[i].config_name, non_vr_thermal_cfgs.cfgs[i].algo_… in set_vr_thermal_configuration()377 for (unsigned int i = 0; i < non_vr_thermal_cfgs.num_cfgs; i++) { in unset_vr_thermal_configuration()378 …result = enable_config(non_vr_thermal_cfgs.cfgs[i].config_name, non_vr_thermal_cfgs.cfgs[i].algo_n… in unset_vr_thermal_configuration()402 success = load_thermal_cfg_info(&non_vr_thermal_cfgs, &vr_thermal_cfgs); in vr_init()