Home
last modified time | relevance | path

Searched refs:POWER_PROFILE_PERFORMANCE (Results 1 – 8 of 8) sorted by relevance

/NextBSD/sys/kern/
HDsubr_power.c94 static int power_profile_state = POWER_PROFILE_PERFORMANCE;
112 (state == POWER_PROFILE_PERFORMANCE) ? in power_profile_set_state()
/NextBSD/sys/sys/
HDpower.h55 #define POWER_PROFILE_PERFORMANCE 0 macro
/NextBSD/sys/i386/i386/
HDlongrun.c173 if (state != POWER_PROFILE_PERFORMANCE && in tmx86_longrun_power_profile()
179 case POWER_PROFILE_PERFORMANCE: in tmx86_longrun_power_profile()
/NextBSD/sys/dev/acpi_support/
HDacpi_panasonic.c310 reg = (power_profile_get_state() == POWER_PROFILE_PERFORMANCE) ? in hkey_lcd_brightness_max()
331 reg = (power_profile_get_state() == POWER_PROFILE_PERFORMANCE) ? in hkey_lcd_brightness_min()
352 reg = (power_profile_get_state() == POWER_PROFILE_PERFORMANCE) ? in hkey_lcd_brightness()
/NextBSD/sys/dev/acpica/
HDacpi_acad.c113 power_profile_set_state(newstatus ? POWER_PROFILE_PERFORMANCE : in acpi_acad_get_status()
HDacpi_thermal.c916 if (state != POWER_PROFILE_PERFORMANCE && state != POWER_PROFILE_ECONOMY) in acpi_tz_power_profile()
924 (state == POWER_PROFILE_PERFORMANCE) ? 0 : 1); in acpi_tz_power_profile()
HDacpi_video.c413 if (state != POWER_PROFILE_PERFORMANCE && in acpi_video_power_profile()
559 POWER_PROFILE_PERFORMANCE, in acpi_video_vo_init()
/NextBSD/sys/i386/bios/
HDapm.c1046 state = apm_acline ? POWER_PROFILE_PERFORMANCE : POWER_PROFILE_ECONOMY; in apm_power_profile()