Symbol: PLATFORM_PROFILE_PERFORMANCE
drivers/acpi/platform_profile.c
39
[PLATFORM_PROFILE_PERFORMANCE] = "performance",
drivers/platform/surface/surface_platform_profile.c
104
return PLATFORM_PROFILE_PERFORMANCE;
drivers/platform/surface/surface_platform_profile.c
125
case PLATFORM_PROFILE_PERFORMANCE:
drivers/platform/surface/surface_platform_profile.c
147
case PLATFORM_PROFILE_PERFORMANCE:
drivers/platform/surface/surface_platform_profile.c
209
set_bit(PLATFORM_PROFILE_PERFORMANCE, choices);
drivers/platform/x86/acer-wmi.c
2115
*profile = PLATFORM_PROFILE_PERFORMANCE;
drivers/platform/x86/acer-wmi.c
2143
case PLATFORM_PROFILE_PERFORMANCE:
drivers/platform/x86/acer-wmi.c
2175
set_bit(PLATFORM_PROFILE_PERFORMANCE, choices);
drivers/platform/x86/amd/pmf/spc.c
288
case PLATFORM_PROFILE_PERFORMANCE:
drivers/platform/x86/amd/pmf/sps.c
303
case PLATFORM_PROFILE_PERFORMANCE:
drivers/platform/x86/amd/pmf/sps.c
408
set_bit(PLATFORM_PROFILE_PERFORMANCE, choices);
drivers/platform/x86/asus-wmi.c
4118
*profile = PLATFORM_PROFILE_PERFORMANCE;
drivers/platform/x86/asus-wmi.c
4139
case PLATFORM_PROFILE_PERFORMANCE:
drivers/platform/x86/asus-wmi.c
4160
set_bit(PLATFORM_PROFILE_PERFORMANCE, choices);
drivers/platform/x86/dell/alienware-wmi-wmax.c
1282
if ((profile == PLATFORM_PROFILE_PERFORMANCE && !gmode_status) ||
drivers/platform/x86/dell/alienware-wmi-wmax.c
1283
(profile != PLATFORM_PROFILE_PERFORMANCE && gmode_status)) {
drivers/platform/x86/dell/alienware-wmi-wmax.c
1342
priv->supported_profiles[PLATFORM_PROFILE_PERFORMANCE] =
drivers/platform/x86/dell/alienware-wmi-wmax.c
1345
__set_bit(PLATFORM_PROFILE_PERFORMANCE, choices);
drivers/platform/x86/dell/alienware-wmi-wmax.c
602
*pprof = PLATFORM_PROFILE_PERFORMANCE;
drivers/platform/x86/dell/dell-pc.c
189
case PLATFORM_PROFILE_PERFORMANCE:
drivers/platform/x86/dell/dell-pc.c
214
*profile = PLATFORM_PROFILE_PERFORMANCE;
drivers/platform/x86/dell/dell-pc.c
240
__set_bit(PLATFORM_PROFILE_PERFORMANCE, choices);
drivers/platform/x86/hp/hp-wmi.c
1473
*profile = PLATFORM_PROFILE_PERFORMANCE;
drivers/platform/x86/hp/hp-wmi.c
1544
case PLATFORM_PROFILE_PERFORMANCE:
drivers/platform/x86/hp/hp-wmi.c
1575
if (profile == PLATFORM_PROFILE_PERFORMANCE)
drivers/platform/x86/hp/hp-wmi.c
1625
*profile = PLATFORM_PROFILE_PERFORMANCE;
drivers/platform/x86/hp/hp-wmi.c
1649
case PLATFORM_PROFILE_PERFORMANCE:
drivers/platform/x86/hp/hp-wmi.c
1694
*profile = PLATFORM_PROFILE_PERFORMANCE;
drivers/platform/x86/hp/hp-wmi.c
1721
case PLATFORM_PROFILE_PERFORMANCE:
drivers/platform/x86/hp/hp-wmi.c
1850
*profile = PLATFORM_PROFILE_PERFORMANCE;
drivers/platform/x86/hp/hp-wmi.c
1891
case PLATFORM_PROFILE_PERFORMANCE:
drivers/platform/x86/hp/hp-wmi.c
1979
set_bit(PLATFORM_PROFILE_PERFORMANCE, choices);
drivers/platform/x86/hp/hp-wmi.c
2073
if (actual_profile == PLATFORM_PROFILE_PERFORMANCE) {
drivers/platform/x86/inspur_platform_profile.c
155
*profile = PLATFORM_PROFILE_PERFORMANCE;
drivers/platform/x86/inspur_platform_profile.c
171
set_bit(PLATFORM_PROFILE_PERFORMANCE, choices);
drivers/platform/x86/inspur_platform_profile.c
98
case PLATFORM_PROFILE_PERFORMANCE:
drivers/platform/x86/lenovo/ideapad-laptop.c
1091
set_bit(PLATFORM_PROFILE_PERFORMANCE, choices);
drivers/platform/x86/lenovo/ideapad-laptop.c
965
*profile = PLATFORM_PROFILE_PERFORMANCE;
drivers/platform/x86/lenovo/ideapad-laptop.c
983
case PLATFORM_PROFILE_PERFORMANCE:
drivers/platform/x86/lenovo/thinkpad_acpi.c
10419
*profile = PLATFORM_PROFILE_PERFORMANCE;
drivers/platform/x86/lenovo/thinkpad_acpi.c
10431
*profile = PLATFORM_PROFILE_PERFORMANCE;
drivers/platform/x86/lenovo/thinkpad_acpi.c
10463
case PLATFORM_PROFILE_PERFORMANCE:
drivers/platform/x86/lenovo/thinkpad_acpi.c
10607
set_bit(PLATFORM_PROFILE_PERFORMANCE, choices);
drivers/platform/x86/lenovo/wmi-gamezone.c
172
*profile = PLATFORM_PROFILE_PERFORMANCE;
drivers/platform/x86/lenovo/wmi-gamezone.c
215
case PLATFORM_PROFILE_PERFORMANCE:
drivers/platform/x86/lenovo/wmi-gamezone.c
341
set_bit(PLATFORM_PROFILE_PERFORMANCE, choices);
drivers/platform/x86/samsung-galaxybook.c
611
*profile = PLATFORM_PROFILE_PERFORMANCE;
drivers/platform/x86/samsung-galaxybook.c
675
perfmodes[PLATFORM_PROFILE_PERFORMANCE] = GB_PERFORMANCE_MODE_PERFORMANCE;
drivers/thermal/intel/int340x_thermal/processor_thermal_soc_slider.c
143
case PLATFORM_PROFILE_PERFORMANCE:
drivers/thermal/intel/int340x_thermal/processor_thermal_soc_slider.c
156
return PLATFORM_PROFILE_PERFORMANCE;
drivers/thermal/intel/int340x_thermal/processor_thermal_soc_slider.c
250
set_bit(PLATFORM_PROFILE_PERFORMANCE, choices);