Searched refs:getDesiredDomainState (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DIOPowerConnection.h107 /*! @function getDesiredDomainState
110 unsigned long getDesiredDomainState ( void );
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPowerConnection.cpp47 // getDesiredDomainState
50 unsigned long IOPowerConnection::getDesiredDomainState ( void ) function in class:IOPowerConnection
H A DIOServicePM.cpp2187 (ps != childConnection->getDesiredDomainState()))
2196 (uint32_t) childConnection->getDesiredDomainState(),
2576 if (connection->getDesiredDomainState() > desiredState)
2577 desiredState = connection->getDesiredDomainState();

Completed in 25 milliseconds