ReactOS 0.4.16-dev-61-ge128cbc
|
#include <fxpowerpolicystatemachine.hpp>
Public Member Functions | |
IdlePolicySettings (VOID) | |
Public Member Functions inherited from PolicySettings | |
PolicySettings () | |
~PolicySettings () | |
Public Attributes | |
BOOLEAN | WakeFromS0Capable |
BOOLEAN | UsbSSCapable |
BOOLEAN | UsbSSCapabilityKnown |
BOOLEAN | PowerUpIdleDeviceOnSystemWake |
IdleTimeoutManagement | m_TimeoutMgmt |
Public Attributes inherited from PolicySettings | |
DEVICE_POWER_STATE | DxState |
FxWmiInstanceInternal * | WmiInstance |
BOOLEAN | Enabled |
BOOLEAN | Overridable |
BOOLEAN | Set |
BOOLEAN | Dirty |
Definition at line 480 of file fxpowerpolicystatemachine.hpp.
|
inline |
Definition at line 481 of file fxpowerpolicystatemachine.hpp.
IdleTimeoutManagement IdlePolicySettings::m_TimeoutMgmt |
Definition at line 526 of file fxpowerpolicystatemachine.hpp.
Referenced by FxPkgPnp::IsS0IdleSystemManaged(), and FxPkgPnp::PowerPolicySetS0IdleSettings().
BOOLEAN IdlePolicySettings::PowerUpIdleDeviceOnSystemWake |
Definition at line 520 of file fxpowerpolicystatemachine.hpp.
Referenced by IdlePolicySettings(), and FxPkgPnp::PowerPolicySetS0IdleSettings().
BOOLEAN IdlePolicySettings::UsbSSCapabilityKnown |
Definition at line 514 of file fxpowerpolicystatemachine.hpp.
Referenced by IdlePolicySettings(), and FxPkgPnp::PowerPolicySetS0IdleSettings().
BOOLEAN IdlePolicySettings::UsbSSCapable |
Definition at line 504 of file fxpowerpolicystatemachine.hpp.
Referenced by IdlePolicySettings(), FxPkgPnp::IsS0IdleUsbSSEnabled(), and FxPkgPnp::PowerPolicySetS0IdleSettings().
BOOLEAN IdlePolicySettings::WakeFromS0Capable |
Definition at line 494 of file fxpowerpolicystatemachine.hpp.
Referenced by IdlePolicySettings(), FxPkgPnp::IsS0IdleUsbSSEnabled(), FxPkgPnp::IsS0IdleWakeFromS0Enabled(), and FxPkgPnp::PowerPolicySetS0IdleSettings().