Home
last modified time | relevance | path

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

/xnu-10063.141.1/iokit/IOKit/pwr_mgt/
H A DIOPowerConnection.h128 bool childHasRequestedPower( void );
/xnu-10063.141.1/iokit/Kernel/
H A DIOPowerConnection.cpp75 IOPowerConnection::childHasRequestedPower( void ) in childHasRequestedPower() function in IOPowerConnection
H A DIOServicePM.cpp2319 if (!childConnection->childHasRequestedPower() || in requestPowerDomainState()
2328 !childConnection->childHasRequestedPower(), in requestPowerDomainState()
2821 if (connection->childHasRequestedPower()) { in computeDesiredState()