Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/IOKit/
H A DIOService.h2247 IOReturn changePowerStateForRootDomain( IOPMPowerStateIndex ordinal );
/xnu-12377.61.12/iokit/Kernel/
H A DIOPMrootDomain.cpp6766 wrangler->changePowerStateForRootDomain(
8280 wrangler->changePowerStateForRootDomain(kWranglerPowerStateMax);
8296 wrangler->changePowerStateForRootDomain(kWranglerPowerStateMin + 1);
8297 wrangler->changePowerStateForRootDomain(kWranglerPowerStateMin);
H A DIOServicePM.cpp2564 IOService::changePowerStateForRootDomain( IOPMPowerStateIndex ordinal ) in changePowerStateForRootDomain() function in IOService