Home
last modified time | relevance | path

Searched refs:PLATFORM_PROFILE_BALANCED (Results 1 – 11 of 11) 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 Dthinkpad_acpi.c10399 *profile = PLATFORM_PROFILE_BALANCED; in convert_dytc_to_profile()
10412 *profile = PLATFORM_PROFILE_BALANCED; in convert_dytc_to_profile()
10421 *profile = PLATFORM_PROFILE_BALANCED; in convert_dytc_to_profile()
10440 case PLATFORM_PROFILE_BALANCED: in convert_profile_to_dytc()
10553 if (profile == PLATFORM_PROFILE_BALANCED) { in dytc_profile_set()
10577 dytc_control_amt(profile == PLATFORM_PROFILE_BALANCED); in dytc_profile_set()
10589 set_bit(PLATFORM_PROFILE_BALANCED, choices); in dytc_profile_probe()
10711 dytc_profile_set(NULL, PLATFORM_PROFILE_BALANCED); in tpacpi_dytc_profile_init()
11455 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()
/linux/include/linux/
H A Dplatform_profile.h24 PLATFORM_PROFILE_BALANCED, enumerator
/linux/drivers/platform/x86/hp/
H A Dhp-wmi.c1506 *profile = PLATFORM_PROFILE_BALANCED; in platform_profile_omen_get_ec()
1579 case PLATFORM_PROFILE_BALANCED: in platform_profile_omen_set_ec()
1657 *profile = PLATFORM_PROFILE_BALANCED; in hp_wmi_platform_profile_get()
1681 case PLATFORM_PROFILE_BALANCED: in hp_wmi_platform_profile_set()
1726 *profile = PLATFORM_PROFILE_BALANCED; in platform_profile_victus_get_ec()
1753 case PLATFORM_PROFILE_BALANCED: in platform_profile_victus_set_ec()
1899 *profile = PLATFORM_PROFILE_BALANCED; in platform_profile_victus_s_get_ec()
1927 case PLATFORM_PROFILE_BALANCED: in platform_profile_victus_s_set_ec()
2008 set_bit(PLATFORM_PROFILE_BALANCED, choices); in hp_wmi_platform_profile_probe()
2220 active_platform_profile = PLATFORM_PROFILE_BALANCED; in thermal_profile_setup()
/linux/drivers/platform/x86/
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.c2121 *profile = PLATFORM_PROFILE_BALANCED; in acer_predator_v4_platform_profile_get()
2149 case PLATFORM_PROFILE_BALANCED: in acer_predator_v4_platform_profile_set()
2177 set_bit(PLATFORM_PROFILE_BALANCED, choices); in acer_predator_v4_platform_profile_probe()
/linux/drivers/acpi/
H A Dplatform_profile.c37 [PLATFORM_PROFILE_BALANCED] = "balanced",