Home
last modified time | relevance | path

Searched refs:getPMRootDomain (Results 1 – 10 of 10) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOHibernateIO.cpp491 if (IOService::getPMRootDomain()->getHibernateSettings( in IOHibernateSystemSleep()
1243 IOService::getPMRootDomain()->removeProperty(kIOHibernateOptionsKey); in IOHibernateSystemWake()
1283 IOService::getPMRootDomain()->setProperty(kIOHibernateOptionsKey, in IOHibernateDone()
1286 IOService::getPMRootDomain()->removeProperty(kIOHibernateOptionsKey); in IOHibernateDone()
1291 IOService::getPMRootDomain()->setProperty(kIOHibernateGfxStatusKey, in IOHibernateDone()
1722 IOService::getPMRootDomain()->tracePoint(kIOPMTracePointHibernate); in hibernate_write_image()
1782 IOService::getPMRootDomain()->pmStatsRecordEvent( in hibernate_write_image()
1796 !IOService::getPMRootDomain()->mustHibernate()); in hibernate_write_image()
2287 IOService::getPMRootDomain()->pmStatsRecordEvent( in hibernate_write_image()
2720 IOService::getPMRootDomain()->pmStatsRecordEvent( in hibernate_machine_init()
[all …]
H A DIOServicePM.cpp1779 if (this != getPMRootDomain()) { in synchronizePowerTree()
2198 cancelIdlePowerDown(getPMRootDomain()); in trackSystemSleepPreventers()
2884 if (getPMRootDomain()->isAOTMode()) { in computeDesiredState()
5015 if ((rootDomain = getPMRootDomain()) == this) { in OurChangeNotifyInterestedDriversWillChange()
5098 getPMRootDomain()->tracePoint( IS_POWER_DROP ? in OurChangeTellCapabilityDidChange()
5863 getPMRootDomain()->sleepWakeDebugTrig(true); in watchdog_timer_expired()
6380 if (context->us == getPMRootDomain()) { in pmTellAppWithResponse()
6597 if (context->us == getPMRootDomain() && in pmTellCapabilityAppWithResponse()
6598 getPMRootDomain()->isAOTMode() in pmTellCapabilityAppWithResponse()
8055 getPMRootDomain()->askChangeDownDone( in actionPMWorkQueueInvoke()
[all …]
H A DIOCPU.cpp265 IOPMrootDomain *rootDomain = IOService::getPMRootDomain(); in IOCPUSleepKernel()
H A DIOPlatformExpert.cpp890 IOPMrootDomain *pmRootDomain = IOService::getPMRootDomain(); in IOShutdownNotificationsTimedOut()
1003 pmRootDomain = IOService::getPMRootDomain(); in PEHaltRestartInternal()
H A DIOUserServer.cpp4905 pmProvider = getPMRootDomain(); in serviceJoinPMTree()
4974 getPMRootDomain()->copyWakeReasonString(wakeReasonString, sizeof(wakeReasonString)); in serviceSetPowerState()
5173 rootDomain = getPMRootDomain(); in _ClaimSystemWakeEvent_Impl()
5463 prop = getPMRootDomain()->copyProperty(kRootDomainSleepReasonKey); in systemPower()
5468 prop = getPMRootDomain()->copyProperty(kIOHibernateStateKey); in systemPower()
H A DIOService.cpp1567 IOService::getPMRootDomain( void ) in getPMRootDomain() function in IOService
1644 assert(getPMRootDomain() != NULL); in publishPMRootDomain()
1650 IOServicePH::init(getPMRootDomain()); in publishPMRootDomain()
4575 …if (fSystemOff && IOService::getPMRootDomain()->getSystemSleepType(&sleepType, &standbyTimer) == k… in matchingEnd()
5812 getPMRootDomain()->startSpinDump(1); in waitQuietWithOptions()
H A DIONVRAM.cpp817 …OSSharedPtr<OSData> data = OSDynamicPtrCast<OSData>(IOService::getPMRootDomain()->copyProperty(gIO… in hibernateState()
H A DIOPMrootDomain.cpp12280 getPMRootDomain(), gIOPowerPlane, kIORegistryIterateRecursively);
/xnu-11215/iokit/Kernel/arm/
H A DAppleARMSMP.cpp484 IOPMrootDomain *rootDomain = IOService::getPMRootDomain(); in IOCPUSleepKernel()
/xnu-11215/iokit/IOKit/
H A DIOService.h1300 static class IOPMrootDomain * getPMRootDomain( void );