Searched refs:IOPMRequestTag (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.61.12/iokit/IOKit/ |
| H A D | IOServicePM.h | 69 typedef uint32_t IOPMRequestTag; typedef
|
| H A D | IOService.h | 2244 IOReturn changePowerStateWithOverrideTo( IOPMPowerStateIndex ordinal, IOPMRequestTag tag ); 2245 IOReturn changePowerStateWithTagToPriv( IOPMPowerStateIndex ordinal, IOPMRequestTag tag ); 2246 IOReturn changePowerStateWithTagTo( IOPMPowerStateIndex ordinal, IOPMRequestTag tag ); 2393 …IOReturn requestPowerState( const OSSymbol * client, IOPMPowerStateIndex state, IOPMRequestTag tag…
|
| /xnu-12377.61.12/iokit/IOKit/pwr_mgt/ |
| H A D | RootDomain.h | 991 IOReturn changePowerStateWithOverrideTo( IOPMPowerStateIndex ordinal, IOPMRequestTag tag ); 992 IOReturn changePowerStateWithTagToPriv( IOPMPowerStateIndex ordinal, IOPMRequestTag tag ); 993 IOReturn changePowerStateWithTagTo( IOPMPowerStateIndex ordinal, IOPMRequestTag tag );
|
| /xnu-12377.61.12/iokit/Kernel/ |
| H A D | IOServicePM.cpp | 2490 IOPMRequestTag tag ) in changePowerStateWithOverrideTo() 2540 IOService::changePowerStateWithTagTo( IOPMPowerStateIndex ordinal, IOPMRequestTag tag ) in changePowerStateWithTagTo() 2551 IOService::changePowerStateWithTagToPriv( unsigned long ordinal, IOPMRequestTag tag ) in changePowerStateWithTagToPriv() 2620 IOPMRequestTag tag ) in requestPowerState()
|
| H A D | IOPMrootDomain.cpp | 4185 nextRequestTag( IOPMRequestTag tag ) in nextRequestTag() 4208 IOPMPowerStateIndex ordinal, IOPMRequestTag reason ) in changePowerStateWithOverrideTo() 4222 IOPMPowerStateIndex ordinal, IOPMRequestTag reason ) in changePowerStateWithTagTo() 4236 IOPMPowerStateIndex ordinal, IOPMRequestTag reason ) in changePowerStateWithTagToPriv() 6366 IOPMRequestTag requestTag = request->getTag(); 6367 IOPMRequestTag sleepReason;
|