Lines Matching refs:IOPMrootDomain

530 static IOPMrootDomain * gRootDomain;
687 friend class IOPMrootDomain;
692 IOPMrootDomain *parent;
705 IOPMrootDomain *parent_arg,
743 static OSPtr<PMTraceWorker> tracer( IOPMrootDomain * );
758 IOPMrootDomain *owner;
796 static PMAssertionsTracker *pmAssertionsTracker( IOPMrootDomain * );
825 IOPMrootDomain *owner;
866 OSDefineMetaClassAndFinalStructors(IOPMrootDomain, IOService) in OSDefineMetaClassAndFinalStructors()
1082 IOPMrootDomain *
1083 IOPMrootDomain::construct( void ) in construct()
1085 IOPMrootDomain *root; in construct()
1087 root = new IOPMrootDomain; in construct()
1103 IOPMrootDomain * rootDomain = (IOPMrootDomain *) p0; in updateConsoleUsersCallout()
1108 IOPMrootDomain::updateConsoleUsers(void) in updateConsoleUsers()
1115 IOPMrootDomain::updateTasksSuspend(int newTasksSuspended, int newAOTTasksSuspended) in updateTasksSuspend()
1142 IOPMrootDomain * rootDomain = (IOPMrootDomain *) p0; in disk_sync_callout()
1527 IOPMrootDomain::start( IOService * nub ) in start()
1642 &IOPMrootDomain::fullWakeDelayedWork), in start()
1744 &IOPMrootDomain::dispatchPowerEvent)); in start()
1750 this, &IOPMrootDomain::aotEvaluate)); in start()
1830 IOPMrootDomain::setProperties( OSObject * props_obj ) in setProperties()
2056 IOPMrootDomain::setAggressiveness( in setAggressiveness()
2067 IOPMrootDomain::setAggressiveness( in setAggressiveness()
2146 IOPMrootDomain::getAggressiveness( in getAggressiveness()
2221 IOPMrootDomain::joinAggressiveness( in joinAggressiveness()
2257 ((IOPMrootDomain *) param1)->handleAggressivesRequests(); in handleAggressivesFunction()
2262 IOPMrootDomain::handleAggressivesRequests( void ) in handleAggressivesRequests()
2411 IOPMrootDomain::synchronizeAggressives( in synchronizeAggressives()
2460 IOPMrootDomain::broadcastAggressives( in broadcastAggressives()
2520 ((IOPMrootDomain *)us)->takeStackshot(false); in powerButtonDownCallout()
2530 ((IOPMrootDomain *)us)->deleteStackshot(); in powerButtonUpCallout()
2544 IOPMrootDomain::startIdleSleepTimer( uint32_t inMilliSeconds ) in startIdleSleepTimer()
2592 IOPMrootDomain::cancelIdleSleepTimer( void ) in cancelIdleSleepTimer()
2623 ((IOPMrootDomain *)us)->handleSleepTimerExpiration(); in idleSleepTimerExpired()
2634 IOPMrootDomain::handleSleepTimerExpiration( void ) in handleSleepTimerExpiration()
2639 &IOPMrootDomain::handleSleepTimerExpiration), in handleSleepTimerExpiration()
2661 IOPMrootDomain::getTimeToIdleSleep( void ) in getTimeToIdleSleep()
2713 IOPMrootDomain::setQuickSpinDownTimeout( void ) in setQuickSpinDownTimeout()
2726 IOPMrootDomain::restoreUserSpinDownTimeout( void ) in restoreUserSpinDownTimeout()
2740 IOPMrootDomain::sleepSystem( void ) in sleepSystem()
2747 IOPMrootDomain::sleepSystemOptions( OSDictionary *options ) in sleepSystemOptions()
2779 IOPMrootDomain::privateSleepSystem( uint32_t sleepReason ) in privateSleepSystem()
2801 IOPMrootDomain::powerChangeDone( unsigned long previousPowerState ) in powerChangeDone()
3204 IOPMrootDomain::requestPowerDomainState( in requestPowerDomainState()
3249 IOPMrootDomain::updatePreventIdleSleepList( in updatePreventIdleSleepList()
3259 IOPMrootDomain::updatePreventIdleSleepListInternal( in updatePreventIdleSleepListInternal()
3326 IOPMrootDomain::startSpinDump(uint32_t spindumpKind) in startSpinDump()
3338 IOPMrootDomain::updatePreventSystemSleepList( in updatePreventSystemSleepList()
3388 IOPMrootDomain::copySleepPreventersList(OSArray **idleSleepList, OSArray **systemSleepList) in copySleepPreventersList()
3397 &IOPMrootDomain::IOPMrootDomain::copySleepPreventersList), in copySleepPreventersList()
3440 IOPMrootDomain::copySleepPreventersListWithID(OSArray **idleSleepList, OSArray **systemSleepList) in copySleepPreventersListWithID()
3449 &IOPMrootDomain::IOPMrootDomain::copySleepPreventersListWithID), in copySleepPreventersListWithID()
3506 IOPMrootDomain::tellChangeDown( unsigned long stateNum ) in tellChangeDown()
3550 IOPMrootDomain::askChangeDown( unsigned long stateNum ) in askChangeDown()
3588 IOPMrootDomain::askChangeDownDone( in askChangeDownDone()
3626 IOPMrootDomain::systemDidNotSleep( void ) in systemDidNotSleep()
3686 IOPMrootDomain::tellNoChangeDown( unsigned long stateNum ) in tellNoChangeDown()
3708 IOPMrootDomain::tellChangeUp( unsigned long stateNum ) in tellChangeUp()
3783 IOPMrootDomain::sysPowerDownHandler( in sysPowerDownHandler()
3897 IOPMrootDomain::handleQueueSleepWakeUUID(OSObject *obj) in handleQueueSleepWakeUUID()
3923 IOPMrootDomain::handlePublishSleepWakeUUID( bool shouldPublish ) in handlePublishSleepWakeUUID()
3997 IOPMrootDomain::lowLatencyAudioNotify(uint64_t time, boolean_t state) in lowLatencyAudioNotify()
4031 IOPMrootDomain::initializeBootSessionUUID(void) in initializeBootSessionUUID()
4060 IOPMrootDomain::changePowerStateTo( unsigned long ordinal ) in changePowerStateTo()
4067 IOPMrootDomain::changePowerStateToPriv( unsigned long ordinal ) in changePowerStateToPriv()
4073 IOPMrootDomain::changePowerStateWithOverrideTo( in changePowerStateWithOverrideTo()
4087 IOPMrootDomain::changePowerStateWithTagTo( in changePowerStateWithTagTo()
4101 IOPMrootDomain::changePowerStateWithTagToPriv( in changePowerStateWithTagToPriv()
4120 IOPMrootDomain::activitySinceSleep(void) in activitySinceSleep()
4126 IOPMrootDomain::abortHibernation(void) in abortHibernation()
4162 IOPMrootDomain::scheduleImmediateDebugWake( void ) in scheduleImmediateDebugWake()
4184 IOPMrootDomain::willNotifyPowerChildren( IOPMPowerStateIndex newPowerState )
4269 IOPMrootDomain::willTellSystemCapabilityDidChange( void )
4308 IOPMrootDomain::shouldSleepOnClamshellClosed( void )
4321 IOPMrootDomain::shouldSleepOnRTCAlarmWake( void )
4336 IOPMrootDomain::sendClientClamshellNotification( void )
4364 IOPMrootDomain::getSleepSupported( void )
4376 IOPMrootDomain::setSleepSupported( IOOptionBits flags )
4388 IOPMrootDomain::setClamShellSleepDisable( bool disable, uint32_t bitmask )
4396 &IOPMrootDomain::setClamShellSleepDisable),
4424 IOPMrootDomain::wakeFromDoze( void )
4442 IOPMrootDomain::recordRTCAlarm(
4522 IOPMrootDomain::publishFeature( const char * feature )
4534 IOPMrootDomain::publishFeature(
4635 IOPMrootDomain::removePublishedFeature( uint32_t removeFeatureID )
4761 IOPMrootDomain::publishPMSetting(
4783 IOPMrootDomain::setPMSetting(
4890 IOPMrootDomain::copyPMSetting(
4913 IOPMrootDomain::registerPMSettingController(
4947 IOPMrootDomain::registerPMSettingController(
4966 (IOPMrootDomain *) this, func, target,
5003 IOPMrootDomain::deregisterPMSettingObject( PMSettingObject * pmso )
5063 IOPMrootDomain::informCPUStateChange(
5175 IOPMrootDomain::evaluateSystemSleepPolicy(
5491 IOPMrootDomain::evaluateSystemSleepPolicyEarly( void )
5539 IOPMrootDomain::evaluateSystemSleepPolicyFinal( void )
5599 IOPMrootDomain::getHibernateSettings(
5620 IOPMrootDomain::getSleepOption( const char * key, uint32_t * option )
5652 IOPMrootDomain::getSystemSleepType( uint32_t * sleepType, uint32_t * standbyTimer )
5662 &IOPMrootDomain::getSystemSleepType),
5705 IOPMrootDomain * RootDomain;
5781 IOPMrootDomain::handlePlatformHaltRestart( UInt32 pe_type )
5889 IOPMrootDomain::checkShutdownTimeout()
5901 IOPMrootDomain::panicWithShutdownLog(uint32_t timeoutInMs)
5921 IOPMrootDomain::shutdownSystem( void )
5932 IOPMrootDomain::restartSystem( void )
5947 IOPMrootDomain::tagPowerPlaneService(
5961 &IOPMrootDomain::handleOurPowerChangeStart);
5966 &IOPMrootDomain::handleOurPowerChangeDone);
5971 &IOPMrootDomain::overrideOurPowerChange);
6045 &IOPMrootDomain::overridePowerChangeForService);
6051 &IOPMrootDomain::handleActivityTickleForDisplayWrangler);
6056 &IOPMrootDomain::handleUpdatePowerClientForDisplayWrangler);
6088 &IOPMrootDomain::handlePowerChangeStartForPCIDevice);
6093 &IOPMrootDomain::handlePowerChangeDoneForPCIDevice);
6104 IOPMrootDomain::overrideOurPowerChange(
6206 IOPMrootDomain::handleOurPowerChangeStart(
6500 IOPMrootDomain::handleOurPowerChangeDone(
6701 IOPMrootDomain::overridePowerChangeForService(
6831 IOPMrootDomain::handleActivityTickleForDisplayWrangler(
6868 IOPMrootDomain::handleUpdatePowerClientForDisplayWrangler(
6921 IOPMrootDomain::preventTransitionToUserActive( bool prevent )
6945 IOPMrootDomain::shouldDelayChildNotification(
6961 IOPMrootDomain::handlePowerChangeStartForPCIDevice(
6975 IOPMrootDomain::handlePowerChangeDoneForPCIDevice(
6996 friend class IOPMrootDomain;
7016 IOPMrootDomain::registerInterest(
7096 IOPMrootDomain::systemMessageFilter(
7264 IOPMrootDomain::setMaintenanceWakeCalendar(
7298 IOPMrootDomain::displayWranglerNotification(
7363 IOPMrootDomain::updateUserActivity( void )
7377 IOPMrootDomain::reportUserInput( void )
7398 IOPMrootDomain::requestUserActive(IOService *device, const char *reason)
7429 IOPMrootDomain::latchDisplayWranglerTickle( bool latch )
7464 IOPMrootDomain::setDisplayPowerOn( uint32_t options )
7479 IOPMrootDomain::checkSystemSleepAllowed( IOOptionBits options,
7586 IOPMrootDomain::checkSystemSleepEnabled( void )
7592 IOPMrootDomain::checkSystemCanSleep( uint32_t sleepReason )
7603 IOPMrootDomain::checkSystemCanSustainFullWake( void )
7630 IOPMrootDomain::checkSystemCanAbortIdleSleep( void )
7642 IOPMrootDomain::attemptIdleSleepAbort( void )
7647 &IOPMrootDomain::attemptIdleSleepAbort),
7667 IOPMrootDomain::setIdleSleepRevertible( bool revertible )
7679 IOPMrootDomain::mustHibernate( void )
7803 IOPMrootDomain::getRUN_STATE(void)
7809 IOPMrootDomain::isAOTMode()
7815 IOPMrootDomain::setWakeTime(uint64_t wakeContinuousTime)
7858 IOPMrootDomain::aotShouldExit(bool software)
7900 IOPMrootDomain::aotExit(bool cps)
7938 IOPMrootDomain::aotEvaluate(IOTimerEventSource * timer)
7976 IOPMrootDomain::adjustPowerState( bool sleepASAP )
8027 IOPMrootDomain::handleSetDisplayPowerOn(bool powerOn)
8069 IOPMrootDomain::dispatchPowerEvent(
8270 IOPMrootDomain::systemPowerEventOccurred(
8292 IOPMrootDomain::setThermalState(OSObject *value)
8298 OSMemberFunctionCast(IOWorkLoop::Action, this, &IOPMrootDomain::setThermalState),
8311 IOPMrootDomain::systemPowerEventOccurred(
8374 IOPMrootDomain::receivePowerNotification( UInt32 msg )
8398 IOPMrootDomain::handlePowerNotification( UInt32 msg )
8672 IOPMrootDomain::evaluatePolicy( int stimulus, uint32_t arg )
9033 IOPMrootDomain::idleSleepPreventersCount()
9057 IOPMrootDomain::requestFullWake( FullWakeReason reason )
9143 IOPMrootDomain::willEnterFullWake( void )
9181 IOPMrootDomain::fullWakeDelayedWork( void )
9187 &IOPMrootDomain::fullWakeDelayedWork), this);
9221 IOPMrootDomain::evaluateAssertions(IOPMDriverAssertionType newAssertions, IOPMDriverAssertionType o…
9280 IOPMrootDomain::pmStatsRecordEvent(
9331 IOPMrootDomain::pmStatsRecordApplicationResponse(
9471 IOPMrootDomain::callPlatformFunction(
9532 IOPMrootDomain::kdebugTrace(uint32_t event, uint64_t id,
9544 IOPMrootDomain::tracePoint( uint8_t point )
9606 IOPMrootDomain::getNotificationClientName(OSObject *object)
9636 IOPMrootDomain::traceNotification(OSObject *object, bool start, uint64_t timestamp, uint32_t msgInd…
9684 IOPMrootDomain::traceNotificationAck(OSObject *object, uint32_t delay_ms)
9705 IOPMrootDomain::traceNotificationResponse(OSObject *object, uint32_t delay_ms, uint32_t ack_time_us)
9730 IOPMrootDomain::traceFilteredNotification(OSObject *object)
9747 IOPMrootDomain::traceDetail(uint32_t msgType, uint32_t msgIndex, uint32_t delay)
9758 IOPMrootDomain::configureReportGated(uint64_t channel_id, uint64_t action, void *result)
9832 IOPMrootDomain::configureReport(IOReportChannelList *channelList,
9851 OSMemberFunctionCast(IOWorkLoop::Action, this, &IOPMrootDomain::configureReportGated),
9861 IOPMrootDomain::updateReportGated(uint64_t ch_id, void *result, IOBufferMemoryDescriptor *dest)
9895 IOPMrootDomain::updateReport(IOReportChannelList *channelList,
9916 OSMemberFunctionCast(IOWorkLoop::Action, this, &IOPMrootDomain::updateReportGated),
9958 PMTraceWorker::tracer(IOPMrootDomain * owner)
10351 IOPMrootDomain::acknowledgeSystemWillShutdown( IOService * from )
10590 IOPMrootDomain::createPMAssertion(
10620 IOPMrootDomain::releasePMAssertion(IOPMDriverAssertionID releaseAssertion)
10643 IOPMrootDomain::setPMAssertionLevel(
10651 IOPMrootDomain::getPMAssertionLevel(IOPMDriverAssertionType whichAssertion)
10671 IOPMrootDomain::setPMAssertionUserLevels(IOPMDriverAssertionType inLevels)
10681 IOPMrootDomain::acquireDriverKitMatchingAssertion()
10708 IOPMrootDomain::releaseDriverKitMatchingAssertion()
10725 IOPMrootDomain::serializeProperties( OSSerialize * s ) const
10734 IOPMrootDomain::copyProperty( const char * aKey) const
10837 IOPMrootDomain::copyWakeReasonString( char * outBuf, size_t bufSize )
10845 IOPMrootDomain::copyShutdownReasonString( char * outBuf, size_t bufSize )
10859 IOPMrootDomain::acceptSystemWakeEvents( uint32_t control )
10938 IOPMrootDomain::claimSystemWakeEvent(
11089 IOPMrootDomain::claimSystemBootEvent(
11126 IOPMrootDomain::claimSystemShutdownEvent(
11187 IOPMrootDomain * parent_arg,
11294 PMAssertionsTracker::pmAssertionsTracker( IOPMrootDomain *rootDomain )
11933 IOPMrootDomain::getWatchdogTimeout()
11949 IOPMrootDomain::restartWithStackshot()
11957 IOPMrootDomain::sleepWakeDebugTrig(bool wdogTrigger)
11963 IOPMrootDomain::tracePhase2String(uint32_t tracePhase, const char **phaseString, const char **descr…
12110 IOPMrootDomain::saveFailureData2File()
12248 IOPMrootDomain::getFailureData(thread_t *thread, char *failureStr, size_t strLen)
12494 IOPMrootDomain::deleteStackshot()
12518 IOPMrootDomain::takeStackshot(bool wdogTrigger)
12724 IOPMrootDomain::sleepWakeDebugMemAlloc()
12777 IOPMrootDomain::sleepWakeDebugSpinDumpMemAlloc()
12816 IOPMrootDomain::sleepWakeDebugEnableWdog()
12821 IOPMrootDomain::sleepWakeDebugIsWdogEnabled()
12827 IOPMrootDomain::sleepWakeDebugSaveSpinDumpFile()
12851 IOPMrootDomain::sleepWakeDebugSaveFile(const char *name, char *buf, int len)
12904 IOPMrootDomain::sleepWakeDebugTrig(bool restart)
12916 IOPMrootDomain::takeStackshot(bool restart)
12922 IOPMrootDomain::deleteStackshot()
12927 IOPMrootDomain::sleepWakeDebugMemAlloc()
12932 IOPMrootDomain::saveFailureData2File()
12937 IOPMrootDomain::sleepWakeDebugEnableWdog()
12942 IOPMrootDomain::sleepWakeDebugIsWdogEnabled()
12948 IOPMrootDomain::sleepWakeDebugSaveSpinDumpFile()
12953 IOPMrootDomain::sleepWakeDebugSaveFile(const char *name, char *buf, int len)