Lines Matching refs:IOPowerConnection
738 IOPowerConnection * connection; in handlePMstop()
756 if ((connection = OSDynamicCast(IOPowerConnection, next))) { in handlePMstop()
777 if ((connection = OSDynamicCast(IOPowerConnection, next))) { in handlePMstop()
830 IOPowerConnection * connection = NULL; in addPowerChild()
874 connection = new IOPowerConnection; in addPowerChild()
973 IOPowerConnection * connection = (IOPowerConnection *) request->fArg0; in addPowerChild2()
1027 IOPowerConnection * connection = (IOPowerConnection *) request->fArg0; in addPowerChild3()
1062 IOPowerConnection * theParent, bool stateKnown, IOPMPowerFlags powerFlags ) in setPowerParent()
1075 IOService::removePowerChild( IOPowerConnection * theNub ) in removePowerChild()
1617 if (((IOPowerConnection *)whichObject)->getAwaitingAck()) { in handleAcknowledgePowerChange()
1620 ((IOPowerConnection *)whichObject)->setAwaitingAck(false); in handleAcknowledgePowerChange()
1869 IOPowerConnection * whichParent ) in powerDomainWillChangeTo()
1884 IOPowerConnection * whichParent = (IOPowerConnection *) request->fArg1; in handlePowerDomainWillChangeTo()
1889 IOPowerConnection * connection; in handlePowerDomainWillChangeTo()
1909 if ((connection = OSDynamicCast(IOPowerConnection, next))) { in handlePowerDomainWillChangeTo()
1992 IOPowerConnection * whichParent ) in powerDomainDidChangeTo()
2007 IOPowerConnection * whichParent = (IOPowerConnection *) request->fArg1; in handlePowerDomainDidChangeTo()
2139 IOPowerConnection * whichParent, in setParentInfo()
2144 IOPowerConnection * conn; in setParentInfo()
2159 if ((conn = OSDynamicCast(IOPowerConnection, next))) { in setParentInfo()
2223 IOPowerConnection * childConnection, in requestPowerDomainState()
2798 IOPowerConnection * connection; in computeDesiredState()
2815 if ((connection = OSDynamicCast(IOPowerConnection, next))) { in computeDesiredState()
2970 IOPowerConnection * connection; in applyToPowerChildren()
2977 if ((connection = OSDynamicCast(IOPowerConnection, entry))) { in applyToPowerChildren()
3000 IOPowerConnection * connection; in applyToPowerParent()
3008 if ((connection = OSDynamicCast(IOPowerConnection, entry))) { in applyToPowerParent()
3575 IOPowerConnection * connection; in systemWake()
3581 if ((connection = OSDynamicCast(IOPowerConnection, next))) { in systemWake()
3648 IOPowerConnection * parentConnection, in startPowerChange()
3946 IOPowerConnection * connection; in notifyChildren()
3969 if ((connection = OSDynamicCast(IOPowerConnection, next))) { in notifyChildren()
4056 IOPowerConnection * connection; in notifyChildrenOrdered()
4057 connection = (IOPowerConnection *) fNotifyChildArray->getObject(0); in notifyChildrenOrdered()
4075 IOPowerConnection * connection; in notifyChildrenDelayed()
4087 connection = (IOPowerConnection *) fNotifyChildArray->getObject(i); in notifyChildrenDelayed()
4401 IOService::notifyChild( IOPowerConnection * theNub ) in notifyChild()
4818 IOPowerConnection * connection; in requestDomainPowerApplier()
4822 if ((connection = OSDynamicCast(IOPowerConnection, entry)) == NULL) { in requestDomainPowerApplier()