Searched refs:IOPMrootDomain (Results 1 - 14 of 14) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DRootDomainUserClient.h49 friend class IOPMrootDomain;
51 IOPMrootDomain * fOwner;
H A DIOPMrootDomain.cpp67 #define kIOPMrootDomainClass "IOPMrootDomain"
276 static IOPMrootDomain * gRootDomain;
295 // Constants used as arguments to IOPMrootDomain::informCPUStateChange
330 friend class IOPMrootDomain;
335 IOPMrootDomain *parent;
348 IOPMrootDomain *parent_arg,
376 * @discussion Intended for use only as a helper-class to IOPMrootDomain.
384 static IOPMTimeline* timeline(IOPMrootDomain *root_domain);
430 IOPMrootDomain *owner;
441 * IOPMrootDomain an
[all...]
H A DRootDomainUserClient.cpp66 assert(OSDynamicCast(IOPMrootDomain, provider));
69 fOwner = (IOPMrootDomain *)provider;
H A DIOServicePMPrivate.h126 friend class IOPMrootDomain;
H A DIOPlatformExpert.cpp398 root = new IOPMrootDomain;
763 IOPMrootDomain *pmRootDomain;
H A DIOCPU.cpp310 IOPMrootDomain *rootDomain = IOService::getPMRootDomain();
H A DIOServicePM.cpp1064 IOPMrootDomain * rootDomain = getPMRootDomain();
3194 IOPMrootDomain * rootDomain = getPMRootDomain();
3515 IOPMrootDomain * rootDomain;
4489 IOPMrootDomain * rootDomain;
4549 IOPMrootDomain * rootDomain;
5407 &IOPMrootDomain::systemMessageFilter) : 0;
5919 &IOPMrootDomain::systemMessageFilter) : 0;
6449 IOPMrootDomain * rootDomain = IOService::getPMRootDomain();
H A DIOService.cpp89 static class IOPMrootDomain * gIOPMRootDomain;
951 class IOPMrootDomain * IOService::getPMRootDomain( void )
967 void IOService::setPMRootDomain( class IOPMrootDomain * rootDomain)
H A DIOHibernateIO.cpp1980 IOHibernateSystemInit(IOPMrootDomain * rootDomain)
/darwin-on-arm/xnu/iokit/Drivers/platform/drvAppleNMI/
H A DAppleNMI.cpp73 addMatchingNotification( gIOPublishNotification, serviceMatching("IOPMrootDomain"), (IOServiceMatchingNotificationHandler) RootRegistered, this, 0 );
92 ((IOPMrootDomain *)yourDevice)->registerInterestedDriver((IOService *) us);
/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DRootDomain.h56 * to set with <link>IOPMrootDomain::createPMAssertion</link>; or to query which
57 * assertions are set with <link>IOPMrootDomain::releasePMAssertion</link>.
64 * <link>IOPMrootDomain::createPMAssertion</link>, PM returns a handle to
89 *IOPMrootDomain registry property keys
117 * Supported Feature bitfields for IOPMrootDomain::publishFeature()
144 class IOPMrootDomain: public IOService class in inherits:IOService
146 OSDeclareFinalStructors(IOPMrootDomain)
149 static IOPMrootDomain * construct( void );
162 @abstract Other drivers may inform IOPMrootDomain of system PM events
658 // IOPMrootDomain interna
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOPlatformExpert.h93 class IOPMrootDomain;
105 IOPMrootDomain * root;
H A DIOHibernatePrivate.h259 void IOHibernateSystemInit(IOPMrootDomain * rootDomain);
H A DIOService.h963 static class IOPMrootDomain * getPMRootDomain( void );
1210 static void setPMRootDomain( class IOPMrootDomain * rootDomain );

Completed in 141 milliseconds