Lines Matching refs:gIOPowerPlane

553         if (!gIOPMRootNode && (getParentEntry(gIOPowerPlane) == getRegistryRoot()))
788 iter = getParentIterator(gIOPowerPlane);
795 theParent = (IOService *)connection->copyParentEntry(gIOPowerPlane);
807 detachAbove( gIOPowerPlane );
813 iter = getChildIterator(gIOPowerPlane);
820 theChild = ((IOService *)(connection->copyChildEntry(gIOPowerPlane)));
824 connection->detachFromChild(theChild, gIOPowerPlane);
828 detachFromChild(connection, gIOPowerPlane);
887 iter = child->getParentIterator( gIOPowerPlane );
896 isChild(entry, gIOPowerPlane))
947 attachToChild( connection, gIOPowerPlane );
948 connection->attachToChild( child, gIOPowerPlane );
986 if (fControllingDriver && inPlane(gIOPowerPlane) && fParentsKnowState)
1014 parent = (IOService *) connection->getParentEntry(gIOPowerPlane);
1016 if (!parent || !inPlane(gIOPowerPlane))
1067 child = (IOService *) connection->getChildEntry(gIOPowerPlane);
1069 if (child && inPlane(gIOPowerPlane))
1121 theChild = theNub->copyChildEntry(gIOPowerPlane);
1124 theNub->detachFromChild(theChild, gIOPowerPlane);
1128 detachFromChild(theNub, gIOPowerPlane);
1328 if ( inPlane(gIOPowerPlane) && fParentsKnowState )
1541 if ( !isChild(whichObject, gIOPowerPlane) )
1605 theChild = (IOService *)whichObject->copyChildEntry(gIOPowerPlane);
1671 if (fControllingDriver && fParentsKnowState && inPlane(gIOPowerPlane))
1748 if (fControllingDriver && fParentsKnowState && inPlane(gIOPowerPlane) &&
1804 if (!inPlane(gIOPowerPlane) || !whichParent || !whichParent->getAwaitingAck())
1816 iter = getParentIterator(gIOPowerPlane);
1868 parent = (IOService *) whichParent->copyParentEntry(gIOPowerPlane);
1920 if (!inPlane(gIOPowerPlane) || !whichParent || !whichParent->getAwaitingAck())
1967 parent = (IOService *) whichParent->copyParentEntry(gIOPowerPlane);
2017 iter = getParentIterator(gIOPowerPlane);
2108 if (!isChild(childConnection, gIOPowerPlane))
2114 child = (IOService *) childConnection->getChildEntry(gIOPowerPlane);
2561 iter = getChildIterator(gIOPowerPlane);
2719 iter = IORegistryIterator::iterateOver(service, gIOPowerPlane, options);
2727 child = (IOService *) connection->copyChildEntry(gIOPowerPlane);
2753 iter = IORegistryIterator::iterateOver(service, gIOPowerPlane,
2762 parent = (IOService *) connection->copyParentEntry(gIOPowerPlane);
3230 iter = getChildIterator(gIOPowerPlane);
3244 theChild = (IOService *)connection->copyChildEntry(gIOPowerPlane);
3277 if ( inPlane(gIOPowerPlane) && !IS_PM_ROOT )
3279 theNub = (IOService *)copyParentEntry(gIOPowerPlane);
3282 theParent = (IOService *)theNub->copyParentEntry(gIOPowerPlane);
3533 iter = getChildIterator(gIOPowerPlane);
3916 theChild = (IOService *)(theNub->copyChildEntry(gIOPowerPlane));
4328 parent = (IOService *) connection->copyParentEntry(gIOPowerPlane);
4383 applyToParents(requestDomainPowerApplier, &context, gIOPowerPlane);
4779 parent = (IOService *)nub->copyParentEntry(gIOPowerPlane);