Home
last modified time | relevance | path

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

/xnu-8020.121.3/iokit/IOKit/
H A DIOService.h2124 IOReturn changePowerStateForRootDomain( IOPMPowerStateIndex ordinal );
/xnu-8020.121.3/iokit/Kernel/
H A DIOPMrootDomain.cpp6450 wrangler->changePowerStateForRootDomain( in handleOurPowerChangeDone()
7817 wrangler->changePowerStateForRootDomain(kWranglerPowerStateMax); in handleSetDisplayPowerOn()
7833 wrangler->changePowerStateForRootDomain(kWranglerPowerStateMin + 1); in handleSetDisplayPowerOn()
7834 wrangler->changePowerStateForRootDomain(kWranglerPowerStateMin); in handleSetDisplayPowerOn()
H A DIOServicePM.cpp2480 IOService::changePowerStateForRootDomain( IOPMPowerStateIndex ordinal ) in changePowerStateForRootDomain() function in IOService