Searched refs:APM_STATE_STANDBY (Results 1 – 3 of 3) sorted by relevance
42 #define APM_STATE_STANDBY 0x0001 macro
110 #define APM_STATE_STANDBY 0x0001 macro
1135 state = blank ? APM_STATE_STANDBY : APM_STATE_READY; in apm_console_blank()1291 err = set_system_power_state(APM_STATE_STANDBY); in standby()