|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| union | FxPowerStateInfo |
| struct | POWER_EVENT_TARGET_STATE |
| struct | POWER_STATE_TABLE |
| union | FxPowerMachineEventQueue |
| union | FxPowerMachineStateHistory |
| struct | FxPowerMachine |
Typedefs | |
| typedef const POWER_EVENT_TARGET_STATE * | CPPPOWER_EVENT_TARGET_STATE |
| typedef WDF_DEVICE_POWER_STATE(* | PFN_POWER_STATE_ENTRY_FUNCTION) (FxPkgPnp *) |
| typedef struct POWER_STATE_TABLE * | PPOWER_STATE_TABLE |
| typedef const POWER_STATE_TABLE * | CPPOWER_STATE_TABLE |
Enumerations | |
| enum | FxPowerEvent { PowerEventInvalid = 0x0000 , PowerD0 = 0x0001 , PowerDx = 0x0002 , PowerWakeArrival = 0x0004 , PowerWakeSucceeded = 0x0008 , PowerWakeFailed = 0x0010 , PowerWakeCanceled = 0x0020 , PowerImplicitD0 = 0x0040 , PowerImplicitD3 = 0x0080 , PowerParentToD0 = 0x0100 , PowerMarkPageable = 0x0200 , PowerMarkNonpageable = 0x0400 , PowerCompleteD0 = 0x0800 , PowerCompleteDx = 0x1000 , PowerWakeInterruptCompleteTransition = 0x2000 , PowerPriorityEventsMask , PowerSingularEventMask = PowerParentToD0 , PowerEventMaximum = 0xFFFF } |
| typedef const POWER_STATE_TABLE* CPPOWER_STATE_TABLE |
Definition at line 135 of file fxpowerstatemachine.hpp.
Definition at line 105 of file fxpowerstatemachine.hpp.
| typedef WDF_DEVICE_POWER_STATE(* PFN_POWER_STATE_ENTRY_FUNCTION) (FxPkgPnp *) |
Definition at line 108 of file fxpowerstatemachine.hpp.
| typedef struct POWER_STATE_TABLE * PPOWER_STATE_TABLE |
Definition at line 13 of file fxpowerstatemachine.hpp.