Home
last modified time | relevance | path

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

/xnu-10002.41.9/iokit/IOKit/
H A DIOService.h2212 IOReturn changePowerStateForRootDomain( IOPMPowerStateIndex ordinal );
/xnu-10002.41.9/iokit/Kernel/
H A DIOPMrootDomain.cpp6539 wrangler->changePowerStateForRootDomain( in handleOurPowerChangeDone()
7938 wrangler->changePowerStateForRootDomain(kWranglerPowerStateMax); in handleSetDisplayPowerOn()
7954 wrangler->changePowerStateForRootDomain(kWranglerPowerStateMin + 1); in handleSetDisplayPowerOn()
7955 wrangler->changePowerStateForRootDomain(kWranglerPowerStateMin); in handleSetDisplayPowerOn()
H A DIOServicePM.cpp2518 IOService::changePowerStateForRootDomain( IOPMPowerStateIndex ordinal ) in changePowerStateForRootDomain() function in IOService