Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/IOKit/
H A DIOService.h2124 IOReturn changePowerStateForRootDomain( IOPMPowerStateIndex ordinal );
/xnu-8019.80.24/iokit/Kernel/
H A DIOPMrootDomain.cpp6438 wrangler->changePowerStateForRootDomain( in handleOurPowerChangeDone()
7805 wrangler->changePowerStateForRootDomain(kWranglerPowerStateMax); in handleSetDisplayPowerOn()
7821 wrangler->changePowerStateForRootDomain(kWranglerPowerStateMin + 1); in handleSetDisplayPowerOn()
7822 wrangler->changePowerStateForRootDomain(kWranglerPowerStateMin); in handleSetDisplayPowerOn()
H A DIOServicePM.cpp2480 IOService::changePowerStateForRootDomain( IOPMPowerStateIndex ordinal ) in changePowerStateForRootDomain() function in IOService