Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/arm/
H A DAppleARMSMP.cpp484 IOPMrootDomain *rootDomain = IOService::getPMRootDomain(); in IOCPUSleepKernel() local
490 rootDomain->tracePoint( kIOPMTracePointSleepPlatformActions ); in IOCPUSleepKernel()
492 rootDomain->tracePoint( kIOPMTracePointSleepCPUs ); in IOCPUSleepKernel()
517 rootDomain->tracePoint( kIOPMTracePointSleepPlatformDriver ); in IOCPUSleepKernel()
518 rootDomain->stop_watchdog_timer(); in IOCPUSleepKernel()
536 rootDomain->start_watchdog_timer(); in IOCPUSleepKernel()
540 rootDomain->tracePoint( kIOPMTracePointWakeCPUs ); in IOCPUSleepKernel()
549 rootDomain->tracePoint( kIOPMTracePointWakePlatformActions ); in IOCPUSleepKernel()
/xnu-11215/iokit/Kernel/
H A DIOCPU.cpp265 IOPMrootDomain *rootDomain = IOService::getPMRootDomain(); in IOCPUSleepKernel() local
270 rootDomain->tracePoint( kIOPMTracePointSleepPlatformActions ); in IOCPUSleepKernel()
272 rootDomain->tracePoint( kIOPMTracePointSleepCPUs ); in IOCPUSleepKernel()
316 rootDomain->tracePoint( kIOPMTracePointSleepPlatformDriver ); in IOCPUSleepKernel()
317 rootDomain->stop_watchdog_timer(); in IOCPUSleepKernel()
340 rootDomain->start_watchdog_timer(); in IOCPUSleepKernel()
344 rootDomain->tracePoint( kIOPMTracePointWakeCPUs ); in IOCPUSleepKernel()
362 rootDomain->tracePoint( kIOPMTracePointWakePlatformActions ); in IOCPUSleepKernel()
H A DIOServicePM.cpp1040 if (rootDomain) { in addPowerChild3()
1041 rootDomain->joinAggressiveness( child ); in addPowerChild3()
3535 if (!rootDomain) { in getAggressiveness()
3948 IOPMrootDomain * rootDomain; in notifyChildren() local
3954 rootDomain->tracePoint( IS_POWER_DROP ? in notifyChildren()
5014 IOPMrootDomain * rootDomain; in OurChangeNotifyInterestedDriversWillChange() local
5015 if ((rootDomain = getPMRootDomain()) == this) { in OurChangeNotifyInterestedDriversWillChange()
5069 IOPMrootDomain * rootDomain; in OurChangeNotifyInterestedDriversDidChange() local
5070 if ((rootDomain = getPMRootDomain()) == this) { in OurChangeNotifyInterestedDriversDidChange()
5071 rootDomain->tracePoint( IS_POWER_DROP ? in OurChangeNotifyInterestedDriversDidChange()
[all …]
H A DIOPMrootDomain.cpp1103 IOPMrootDomain * rootDomain = (IOPMrootDomain *) p0; in updateConsoleUsersCallout() local
1104 rootDomain->updateConsoleUsers(); in updateConsoleUsersCallout()
1142 IOPMrootDomain * rootDomain = (IOPMrootDomain *) p0; in disk_sync_callout() local
1144 uint32_t powerState = rootDomain->getPowerState(); in disk_sync_callout()
1160 rootDomain->sleepWakeDebugSaveSpinDumpFile(); in disk_sync_callout()
1164 rootDomain->allowPowerChange(notifyRef); in disk_sync_callout()
11294 PMAssertionsTracker::pmAssertionsTracker( IOPMrootDomain *rootDomain ) argument
11306 me->owner = rootDomain;
H A DIOHibernateIO.cpp1582 IOHibernateSystemInit(IOPMrootDomain * rootDomain) in IOHibernateSystemInit() argument
1597 rootDomain->setProperty(kIOHibernateStateKey, data); in IOHibernateSystemInit()
H A DIOUserServer.cpp5170 IOPMrootDomain * rootDomain; in _ClaimSystemWakeEvent_Impl() local
5173 rootDomain = getPMRootDomain(); in _ClaimSystemWakeEvent_Impl()
5174 if (!rootDomain) { in _ClaimSystemWakeEvent_Impl()
5180 rootDomain->claimSystemWakeEvent(device, pmFlags, reason, details); in _ClaimSystemWakeEvent_Impl()
H A DIOService.cpp1636 IOService::setPMRootDomain( class IOPMrootDomain * rootDomain) in setPMRootDomain() argument
1638 gIOPMRootDomain = rootDomain; in setPMRootDomain()
/xnu-11215/iokit/IOKit/platform/
H A DAppleNMI.h61 IOService *rootDomain;
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DRootDomain.h1001 void IOHibernateSystemInit(IOPMrootDomain * rootDomain);
/xnu-11215/iokit/IOKit/
H A DIOService.h1662 static void setPMRootDomain( class IOPMrootDomain * rootDomain );