Searched refs:rootDomain (Results 1 – 10 of 10) sorted by relevance
484 IOPMrootDomain *rootDomain = IOService::getPMRootDomain(); in IOCPUSleepKernel() local490 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()
265 IOPMrootDomain *rootDomain = IOService::getPMRootDomain(); in IOCPUSleepKernel() local270 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()
1040 if (rootDomain) { in addPowerChild3()1041 rootDomain->joinAggressiveness( child ); in addPowerChild3()3535 if (!rootDomain) { in getAggressiveness()3948 IOPMrootDomain * rootDomain; in notifyChildren() local3954 rootDomain->tracePoint( IS_POWER_DROP ? in notifyChildren()5014 IOPMrootDomain * rootDomain; in OurChangeNotifyInterestedDriversWillChange() local5015 if ((rootDomain = getPMRootDomain()) == this) { in OurChangeNotifyInterestedDriversWillChange()5069 IOPMrootDomain * rootDomain; in OurChangeNotifyInterestedDriversDidChange() local5070 if ((rootDomain = getPMRootDomain()) == this) { in OurChangeNotifyInterestedDriversDidChange()5071 rootDomain->tracePoint( IS_POWER_DROP ? in OurChangeNotifyInterestedDriversDidChange()[all …]
1103 IOPMrootDomain * rootDomain = (IOPMrootDomain *) p0; in updateConsoleUsersCallout() local1104 rootDomain->updateConsoleUsers(); in updateConsoleUsersCallout()1142 IOPMrootDomain * rootDomain = (IOPMrootDomain *) p0; in disk_sync_callout() local1144 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 ) argument11306 me->owner = rootDomain;
1582 IOHibernateSystemInit(IOPMrootDomain * rootDomain) in IOHibernateSystemInit() argument1597 rootDomain->setProperty(kIOHibernateStateKey, data); in IOHibernateSystemInit()
5170 IOPMrootDomain * rootDomain; in _ClaimSystemWakeEvent_Impl() local5173 rootDomain = getPMRootDomain(); in _ClaimSystemWakeEvent_Impl()5174 if (!rootDomain) { in _ClaimSystemWakeEvent_Impl()5180 rootDomain->claimSystemWakeEvent(device, pmFlags, reason, details); in _ClaimSystemWakeEvent_Impl()
1636 IOService::setPMRootDomain( class IOPMrootDomain * rootDomain) in setPMRootDomain() argument1638 gIOPMRootDomain = rootDomain; in setPMRootDomain()
61 IOService *rootDomain;
1001 void IOHibernateSystemInit(IOPMrootDomain * rootDomain);
1662 static void setPMRootDomain( class IOPMrootDomain * rootDomain );