Searched refs:IOPowerConnection (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPowerConnection.cpp29 #include <IOKit/pwr_mgt/IOPowerConnection.h>
32 OSDefineMetaClassAndStructors(IOPowerConnection,IOService)
40 void IOPowerConnection::setDesiredDomainState (unsigned long stateNumber )
50 unsigned long IOPowerConnection::getDesiredDomainState ( void )
61 void IOPowerConnection::setChildHasRequestedPower ( void )
71 bool IOPowerConnection::childHasRequestedPower ( void )
81 void IOPowerConnection::setPreventIdleSleepFlag ( unsigned long flag )
91 bool IOPowerConnection::getPreventIdleSleepFlag ( void )
101 void IOPowerConnection::setPreventSystemSleepFlag ( unsigned long flag )
111 bool IOPowerConnection
[all...]
H A DIOServicePM.cpp46 #include <IOKit/pwr_mgt/IOPowerConnection.h>
773 IOPowerConnection * connection;
793 if ( (connection = OSDynamicCast(IOPowerConnection, next)) )
818 if ( (connection = OSDynamicCast(IOPowerConnection, next)) )
871 IOPowerConnection * connection = 0;
917 connection = new IOPowerConnection;
1006 IOPowerConnection * connection = (IOPowerConnection *) request->fArg0;
1062 IOPowerConnection * connection = (IOPowerConnection *) reques
[all...]
H A DIOServicePMPrivate.h221 IOPowerConnection * HeadNoteParentConnection;
H A DIOPMrootDomain.cpp44 #include "IOKit/pwr_mgt/IOPowerConnection.h"
1859 IOPowerConnection * connect;
1875 connect = OSDynamicCast(IOPowerConnection, entry);
2406 IOPowerConnection * childConnection,
4325 if (OSDynamicCast(IOPowerConnection, child))
4327 IOPowerConnection * conn = (IOPowerConnection *) child;
H A DIOHibernateIO.cpp151 #include <IOKit/pwr_mgt/IOPowerConnection.h>
/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DIOPowerConnection.h42 class IOPowerConnection : public IOService class in inherits:IOService
44 OSDeclareDefaultStructors(IOPowerConnection)
H A DRootDomain.h318 virtual IOReturn requestPowerDomainState( IOPMPowerFlags, IOPowerConnection *, unsigned long );
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOServicePM.h36 class IOPowerConnection;
H A DIOService.h1415 IOPowerConnection * whichChild,
1526 IOPowerConnection * parent,
1543 virtual IOReturn removePowerChild( IOPowerConnection * theChild );
1754 IOReturn powerDomainWillChangeTo( IOPMPowerFlags, IOPowerConnection * );
1755 IOReturn powerDomainDidChangeTo( IOPMPowerFlags, IOPowerConnection * );
1760 IOReturn startPowerChange( IOPMPowerChangeFlags, IOPMPowerStateIndex, IOPMPowerFlags, IOPowerConnection *, IOPMPowerFlags );
1761 void setParentInfo ( IOPMPowerFlags, IOPowerConnection *, bool );
1763 bool notifyChild ( IOPowerConnection * child );

Completed in 105 milliseconds