Searched refs:thermal_profile (Results 1 – 1 of 1) sorted by relevance
151 const struct thermal_profile_params *thermal_profile; member163 .thermal_profile = &victus_s_thermal_params,168 .thermal_profile = &omen_v1_thermal_params,173 .thermal_profile = &omen_v1_legacy_thermal_params,178 .thermal_profile = &omen_v1_no_ec_thermal_params,189 return active_board_params->thermal_profile; in hp_wmi_thermal_profile()1849 static int thermal_profile_set(int thermal_profile) in thermal_profile_set() argument1851 return hp_wmi_perform_query(HPWMI_THERMAL_PROFILE_QUERY, HPWMI_WRITE, &thermal_profile, in thermal_profile_set()1852 sizeof(thermal_profile), 0); in thermal_profile_set()