Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/surface/
H A Dsurface_platform_profile.c95 return PLATFORM_PROFILE_BALANCED; in convert_ssam_tmp_to_profile()
119 case PLATFORM_PROFILE_BALANCED: in convert_profile_to_ssam_tmp()
141 case PLATFORM_PROFILE_BALANCED: in convert_profile_to_ssam_fan()
207 set_bit(PLATFORM_PROFILE_BALANCED, choices); in ssam_platform_profile_probe()
/linux-6.15/drivers/platform/x86/
H A Dinspur_platform_profile.c95 case PLATFORM_PROFILE_BALANCED: in inspur_platform_profile_set()
152 *profile = PLATFORM_PROFILE_BALANCED; in inspur_platform_profile_get()
170 set_bit(PLATFORM_PROFILE_BALANCED, choices); in inspur_platform_profile_probe()
H A Dsamsung-galaxybook.c603 *profile = PLATFORM_PROFILE_BALANCED; in get_performance_mode_profile()
671 perfmodes[PLATFORM_PROFILE_BALANCED] = GB_PERFORMANCE_MODE_OPTIMIZED; in galaxybook_platform_profile_probe()
710 if (test_bit(PLATFORM_PROFILE_BALANCED, choices)) in galaxybook_platform_profile_probe()
711 return performance_mode_acpi_set(galaxybook, perfmodes[PLATFORM_PROFILE_BALANCED]); in galaxybook_platform_profile_probe()
H A Dideapad-laptop.c902 *profile = PLATFORM_PROFILE_BALANCED; in convert_dytc_to_profile()
920 case PLATFORM_PROFILE_BALANCED: in convert_profile_to_dytc()
999 if (profile == PLATFORM_PROFILE_BALANCED) { in dytc_profile_set()
1030 set_bit(PLATFORM_PROFILE_BALANCED, choices); in dytc_profile_probe()
H A Dacer-wmi.c1972 *profile = PLATFORM_PROFILE_BALANCED; in acer_predator_v4_platform_profile_get()
2000 case PLATFORM_PROFILE_BALANCED: in acer_predator_v4_platform_profile_set()
2048 set_bit(PLATFORM_PROFILE_BALANCED, choices); in acer_predator_v4_platform_profile_probe()
H A Dthinkpad_acpi.c10387 *profile = PLATFORM_PROFILE_BALANCED; in convert_dytc_to_profile()
10400 *profile = PLATFORM_PROFILE_BALANCED; in convert_dytc_to_profile()
10409 *profile = PLATFORM_PROFILE_BALANCED; in convert_dytc_to_profile()
10428 case PLATFORM_PROFILE_BALANCED: in convert_profile_to_dytc()
10541 if (profile == PLATFORM_PROFILE_BALANCED) { in dytc_profile_set()
10565 dytc_control_amt(profile == PLATFORM_PROFILE_BALANCED); in dytc_profile_set()
10577 set_bit(PLATFORM_PROFILE_BALANCED, choices); in dytc_profile_probe()
10699 dytc_profile_set(NULL, PLATFORM_PROFILE_BALANCED); in tpacpi_dytc_profile_init()
11240 dytc_profile_set(NULL, PLATFORM_PROFILE_BALANCED); in tpacpi_driver_event()
H A Dasus-wmi.c3808 *profile = PLATFORM_PROFILE_BALANCED; in asus_wmi_platform_profile_get()
3835 case PLATFORM_PROFILE_BALANCED: in asus_wmi_platform_profile_set()
3852 set_bit(PLATFORM_PROFILE_BALANCED, choices); in asus_wmi_platform_profile_probe()
/linux-6.15/drivers/platform/x86/dell/
H A Ddell-pc.c191 case PLATFORM_PROFILE_BALANCED: in thermal_platform_profile_set()
215 *profile = PLATFORM_PROFILE_BALANCED; in thermal_platform_profile_get()
240 set_bit(PLATFORM_PROFILE_BALANCED, choices); in thermal_platform_profile_probe()
H A Dalienware-wmi-wmax.c273 [THERMAL_MODE_USTT_BALANCED] = PLATFORM_PROFILE_BALANCED,
280 [THERMAL_MODE_BASIC_BALANCED] = PLATFORM_PROFILE_BALANCED,
/linux-6.15/drivers/platform/x86/amd/pmf/
H A Dsps.c286 return (pmf->current_profile == PLATFORM_PROFILE_BALANCED) ? true : false; 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.c225 case PLATFORM_PROFILE_BALANCED: in amd_pmf_get_slider_info()
/linux-6.15/include/linux/
H A Dplatform_profile.h24 PLATFORM_PROFILE_BALANCED, enumerator
/linux-6.15/drivers/platform/x86/hp/
H A Dhp-wmi.c1306 *profile = PLATFORM_PROFILE_BALANCED; in platform_profile_omen_get_ec()
1379 case PLATFORM_PROFILE_BALANCED: in platform_profile_omen_set_ec()
1457 *profile = PLATFORM_PROFILE_BALANCED; in hp_wmi_platform_profile_get()
1481 case PLATFORM_PROFILE_BALANCED: in hp_wmi_platform_profile_set()
1526 *profile = PLATFORM_PROFILE_BALANCED; in platform_profile_victus_get_ec()
1553 case PLATFORM_PROFILE_BALANCED: in platform_profile_victus_set_ec()
1674 case PLATFORM_PROFILE_BALANCED: in platform_profile_victus_s_set_ec()
1755 set_bit(PLATFORM_PROFILE_BALANCED, choices); in hp_wmi_platform_profile_probe()
1952 active_platform_profile = PLATFORM_PROFILE_BALANCED; in thermal_profile_setup()
/linux-6.15/drivers/acpi/
H A Dplatform_profile.c37 [PLATFORM_PROFILE_BALANCED] = "balanced",