Searched refs:IOPowerConnection (Results 1 – 10 of 10) sorted by relevance
| /xnu-10063.141.1/iokit/Kernel/ |
| H A D | IOPowerConnection.cpp | 32 OSDefineMetaClassAndStructors(IOPowerConnection, IOService) in OSDefineMetaClassAndStructors() argument 41 IOPowerConnection::setDesiredDomainState(unsigned long stateNumber ) in OSDefineMetaClassAndStructors() 52 IOPowerConnection::getDesiredDomainState( void ) in getDesiredDomainState() 64 IOPowerConnection::setChildHasRequestedPower( void ) in setChildHasRequestedPower() 75 IOPowerConnection::childHasRequestedPower( void ) in childHasRequestedPower() 86 IOPowerConnection::setPreventIdleSleepFlag( unsigned long flag ) in setPreventIdleSleepFlag() 97 IOPowerConnection::getPreventIdleSleepFlag( void ) in getPreventIdleSleepFlag() 108 IOPowerConnection::setPreventSystemSleepFlag( unsigned long flag ) in setPreventSystemSleepFlag() 119 IOPowerConnection::getPreventSystemSleepFlag( void ) in getPreventSystemSleepFlag() 132 IOPowerConnection::setParentKnowsState(bool flag ) in setParentKnowsState() [all …]
|
| H A D | IOServicePM.cpp | 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() [all …]
|
| H A D | IOServicePMPrivate.h | 228 IOPowerConnection * HeadNoteParentConnection;
|
| H A D | IOPMrootDomain.cpp | 2466 IOPowerConnection *connect; in broadcastAggressives() 2480 connect = OSDynamicCast(IOPowerConnection, entry); in broadcastAggressives() 3204 IOPowerConnection * childConnection, in requestPowerDomainState() 5996 if (OSDynamicCast(IOPowerConnection, child)) { 5997 IOPowerConnection * conn = (IOPowerConnection *) child; 12190 if (OSDynamicCast(IOPowerConnection, node)) {
|
| H A D | IOUserServer.cpp | 4980 IOPowerConnection *conn; in checkPMReady() 4983 if ((conn = OSDynamicCast(IOPowerConnection, parent))) { in checkPMReady()
|
| /xnu-10063.141.1/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-10063.141.1/iokit/IOKit/ |
| H A D | IOService.h | 1914 IOPowerConnection * whichChild, 2025 IOPowerConnection * parent, 2042 virtual IOReturn removePowerChild( IOPowerConnection * theChild ); 2263 IOReturn powerDomainWillChangeTo( IOPMPowerFlags, IOPowerConnection * ); 2264 IOReturn powerDomainDidChangeTo( IOPMPowerFlags, IOPowerConnection * ); 2270 …rChange( IOPMPowerChangeFlags, IOPMPowerStateIndex, IOPMPowerFlags, IOPowerConnection *, IOPMPower… 2271 void setParentInfo( IOPMPowerFlags, IOPowerConnection *, bool ); 2273 bool notifyChild( IOPowerConnection * child );
|
| H A D | IOServicePM.h | 36 class IOPowerConnection; variable
|
| /xnu-10063.141.1/iokit/conf/ |
| H A D | files | 141 iokit/Kernel/IOPowerConnection.cpp optional iokitcpp
|