Home
last modified time | relevance | path

Searched refs:requestPowerState (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp2362 return requestPowerState( gIOPMPowerClientChildProxy, kIOPMPowerStateMax ); in temporaryPowerClampOn()
2381 return requestPowerState( gIOPMPowerClientDevice, kIOPMPowerStateMax ); in makeUsable()
2410 return requestPowerState( gIOPMPowerClientDriver, ordinal ); in changePowerStateTo()
2425 return requestPowerState( gIOPMPowerClientDevice, ordinal ); in changePowerStateToPriv()
2492 return requestPowerState(gIOPMPowerClientDriver, ordinal, tag); in changePowerStateWithTagTo()
2503 return requestPowerState(gIOPMPowerClientDevice, ordinal, tag); in changePowerStateWithTagToPriv()
2516 return requestPowerState( gIOPMPowerClientRootDomain, ordinal ); in changePowerStateForRootDomain()
2566 IOService::requestPowerState( in requestPowerState() function in IOService
/xnu-11215/iokit/IOKit/
H A DIOService.h2383 …IOReturn requestPowerState( const OSSymbol * client, IOPMPowerStateIndex state, IOPMRequestTag tag…