Lines Matching refs:standbyTimer
5214 uint32_t standbyTimer = 0; local
5236 if (!getSleepOption(kIOPMDeepSleepTimerKey, &standbyTimer)) {
5237 standbyTimer = standbyDelay;
5241 sleepPhase, standbyEnabled, standbyDelay, standbyTimer,
5286 if (!standbyDelay || !standbyTimer) {
5366 gSleepPolicyVars->standbyTimer = standbyTimer;
5652 IOPMrootDomain::getSystemSleepType( uint32_t * sleepType, uint32_t * standbyTimer ) argument
5664 (void *) sleepType, (void *) standbyTimer);
5674 if (!getSleepOption(kIOPMDeepSleepTimerKey, standbyTimer) &&
5675 !getSleepOption(kIOPMDeepSleepDelayKey, standbyTimer)) {
5677 *standbyTimer = 0;