• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/

Lines Matching refs:us

250     * A change to a lower domain state may not affect us because we are already 
279 These are all power changes initiated by us, not forced upon us by the parent.
551 // Power Managment is informing us that we are the root power domain.
552 // The only difference between us and any other power domain is that
657 // detach us from nub
695 // Power Management is informing us who our children are.
809 // Make us temporary usable before adding the child.
850 // Parent will be waiting for us to complete this stage, safe to
922 // Power Management is informing us who our parent is.
998 // A driver has called us volunteering to control power to our device.
1286 // last of all to insure that this doesn't cause the parent to call us some-
1476 // This may or may not cause us to change power, depending on what
1558 // Parent is expecting an ACK from us. If we did not embark on a state
1595 // This may or may not cause us to change power, depending on what
1645 // Parent is expecting an ACK from us. If we did not embark on a state
1912 // Issue a ping for us to re-evaluate all children desires and
2434 // The parameter is a pointer to us. Use it to call our timeout method.
2473 // The parameter is a pointer to us. Use it to call our timeout method.
3550 // Our parent has informed us via powerStateDidChange that it has
4115 // Here we begin the processing of a power change initiated by us.
4423 theContext->us->messageClient(theContext->msgType, object, &clientID);
4441 theContext.us = this;
4488 theContext.us = this;
4532 IOServicePM * pwrMgt = theContext->us->pwrMgt;
4561 theContext->us->messageClient(theContext->msgType, object, (void *)refcon);
4577 // we won't wait for it to prepare for sleep. If it tells us via a return code
4579 // If it tells us via the return code in the struct that it does need time, we will chill.
4593 IOServicePM * pwrMgt = theContext->us->pwrMgt;
4610 retCode = theContext->us->messageClient(theContext->msgType,object,(void *)&notify);
4679 theContext.us = this;
4704 theContext->us->messageClient(theContext->msgType, object, &notify);