Searched refs:APM_STATE_STANDBY (Results 1 – 4 of 4) sorted by relevance
36 #define APM_STATE_STANDBY 0x0001 macro
42 #define APM_STATE_STANDBY 0x0001 macro
23 #define APM_STATE_STANDBY 0x0001 macro
1134 state = blank ? APM_STATE_STANDBY : APM_STATE_READY; in apm_console_blank()1290 err = set_system_power_state(APM_STATE_STANDBY); in standby()