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

/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DAppleARMNMI.h60 IOService * rootDomain; member in class:AppleARMNMI
/darwin-on-arm/xnu/iokit/IOKit/platform/
H A DAppleNMI.h62 IOService *rootDomain; member in class:AppleNMI
/darwin-on-arm/xnu/iokit/Drivers/platform/drvAppleNMI/
H A DAppleNMI.cpp91 ((AppleNMI *)us)->rootDomain = yourDevice;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCPU.cpp310 IOPMrootDomain *rootDomain = IOService::getPMRootDomain(); local
318 rootDomain->tracePoint( kIOPMTracePointSleepPlatformActions );
354 rootDomain->tracePoint( kIOPMTracePointSleepCPUs );
375 rootDomain->tracePoint( kIOPMTracePointSleepPlatformDriver );
381 rootDomain->tracePoint( kIOPMTracePointWakePlatformActions );
399 rootDomain->tracePoint( kIOPMTracePointWakeCPUs );
H A DIOServicePM.cpp1064 IOPMrootDomain * rootDomain = getPMRootDomain(); local
1071 if ((this != rootDomain) && child->getProperty("IOPMStrictTreeOrder"))
1077 if (rootDomain)
1078 rootDomain->joinAggressiveness( child );
3194 IOPMrootDomain * rootDomain = getPMRootDomain(); local
3196 if (!rootDomain)
3199 return rootDomain->getAggressiveness( type, currentLevel );
3515 IOPMrootDomain * rootDomain; local
3520 ((rootDomain = getPMRootDomain()) == this))
3522 rootDomain
4489 IOPMrootDomain * rootDomain; local
4549 IOPMrootDomain * rootDomain; local
6449 IOPMrootDomain * rootDomain = IOService::getPMRootDomain(); local
[all...]
H A DIOPMrootDomain.cpp681 IOService * rootDomain = (IOService *) p0; local
683 uint32_t powerState = rootDomain->getPowerState();
701 rootDomain->allowPowerChange(notifyRef);
7927 PMAssertionsTracker *PMAssertionsTracker::pmAssertionsTracker( IOPMrootDomain *rootDomain )
7935 myself->owner = rootDomain;
H A DIOHibernateIO.cpp1980 IOHibernateSystemInit(IOPMrootDomain * rootDomain) argument
1985 rootDomain->setProperty(kIOHibernateStateKey, data);
H A DIOService.cpp967 void IOService::setPMRootDomain( class IOPMrootDomain * rootDomain) argument
969 gIOPMRootDomain = rootDomain;
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOHibernatePrivate.h259 void IOHibernateSystemInit(IOPMrootDomain * rootDomain);
H A DIOService.h1210 static void setPMRootDomain( class IOPMrootDomain * rootDomain );

Completed in 124 milliseconds