Home
last modified time | relevance | path

Searched refs:PLATFORM_PROFILE_BALANCED (Results 1 – 13 of 13) 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/platform/x86/lenovo/
H A Dwmi-gamezone.c171 *profile = PLATFORM_PROFILE_BALANCED; in lwmi_gz_profile_get()
214 case PLATFORM_PROFILE_BALANCED: in lwmi_gz_profile_set()
342 set_bit(PLATFORM_PROFILE_BALANCED, choices); in lwmi_gz_platform_profile_probe()
H A Dideapad-laptop.c968 *profile = PLATFORM_PROFILE_BALANCED; in convert_dytc_to_profile()
986 case PLATFORM_PROFILE_BALANCED: in convert_profile_to_dytc()
1065 if (profile == PLATFORM_PROFILE_BALANCED) { in dytc_profile_set()
1096 set_bit(PLATFORM_PROFILE_BALANCED, choices); in dytc_profile_probe()
H A Dthinkpad_acpi.c10414 *profile = PLATFORM_PROFILE_BALANCED; in convert_dytc_to_profile()
10427 *profile = PLATFORM_PROFILE_BALANCED; in convert_dytc_to_profile()
10436 *profile = PLATFORM_PROFILE_BALANCED; in convert_dytc_to_profile()
10455 case PLATFORM_PROFILE_BALANCED: in convert_profile_to_dytc()
10568 if (profile == PLATFORM_PROFILE_BALANCED) { in dytc_profile_set()
10592 dytc_control_amt(profile == PLATFORM_PROFILE_BALANCED); in dytc_profile_set()
10604 set_bit(PLATFORM_PROFILE_BALANCED, choices); in dytc_profile_probe()
10726 dytc_profile_set(NULL, PLATFORM_PROFILE_BALANCED); in tpacpi_dytc_profile_init()
11269 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.c287 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.c1318 *profile = PLATFORM_PROFILE_BALANCED; in platform_profile_omen_get_ec()
1391 case PLATFORM_PROFILE_BALANCED: in platform_profile_omen_set_ec()
1469 *profile = PLATFORM_PROFILE_BALANCED; in hp_wmi_platform_profile_get()
1493 case PLATFORM_PROFILE_BALANCED: in hp_wmi_platform_profile_set()
1538 *profile = PLATFORM_PROFILE_BALANCED; in platform_profile_victus_get_ec()
1565 case PLATFORM_PROFILE_BALANCED: in platform_profile_victus_set_ec()
1686 case PLATFORM_PROFILE_BALANCED: in platform_profile_victus_s_set_ec()
1767 set_bit(PLATFORM_PROFILE_BALANCED, choices); in hp_wmi_platform_profile_probe()
1964 active_platform_profile = PLATFORM_PROFILE_BALANCED; in thermal_profile_setup()
/linux/drivers/platform/x86/
H A Dsamsung-galaxybook.c606 *profile = PLATFORM_PROFILE_BALANCED; in get_performance_mode_profile()
674 perfmodes[PLATFORM_PROFILE_BALANCED] = GB_PERFORMANCE_MODE_OPTIMIZED; in galaxybook_platform_profile_probe()
713 if (test_bit(PLATFORM_PROFILE_BALANCED, choices)) in galaxybook_platform_profile_probe()
714 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()
H A Dasus-wmi.c3950 *profile = PLATFORM_PROFILE_BALANCED; in asus_wmi_platform_profile_get()
3977 case PLATFORM_PROFILE_BALANCED: in asus_wmi_platform_profile_set()
3994 set_bit(PLATFORM_PROFILE_BALANCED, choices); in asus_wmi_platform_profile_probe()
/linux/drivers/acpi/
H A Dplatform_profile.c37 [PLATFORM_PROFILE_BALANCED] = "balanced",