Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_power.c93 static int power_profile_state = POWER_PROFILE_PERFORMANCE;
111 (state == POWER_PROFILE_PERFORMANCE) ? in power_profile_set_state()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpower_supply.h39 return (power_profile_get_state() == POWER_PROFILE_PERFORMANCE); in power_supply_is_system_supplied()
/freebsd/sys/sys/
H A Dpower.h54 #define POWER_PROFILE_PERFORMANCE 0 macro
/freebsd/sys/i386/i386/
H A Dlongrun.c174 if (state != POWER_PROFILE_PERFORMANCE && in tmx86_longrun_power_profile()
180 case POWER_PROFILE_PERFORMANCE: in tmx86_longrun_power_profile()
/freebsd/sys/dev/acpi_support/
H A Dacpi_panasonic.c308 reg = (power_profile_get_state() == POWER_PROFILE_PERFORMANCE) ? in hkey_lcd_brightness_max()
329 reg = (power_profile_get_state() == POWER_PROFILE_PERFORMANCE) ? in hkey_lcd_brightness_min()
350 reg = (power_profile_get_state() == POWER_PROFILE_PERFORMANCE) ? in hkey_lcd_brightness()
/freebsd/sys/dev/acpica/
H A Dacpi_acad.c111 power_profile_set_state(newstatus ? POWER_PROFILE_PERFORMANCE : in acpi_acad_get_status()
H A Dacpi_thermal.c936 if (state != POWER_PROFILE_PERFORMANCE && state != POWER_PROFILE_ECONOMY) in acpi_tz_power_profile()
943 (state == POWER_PROFILE_PERFORMANCE) ? 0 : 1); in acpi_tz_power_profile()
H A Dacpi_video.c509 if (state != POWER_PROFILE_PERFORMANCE && in acpi_video_power_profile()
661 POWER_PROFILE_PERFORMANCE, in acpi_video_vo_init()