Home
last modified time | relevance | path

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

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