Home
last modified time | relevance | path

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

/xnu-8796.121.2/iokit/IOKit/
H A DIOService.h2147 IOReturn changePowerStateForRootDomain( IOPMPowerStateIndex ordinal );
/xnu-8796.121.2/iokit/Kernel/
H A DIOPMrootDomain.cpp6494 wrangler->changePowerStateForRootDomain( in handleOurPowerChangeDone()
7875 wrangler->changePowerStateForRootDomain(kWranglerPowerStateMax); in handleSetDisplayPowerOn()
7891 wrangler->changePowerStateForRootDomain(kWranglerPowerStateMin + 1); in handleSetDisplayPowerOn()
7892 wrangler->changePowerStateForRootDomain(kWranglerPowerStateMin); in handleSetDisplayPowerOn()
H A DIOServicePM.cpp2515 IOService::changePowerStateForRootDomain( IOPMPowerStateIndex ordinal ) in changePowerStateForRootDomain() function in IOService