Symbol: PLATFORM_PROFILE_QUIET
drivers/acpi/platform_profile.c
36
[PLATFORM_PROFILE_QUIET] = "quiet",
drivers/platform/x86/acer-wmi.c
2124
*profile = PLATFORM_PROFILE_QUIET;
drivers/platform/x86/acer-wmi.c
2152
case PLATFORM_PROFILE_QUIET:
drivers/platform/x86/acer-wmi.c
2178
set_bit(PLATFORM_PROFILE_QUIET, choices);
drivers/platform/x86/amd/pmf/spc.c
296
case PLATFORM_PROFILE_QUIET:
drivers/platform/x86/amd/pmf/sps.c
311
case PLATFORM_PROFILE_QUIET:
drivers/platform/x86/amd/pmf/sps.c
398
set_bit(PLATFORM_PROFILE_QUIET, choices);
drivers/platform/x86/asus-wmi.c
4121
*profile = PLATFORM_PROFILE_QUIET;
drivers/platform/x86/asus-wmi.c
4145
case PLATFORM_PROFILE_QUIET:
drivers/platform/x86/asus-wmi.c
4158
set_bit(PLATFORM_PROFILE_QUIET, choices);
drivers/platform/x86/dell/alienware-wmi-wmax.c
589
*pprof = PLATFORM_PROFILE_QUIET;
drivers/platform/x86/dell/dell-pc.c
191
case PLATFORM_PROFILE_QUIET:
drivers/platform/x86/dell/dell-pc.c
220
*profile = PLATFORM_PROFILE_QUIET;
drivers/platform/x86/dell/dell-pc.c
234
__set_bit(PLATFORM_PROFILE_QUIET, choices);
drivers/platform/x86/hp/hp-wmi.c
1634
*profile = PLATFORM_PROFILE_QUIET;
drivers/platform/x86/hp/hp-wmi.c
1658
case PLATFORM_PROFILE_QUIET:
drivers/platform/x86/hp/hp-wmi.c
1700
*profile = PLATFORM_PROFILE_QUIET;
drivers/platform/x86/hp/hp-wmi.c
1727
case PLATFORM_PROFILE_QUIET:
drivers/platform/x86/hp/hp-wmi.c
1969
set_bit(PLATFORM_PROFILE_QUIET, choices);
drivers/platform/x86/hp/hp-wmi.c
1974
set_bit(PLATFORM_PROFILE_QUIET, choices);
drivers/platform/x86/samsung-galaxybook.c
602
*profile = PLATFORM_PROFILE_QUIET;
drivers/platform/x86/samsung-galaxybook.c
673
perfmodes[PLATFORM_PROFILE_QUIET] = GB_PERFORMANCE_MODE_LOWNOISE;