Searched refs:requestPowerDomainState (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DRootDomain.h318 virtual IOReturn requestPowerDomainState( IOPMPowerFlags, IOPowerConnection *, unsigned long );
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h1409 /*! @function requestPowerDomainState
1413 virtual IOReturn requestPowerDomainState(
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPMrootDomain.cpp628 requestPowerDomainState().
2399 // requestPowerDomainState
2404 IOReturn IOPMrootDomain::requestPowerDomainState ( function in class:IOPMrootDomain
2412 return super::requestPowerDomainState(0, childConnection, specification);
H A DIOServicePM.cpp383 * when a power domain child calls requestPowerDomainState and we decide to
2081 // [public] requestPowerDomainState
2086 IOReturn IOService::requestPowerDomainState( function in class:IOService
2102 PM_LOG("%s::requestPowerDomainState\n", getName());
2193 PM_LOG("requestPowerDomainState[%s]: %s, init %d, %u->%u\n",
4337 parent->requestPowerDomainState(

Completed in 43 milliseconds