Searched refs:IOPMRequestTag (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215.81.4/iokit/IOKit/ |
| H A D | IOServicePM.h | 69 typedef uint32_t IOPMRequestTag; typedef
|
| H A D | IOService.h | 2236 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 D | RootDomain.h | 951 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 D | IOPMrootDomain.cpp | 4051 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 D | IOServicePM.cpp | 2439 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()
|