Home
last modified time | relevance | path

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

/xnu-11417.121.6/iokit/IOKit/
H A DIOService.h2239 IOReturn changePowerStateForRootDomain( IOPMPowerStateIndex ordinal );
/xnu-11417.121.6/iokit/Kernel/
H A DIOPMrootDomain.cpp6587 wrangler->changePowerStateForRootDomain(
8048 wrangler->changePowerStateForRootDomain(kWranglerPowerStateMax);
8064 wrangler->changePowerStateForRootDomain(kWranglerPowerStateMin + 1);
8065 wrangler->changePowerStateForRootDomain(kWranglerPowerStateMin);
H A DIOServicePM.cpp2515 IOService::changePowerStateForRootDomain( IOPMPowerStateIndex ordinal ) in changePowerStateForRootDomain() function in IOService