Home
last modified time | relevance | path

Searched refs:IOPMRequestTag (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.81.4/iokit/IOKit/
H A DIOServicePM.h69 typedef uint32_t IOPMRequestTag; typedef
H A DIOService.h2236 IOReturn changePowerStateWithOverrideTo( IOPMPowerStateIndex ordinal, IOPMRequestTag tag );
2237 IOReturn changePowerStateWithTagToPriv( IOPMPowerStateIndex ordinal, IOPMRequestTag tag );
2238 IOReturn changePowerStateWithTagTo( IOPMPowerStateIndex ordinal, IOPMRequestTag tag );
2383 …IOReturn requestPowerState( const OSSymbol * client, IOPMPowerStateIndex state, IOPMRequestTag tag…
/xnu-11215.81.4/iokit/IOKit/pwr_mgt/
H A DRootDomain.h951 IOReturn changePowerStateWithOverrideTo( IOPMPowerStateIndex ordinal, IOPMRequestTag tag );
952 IOReturn changePowerStateWithTagToPriv( IOPMPowerStateIndex ordinal, IOPMRequestTag tag );
953 IOReturn changePowerStateWithTagTo( IOPMPowerStateIndex ordinal, IOPMRequestTag tag );
/xnu-11215.81.4/iokit/Kernel/
H A DIOPMrootDomain.cpp4051 nextRequestTag( IOPMRequestTag tag ) in nextRequestTag()
4074 IOPMPowerStateIndex ordinal, IOPMRequestTag reason ) in changePowerStateWithOverrideTo()
4088 IOPMPowerStateIndex ordinal, IOPMRequestTag reason ) in changePowerStateWithTagTo()
4102 IOPMPowerStateIndex ordinal, IOPMRequestTag reason ) in changePowerStateWithTagToPriv()
6213 IOPMRequestTag requestTag = request->getTag();
6214 IOPMRequestTag sleepReason;
H A DIOServicePM.cpp2439 IOPMRequestTag tag ) in changePowerStateWithOverrideTo()
2489 IOService::changePowerStateWithTagTo( IOPMPowerStateIndex ordinal, IOPMRequestTag tag ) in changePowerStateWithTagTo()
2500 IOService::changePowerStateWithTagToPriv( unsigned long ordinal, IOPMRequestTag tag ) in changePowerStateWithTagToPriv()
2569 IOPMRequestTag tag ) in requestPowerState()