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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPlatformExpert.cpp436 root->addPowerChild ( theDevice );
605 theService->addPowerChild (aService);
618 aService->addPowerChild (theService);
H A DIOServicePM.cpp739 // [public] addPowerChild
744 IOReturn IOService::addPowerChild( IOService * child ) function in class:IOService
2178 // We enter the highest state until addPowerChild is called.
H A DIOPMrootDomain.cpp999 patriarch->addPowerChild(this);
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIODisplayWrangler.cpp108 getProvider()->addPowerChild(driver);
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h1428 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.
1611 /*! @function addPowerChild
1616 virtual IOReturn addPowerChild( IOService * theChild );
/macosx-10.10.1/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp180 realDevice->addPowerChild(driver);

Completed in 130 milliseconds