Searched refs:PLATFORM_PROFILE_PERFORMANCE (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/drivers/platform/surface/ |
| H A D | surface_platform_profile.c | 104 return PLATFORM_PROFILE_PERFORMANCE; in convert_ssam_tmp_to_profile() 125 case PLATFORM_PROFILE_PERFORMANCE: in convert_profile_to_ssam_tmp() 147 case PLATFORM_PROFILE_PERFORMANCE: in convert_profile_to_ssam_fan() 209 set_bit(PLATFORM_PROFILE_PERFORMANCE, choices); in ssam_platform_profile_probe()
|
| /linux-6.15/drivers/platform/x86/ |
| H A D | inspur_platform_profile.c | 98 case PLATFORM_PROFILE_PERFORMANCE: in inspur_platform_profile_set() 155 *profile = PLATFORM_PROFILE_PERFORMANCE; in inspur_platform_profile_get() 171 set_bit(PLATFORM_PROFILE_PERFORMANCE, choices); in inspur_platform_profile_probe()
|
| H A D | samsung-galaxybook.c | 608 *profile = PLATFORM_PROFILE_PERFORMANCE; in get_performance_mode_profile() 672 perfmodes[PLATFORM_PROFILE_PERFORMANCE] = GB_PERFORMANCE_MODE_PERFORMANCE; in galaxybook_platform_profile_probe()
|
| H A D | ideapad-laptop.c | 905 *profile = PLATFORM_PROFILE_PERFORMANCE; in convert_dytc_to_profile() 923 case PLATFORM_PROFILE_PERFORMANCE: in convert_profile_to_dytc() 1031 set_bit(PLATFORM_PROFILE_PERFORMANCE, choices); in dytc_profile_probe()
|
| H A D | acer-wmi.c | 1966 *profile = PLATFORM_PROFILE_PERFORMANCE; in acer_predator_v4_platform_profile_get() 1994 case PLATFORM_PROFILE_PERFORMANCE: in acer_predator_v4_platform_profile_set() 2065 set_bit(PLATFORM_PROFILE_PERFORMANCE, choices); in acer_predator_v4_platform_profile_probe()
|
| H A D | asus-wmi.c | 3811 *profile = PLATFORM_PROFILE_PERFORMANCE; in asus_wmi_platform_profile_get() 3832 case PLATFORM_PROFILE_PERFORMANCE: in asus_wmi_platform_profile_set() 3853 set_bit(PLATFORM_PROFILE_PERFORMANCE, choices); in asus_wmi_platform_profile_probe()
|
| H A D | thinkpad_acpi.c | 10390 *profile = PLATFORM_PROFILE_PERFORMANCE; in convert_dytc_to_profile() 10402 *profile = PLATFORM_PROFILE_PERFORMANCE; in convert_dytc_to_profile() 10434 case PLATFORM_PROFILE_PERFORMANCE: in convert_profile_to_dytc() 10578 set_bit(PLATFORM_PROFILE_PERFORMANCE, choices); in dytc_profile_probe()
|
| /linux-6.15/drivers/platform/x86/dell/ |
| H A D | dell-pc.c | 193 case PLATFORM_PROFILE_PERFORMANCE: in thermal_platform_profile_set() 218 *profile = PLATFORM_PROFILE_PERFORMANCE; in thermal_platform_profile_get() 242 set_bit(PLATFORM_PROFILE_PERFORMANCE, choices); in thermal_platform_profile_probe()
|
| H A D | alienware-wmi-wmax.c | 277 [THERMAL_MODE_USTT_PERFORMANCE] = PLATFORM_PROFILE_PERFORMANCE, 282 [THERMAL_MODE_BASIC_PERFORMANCE] = PLATFORM_PROFILE_PERFORMANCE, 602 *profile = PLATFORM_PROFILE_PERFORMANCE; in thermal_profile_get() 631 if ((profile == PLATFORM_PROFILE_PERFORMANCE && !gmode_status) || in thermal_profile_set() 632 (profile != PLATFORM_PROFILE_PERFORMANCE && gmode_status)) { in thermal_profile_set() 685 priv->supported_thermal_profiles[PLATFORM_PROFILE_PERFORMANCE] = in thermal_profile_probe() 688 set_bit(PLATFORM_PROFILE_PERFORMANCE, choices); in thermal_profile_probe()
|
| /linux-6.15/drivers/platform/x86/hp/ |
| H A D | hp-wmi.c | 1302 *profile = PLATFORM_PROFILE_PERFORMANCE; in platform_profile_omen_get_ec() 1373 case PLATFORM_PROFILE_PERFORMANCE: in platform_profile_omen_set_ec() 1404 if (profile == PLATFORM_PROFILE_PERFORMANCE) in platform_profile_omen_set_ec() 1454 *profile = PLATFORM_PROFILE_PERFORMANCE; in hp_wmi_platform_profile_get() 1478 case PLATFORM_PROFILE_PERFORMANCE: in hp_wmi_platform_profile_set() 1523 *profile = PLATFORM_PROFILE_PERFORMANCE; in platform_profile_victus_get_ec() 1550 case PLATFORM_PROFILE_PERFORMANCE: in platform_profile_victus_set_ec() 1668 case PLATFORM_PROFILE_PERFORMANCE: in platform_profile_victus_s_set_ec() 1756 set_bit(PLATFORM_PROFILE_PERFORMANCE, choices); in hp_wmi_platform_profile_probe() 1838 if (active_platform_profile == PLATFORM_PROFILE_PERFORMANCE) { in victus_s_powersource_event()
|
| /linux-6.15/include/linux/ |
| H A D | platform_profile.h | 26 PLATFORM_PROFILE_PERFORMANCE, enumerator
|
| /linux-6.15/drivers/platform/x86/amd/pmf/ |
| H A D | sps.c | 303 case PLATFORM_PROFILE_PERFORMANCE: in amd_pmf_get_pprof_modes() 408 set_bit(PLATFORM_PROFILE_PERFORMANCE, choices); in amd_pmf_profile_probe()
|
| H A D | spc.c | 221 case PLATFORM_PROFILE_PERFORMANCE: in amd_pmf_get_slider_info()
|
| /linux-6.15/drivers/acpi/ |
| H A D | platform_profile.c | 39 [PLATFORM_PROFILE_PERFORMANCE] = "performance",
|