Searched refs:IOPMRequestTag (Results 1 – 5 of 5) sorted by relevance
| /xnu-8792.41.9/iokit/IOKit/ |
| H A D | IOServicePM.h | 69 typedef uint32_t IOPMRequestTag; typedef
|
| H A D | IOService.h | 2139 IOReturn changePowerStateWithOverrideTo( IOPMPowerStateIndex ordinal, IOPMRequestTag tag ); 2140 IOReturn changePowerStateWithTagToPriv( IOPMPowerStateIndex ordinal, IOPMRequestTag tag ); 2141 IOReturn changePowerStateWithTagTo( IOPMPowerStateIndex ordinal, IOPMRequestTag tag ); 2277 …IOReturn requestPowerState( const OSSymbol * client, IOPMPowerStateIndex state, IOPMRequestTag tag…
|
| /xnu-8792.41.9/iokit/IOKit/pwr_mgt/ |
| H A D | RootDomain.h | 939 IOReturn changePowerStateWithOverrideTo( IOPMPowerStateIndex ordinal, IOPMRequestTag tag ); 940 IOReturn changePowerStateWithTagToPriv( IOPMPowerStateIndex ordinal, IOPMRequestTag tag ); 941 IOReturn changePowerStateWithTagTo( IOPMPowerStateIndex ordinal, IOPMRequestTag tag );
|
| /xnu-8792.41.9/iokit/Kernel/ |
| H A D | IOServicePM.cpp | 2428 IOPMRequestTag tag ) in changePowerStateWithOverrideTo() 2478 IOService::changePowerStateWithTagTo( IOPMPowerStateIndex ordinal, IOPMRequestTag tag ) in changePowerStateWithTagTo() 2489 IOService::changePowerStateWithTagToPriv( unsigned long ordinal, IOPMRequestTag tag ) in changePowerStateWithTagToPriv() 2558 IOPMRequestTag tag ) in requestPowerState()
|
| H A D | IOPMrootDomain.cpp | 4024 nextRequestTag( IOPMRequestTag tag ) in nextRequestTag() 4047 IOPMPowerStateIndex ordinal, IOPMRequestTag reason ) in changePowerStateWithOverrideTo() 4061 IOPMPowerStateIndex ordinal, IOPMRequestTag reason ) in changePowerStateWithTagTo() 4075 IOPMPowerStateIndex ordinal, IOPMRequestTag reason ) in changePowerStateWithTagToPriv() 6150 IOPMRequestTag requestTag = request->getTag(); in handleOurPowerChangeStart() 6151 IOPMRequestTag sleepReason; in handleOurPowerChangeStart()
|