Home
last modified time | relevance | path

Searched refs:PLATFORM_PROFILE_BALANCED (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/platform/x86/dell/
H A Ddell-pc.c187 case PLATFORM_PROFILE_BALANCED: in thermal_platform_profile_set()
211 *profile = PLATFORM_PROFILE_BALANCED; in thermal_platform_profile_get()
238 __set_bit(PLATFORM_PROFILE_BALANCED, choices); in thermal_platform_profile_probe()
H A Dalienware-wmi-wmax.c593 *pprof = PLATFORM_PROFILE_BALANCED; in awcc_profile_to_pprof()
/linux/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_soc_slider.c141 case PLATFORM_PROFILE_BALANCED: in convert_profile_to_power_slider()
158 return PLATFORM_PROFILE_BALANCED; in convert_power_slider_to_profile()
249 set_bit(PLATFORM_PROFILE_BALANCED, choices); in power_slider_platform_profile_probe()
/linux/drivers/platform/x86/lenovo/
H A Dwmi-gamezone.c167 *profile = PLATFORM_PROFILE_BALANCED; in lwmi_gz_profile_get()
210 case PLATFORM_PROFILE_BALANCED: in lwmi_gz_profile_set()
338 set_bit(PLATFORM_PROFILE_BALANCED, choices); in lwmi_gz_platform_profile_probe()
H A Dideapad-laptop.c962 *profile = PLATFORM_PROFILE_BALANCED; in convert_dytc_to_profile()
980 case PLATFORM_PROFILE_BALANCED: in convert_profile_to_dytc()
1059 if (profile == PLATFORM_PROFILE_BALANCED) { in dytc_profile_set()
1090 set_bit(PLATFORM_PROFILE_BALANCED, choices); in dytc_profile_probe()
H A Dthinkpad_acpi.c10405 *profile = PLATFORM_PROFILE_BALANCED; in convert_dytc_to_profile()
10418 *profile = PLATFORM_PROFILE_BALANCED; in convert_dytc_to_profile()
10427 *profile = PLATFORM_PROFILE_BALANCED; in convert_dytc_to_profile()
10446 case PLATFORM_PROFILE_BALANCED: in convert_profile_to_dytc()
10559 if (profile == PLATFORM_PROFILE_BALANCED) { in dytc_profile_set()
10583 dytc_control_amt(profile == PLATFORM_PROFILE_BALANCED); in dytc_profile_set()
10595 set_bit(PLATFORM_PROFILE_BALANCED, choices); in dytc_profile_probe()
10717 dytc_profile_set(NULL, PLATFORM_PROFILE_BALANCED); in tpacpi_dytc_profile_init()
11590 dytc_profile_set(NULL, PLATFORM_PROFILE_BALANCED); in tpacpi_driver_event()
/linux/drivers/platform/x86/amd/pmf/
H A Dsps.c286 return pmf->current_profile == PLATFORM_PROFILE_BALANCED; in is_pprof_balanced()
307 case PLATFORM_PROFILE_BALANCED: in amd_pmf_get_pprof_modes()
407 set_bit(PLATFORM_PROFILE_BALANCED, choices); in amd_pmf_profile_probe()
422 dev->current_profile = PLATFORM_PROFILE_BALANCED; in amd_pmf_init_sps()
H A Dspc.c242 case PLATFORM_PROFILE_BALANCED: in amd_pmf_get_slider_info()
/linux/include/linux/
H A Dplatform_profile.h24 PLATFORM_PROFILE_BALANCED, enumerator
/linux/drivers/platform/x86/hp/
H A Dhp-wmi.c1718 *profile = PLATFORM_PROFILE_BALANCED; in platform_profile_omen_get_ec()
1791 case PLATFORM_PROFILE_BALANCED: in platform_profile_omen_set_ec()
1869 *profile = PLATFORM_PROFILE_BALANCED; in hp_wmi_platform_profile_get()
1893 case PLATFORM_PROFILE_BALANCED: in hp_wmi_platform_profile_set()
1938 *profile = PLATFORM_PROFILE_BALANCED; in platform_profile_victus_get_ec()
1965 case PLATFORM_PROFILE_BALANCED: in platform_profile_victus_set_ec()
2146 *profile = PLATFORM_PROFILE_BALANCED; in platform_profile_victus_s_get_ec()
2174 case PLATFORM_PROFILE_BALANCED: in platform_profile_victus_s_set_ec()
2255 set_bit(PLATFORM_PROFILE_BALANCED, choices); in hp_wmi_platform_profile_probe()
2472 active_platform_profile = PLATFORM_PROFILE_BALANCED; in thermal_profile_setup()
/linux/drivers/platform/x86/
H A Dbitland-mifs-wmi.c206 *profile = PLATFORM_PROFILE_BALANCED; in laptop_profile_get()
263 case PLATFORM_PROFILE_BALANCED: in laptop_profile_set()
290 set_bit(PLATFORM_PROFILE_BALANCED, choices); in platform_profile_probe()
H A Dsamsung-galaxybook.c609 *profile = PLATFORM_PROFILE_BALANCED; in get_performance_mode_profile()
677 perfmodes[PLATFORM_PROFILE_BALANCED] = GB_PERFORMANCE_MODE_OPTIMIZED; in galaxybook_platform_profile_probe()
716 if (test_bit(PLATFORM_PROFILE_BALANCED, choices)) in galaxybook_platform_profile_probe()
717 return performance_mode_acpi_set(galaxybook, perfmodes[PLATFORM_PROFILE_BALANCED]); in galaxybook_platform_profile_probe()
H A Dacer-wmi.c2123 *profile = PLATFORM_PROFILE_BALANCED; in acer_predator_v4_platform_profile_get()
2151 case PLATFORM_PROFILE_BALANCED: in acer_predator_v4_platform_profile_set()
2179 set_bit(PLATFORM_PROFILE_BALANCED, choices); in acer_predator_v4_platform_profile_probe()
H A Dasus-wmi.c4213 *profile = PLATFORM_PROFILE_BALANCED; in asus_wmi_platform_profile_get()
4240 case PLATFORM_PROFILE_BALANCED: in asus_wmi_platform_profile_set()
4257 set_bit(PLATFORM_PROFILE_BALANCED, choices); in asus_wmi_platform_profile_probe()
/linux/drivers/cpufreq/
H A Damd-pstate.c1180 if (cpudata->current_profile != PLATFORM_PROFILE_BALANCED) in amd_pstate_power_supply_notifier()
1201 case PLATFORM_PROFILE_BALANCED: in amd_pstate_get_epp_from_platform_profile()
1216 set_bit(PLATFORM_PROFILE_BALANCED, choices); in amd_pstate_profile_probe()
1439 cpudata->current_profile = PLATFORM_PROFILE_BALANCED; in store_energy_performance_preference()
1950 cpudata->current_profile = PLATFORM_PROFILE_BALANCED; in amd_pstate_epp_cpu_init()
/linux/drivers/acpi/
H A Dplatform_profile.c37 [PLATFORM_PROFILE_BALANCED] = "balanced",