• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /xnu-2422.115.4/iokit/IOKit/pwr_mgt/

Lines Matching refs:uint32_t

74 typedef uint32_t IOPMDriverAssertionLevel;
175 uint32_t intValue );
195 // Returns a unique uint32_t identifier for later removing support for this
200 uint32_t supportedWhere,
201 uint32_t *uniqueFeatureID);
206 IOReturn removePublishedFeature( uint32_t removeFeatureID );
251 uint32_t supportedPowerSources,
405 uint32_t pid, bool doSuspend);
412 IOReturn getSystemSleepType( uint32_t * sleepType );
432 void traceDetail( uint32_t data32 );
443 const OSSymbol * feature, uint32_t where, uint32_t * featureID );
451 void recordPMEvent( uint32_t type, const char *uuid,
452 uint32_t reason, uint32_t result );
463 uint32_t delay_ms,
473 void suspendPMNotificationsForPID( uint32_t pid, bool doSuspend);
480 bool pmNotificationIsSuspended( uint32_t pid );
484 uint32_t * hibernateMode,
485 uint32_t * hibernateFreeRatio,
486 uint32_t * hibernateFreeTime );
553 uint32_t sleepCnt;
554 uint32_t darkWakeCnt;
555 uint32_t displayWakeCnt;
580 uint32_t _desiredCapability;
581 uint32_t _currentCapability;
582 uint32_t _pendingCapability;
583 uint32_t _highestCapability;
585 uint32_t _systemStateGeneration;
594 uint32_t _systemMessageClientMask;
642 uint32_t hibernateMode;
645 uint32_t userActivityCount;
646 uint32_t userActivityAtSleep;
647 uint32_t lastSleepReason;
648 uint32_t fullToDarkReason;
649 uint32_t hibernateAborted;
657 uint32_t fullWakeReason;
664 uint32_t _debugWakeSeconds;
665 uint32_t _lastDebugWakeSeconds;
683 uint32_t pid;
684 uint32_t refcount;
687 uint32_t pmSuspendedCapacity;
688 uint32_t pmSuspendedSize;
700 volatile uint32_t swd_lock; /* Lock to access swd_buffer & and its header */
707 int findSuspendedPID(uint32_t pid, uint32_t *outRefCount);
710 IOReturn privateSleepSystem( uint32_t sleepReason );
714 uint32_t sleepReason );
716 bool checkSystemCanSleep( uint32_t sleepReason );
727 void informCPUStateChange( uint32_t type, uint32_t value );
729 void dispatchPowerEvent( uint32_t event, void * arg0, uint64_t arg1 );
734 void startIdleSleepTimer( uint32_t inSeconds );
736 uint32_t getTimeToIdleSleep( void );
759 void evaluatePolicy( int stimulus, uint32_t arg = 0 );
774 bool getSleepOption( const char * key, uint32_t * option );
776 int phase, uint32_t * hibMode );
782 void setDisplayPowerOn( uint32_t options );