Searched refs:PLATFORM_PROFILE_BALANCED (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/platform/x86/amd/pmf/ |
A D | sps.c | 88 return (pmf->current_profile == PLATFORM_PROFILE_BALANCED) ? true : false; in is_pprof_balanced() 108 case PLATFORM_PROFILE_BALANCED: in amd_pmf_get_pprof_modes() 136 dev->current_profile = PLATFORM_PROFILE_BALANCED; in amd_pmf_init_sps() 147 set_bit(PLATFORM_PROFILE_BALANCED, dev->pprof.choices); in amd_pmf_init_sps()
|
/linux-6.3-rc2/drivers/platform/surface/ |
A D | surface_platform_profile.c | 69 return PLATFORM_PROFILE_BALANCED; in convert_ssam_to_profile() 92 case PLATFORM_PROFILE_BALANCED: in convert_profile_to_ssam() 158 set_bit(PLATFORM_PROFILE_BALANCED, tpd->handler.choices); in surface_platform_profile_probe()
|
/linux-6.3-rc2/drivers/acpi/ |
A D | platform_profile.c | 19 [PLATFORM_PROFILE_BALANCED] = "balanced", 56 enum platform_profile_option profile = PLATFORM_PROFILE_BALANCED; in platform_profile_show()
|
/linux-6.3-rc2/include/linux/ |
A D | platform_profile.h | 23 PLATFORM_PROFILE_BALANCED, enumerator
|
/linux-6.3-rc2/drivers/platform/x86/hp/ |
A D | hp-wmi.c | 1126 *profile = PLATFORM_PROFILE_BALANCED; in platform_profile_omen_get() 1156 case PLATFORM_PROFILE_BALANCED: in platform_profile_omen_set() 1204 *profile = PLATFORM_PROFILE_BALANCED; in hp_wmi_platform_profile_get() 1228 case PLATFORM_PROFILE_BALANCED: in hp_wmi_platform_profile_set() 1289 set_bit(PLATFORM_PROFILE_BALANCED, platform_profile_handler.choices); in thermal_profile_setup()
|
/linux-6.3-rc2/drivers/platform/x86/ |
A D | ideapad-laptop.c | 806 *profile = PLATFORM_PROFILE_BALANCED; in convert_dytc_to_profile() 824 case PLATFORM_PROFILE_BALANCED: in convert_profile_to_dytc() 906 if (profile == PLATFORM_PROFILE_BALANCED) { in dytc_profile_set() 1020 set_bit(PLATFORM_PROFILE_BALANCED, priv->dytc->pprof.choices); in ideapad_dytc_profile_init()
|
A D | thinkpad_acpi.c | 10325 *profile = PLATFORM_PROFILE_BALANCED; in convert_dytc_to_profile() 10340 *profile = PLATFORM_PROFILE_BALANCED; in convert_dytc_to_profile() 10351 *profile = PLATFORM_PROFILE_BALANCED; in convert_dytc_to_profile() 10369 case PLATFORM_PROFILE_BALANCED: in convert_profile_to_dytc() 10482 if (profile == PLATFORM_PROFILE_BALANCED) { in dytc_profile_set() 10506 dytc_control_amt(profile == PLATFORM_PROFILE_BALANCED); in dytc_profile_set() 10556 set_bit(PLATFORM_PROFILE_BALANCED, dytc_profile.choices); in tpacpi_dytc_profile_init() 10616 dytc_profile_set(NULL, PLATFORM_PROFILE_BALANCED); in tpacpi_dytc_profile_init() 11065 dytc_profile_set(NULL, PLATFORM_PROFILE_BALANCED); in tpacpi_driver_event()
|
A D | asus-wmi.c | 2958 *profile = PLATFORM_PROFILE_BALANCED; in asus_wmi_platform_profile_get() 2985 case PLATFORM_PROFILE_BALANCED: in asus_wmi_platform_profile_set() 3017 set_bit(PLATFORM_PROFILE_BALANCED, in platform_profile_setup()
|
Completed in 43 milliseconds