Searched refs:addPowerChild (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPlatformExpert.cpp414 root->addPowerChild ( theDevice );
583 theService->addPowerChild (aService);
596 aService->addPowerChild (theService);
H A DIOPMrootDomain.cpp974 patriarch->addPowerChild(this);
H A DIOServicePM.cpp864 // [public] addPowerChild
869 IOReturn IOService::addPowerChild ( IOService * child ) function in class:IOService
2230 // We enter the highest state until addPowerChild is called.
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h1349 Before this call returns, the caller will probably be called at @link setPowerParent setPowerParent@/link and @link setAggressiveness setAggressiveness@/link and possibly at @link addPowerChild addPowerChild@/link as it is added to the hierarchy. This method may be overridden by a nub subclass.
1532 /*! @function addPowerChild
1537 virtual IOReturn addPowerChild( IOService * theChild );

Completed in 105 milliseconds