Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOService.h2239 IOReturn changePowerStateForRootDomain( IOPMPowerStateIndex ordinal );
/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp6580 wrangler->changePowerStateForRootDomain(
8038 wrangler->changePowerStateForRootDomain(kWranglerPowerStateMax);
8054 wrangler->changePowerStateForRootDomain(kWranglerPowerStateMin + 1);
8055 wrangler->changePowerStateForRootDomain(kWranglerPowerStateMin);
H A DIOServicePM.cpp2513 IOService::changePowerStateForRootDomain( IOPMPowerStateIndex ordinal ) in changePowerStateForRootDomain() function in IOService