Home
last modified time | relevance | path

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

/xnu-10063.101.15/iokit/IOKit/
H A DIOService.h2236 IOReturn changePowerStateForRootDomain( IOPMPowerStateIndex ordinal );
/xnu-10063.101.15/iokit/Kernel/
H A DIOPMrootDomain.cpp6550 wrangler->changePowerStateForRootDomain(
7965 wrangler->changePowerStateForRootDomain(kWranglerPowerStateMax);
7981 wrangler->changePowerStateForRootDomain(kWranglerPowerStateMin + 1);
7982 wrangler->changePowerStateForRootDomain(kWranglerPowerStateMin);
H A DIOServicePM.cpp2518 IOService::changePowerStateForRootDomain( IOPMPowerStateIndex ordinal ) in changePowerStateForRootDomain() function in IOService