Searched refs:non_vr (Results 1 – 3 of 3) sorted by relevance
39 int load_thermal_cfg_info(thermal_cfg_info_t *non_vr, thermal_cfg_info_t *vr) { in load_thermal_cfg_info() argument41 if(!non_vr || !vr) in load_thermal_cfg_info()44 non_vr->num_cfgs = NUM_NON_VR_CONFIGS; in load_thermal_cfg_info()45 non_vr->cfgs = &non_vr_thermal_configs[0]; in load_thermal_cfg_info()
39 int load_thermal_cfg_info(thermal_cfg_info_t *non_vr, thermal_cfg_info_t *vr) { in load_thermal_cfg_info() argument40 if(!non_vr || !vr) in load_thermal_cfg_info()43 non_vr->num_cfgs = NUM_NON_VR_CONFIGS; in load_thermal_cfg_info()44 non_vr->cfgs = &non_vr_thermal_configs[0]; in load_thermal_cfg_info()
49 int __attribute__ ((weak)) load_thermal_cfg_info(thermal_cfg_info_t *non_vr, in load_thermal_cfg_info() argument52 non_vr->num_cfgs = 0; in load_thermal_cfg_info()