Home
last modified time | relevance | path

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

/xnu-10063.141.1/iokit/IOKit/pwr_mgt/
H A DIOPowerConnection.h117 unsigned long getDesiredDomainState( void );
/xnu-10063.141.1/iokit/Kernel/
H A DIOPowerConnection.cpp52 IOPowerConnection::getDesiredDomainState( void ) in getDesiredDomainState() function in IOPowerConnection
H A DIOServicePM.cpp2320 (powerState != childConnection->getDesiredDomainState())) { in requestPowerDomainState()
2329 (uint32_t) childConnection->getDesiredDomainState(), in requestPowerDomainState()
2824 desiredState = StateMax(connection->getDesiredDomainState(), desiredState); in computeDesiredState()