Searched refs:IOPowerConnection (Results 1 – 10 of 10) sorted by relevance
| /xnu-11215/iokit/Kernel/ |
| H A D | IOPowerConnection.cpp | 52 IOPowerConnection::getDesiredDomainState( void ) in getDesiredDomainState() 64 IOPowerConnection::setChildHasRequestedPower( void ) in setChildHasRequestedPower() 75 IOPowerConnection::childHasRequestedPower( void ) in childHasRequestedPower() 97 IOPowerConnection::getPreventIdleSleepFlag( void ) in getPreventIdleSleepFlag() 132 IOPowerConnection::setParentKnowsState(bool flag ) in setParentKnowsState() 156 IOPowerConnection::parentKnowsState(void ) in parentKnowsState() 167 IOPowerConnection::parentCurrentPowerFlags(void ) in parentCurrentPowerFlags() 178 IOPowerConnection::setAwaitingAck( bool value ) in setAwaitingAck() 189 IOPowerConnection::getAwaitingAck( void ) in getAwaitingAck() 200 IOPowerConnection::setReadyFlag( bool flag ) in setReadyFlag() [all …]
|
| H A D | IOServicePM.cpp | 738 IOPowerConnection * connection; in handlePMstop() 973 IOPowerConnection * connection = (IOPowerConnection *) request->fArg0; in addPowerChild2() 1027 IOPowerConnection * connection = (IOPowerConnection *) request->fArg0; in addPowerChild3() 1884 IOPowerConnection * whichParent = (IOPowerConnection *) request->fArg1; in handlePowerDomainWillChangeTo() 1889 IOPowerConnection * connection; in handlePowerDomainWillChangeTo() 2007 IOPowerConnection * whichParent = (IOPowerConnection *) request->fArg1; in handlePowerDomainDidChangeTo() 2144 IOPowerConnection * conn; in setParentInfo() 2793 IOPowerConnection * connection; in computeDesiredState() 3570 IOPowerConnection * connection; in systemWake() 3946 IOPowerConnection * connection; in notifyChildren() [all …]
|
| H A D | IOServicePMPrivate.h | 230 IOPowerConnection * HeadNoteParentConnection;
|
| H A D | IOPMrootDomain.cpp | 2467 IOPowerConnection *connect; in broadcastAggressives() 2481 connect = OSDynamicCast(IOPowerConnection, entry); in broadcastAggressives() 3206 IOPowerConnection * childConnection, in requestPowerDomainState() 6015 if (OSDynamicCast(IOPowerConnection, child)) { 6016 IOPowerConnection * conn = (IOPowerConnection *) child; 12288 if (OSDynamicCast(IOPowerConnection, node)) {
|
| H A D | IOUserServer.cpp | 5075 IOPowerConnection *conn; in checkPMReady() 5078 if ((conn = OSDynamicCast(IOPowerConnection, parent))) { in checkPMReady()
|
| /xnu-11215/iokit/IOKit/pwr_mgt/ |
| H A D | IOPowerConnection.h | 49 class IOPowerConnection : public IOService 51 OSDeclareDefaultStructors(IOPowerConnection);
|
| H A D | RootDomain.h | 423 …virtual IOReturn requestPowerDomainState( IOPMPowerFlags, IOPowerConnection *, unsigned long ) …
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOService.h | 1917 IOPowerConnection * whichChild, 2028 IOPowerConnection * parent, 2045 virtual IOReturn removePowerChild( IOPowerConnection * theChild ); 2268 IOReturn powerDomainWillChangeTo( IOPMPowerFlags, IOPowerConnection * ); 2269 IOReturn powerDomainDidChangeTo( IOPMPowerFlags, IOPowerConnection * ); 2275 …rChange( IOPMPowerChangeFlags, IOPMPowerStateIndex, IOPMPowerFlags, IOPowerConnection *, IOPMPower… 2276 void setParentInfo( IOPMPowerFlags, IOPowerConnection *, bool ); 2278 bool notifyChild( IOPowerConnection * child );
|
| H A D | IOServicePM.h | 36 class IOPowerConnection; variable
|
| /xnu-11215/iokit/conf/ |
| H A D | files | 141 iokit/Kernel/IOPowerConnection.cpp optional iokitcpp
|