ReactOS 0.4.16-dev-106-g10b08aa
|
#include <fxwatchdog.hpp>
Public Member Functions | |
FxWatchdog (__in FxPkgPnp *PkgPnp) | |
VOID | StartTimer (__in ULONG State) |
VOID | CancelTimer (__in ULONG State) |
Public Attributes | |
MxTimer | m_Timer |
FxPkgPnp * | m_PkgPnp |
MxThread | m_CallingThread |
Static Public Attributes | |
static MdDeferredRoutineType | _WatchdogDpc |
Definition at line 29 of file fxwatchdog.hpp.
Definition at line 30 of file fxwatchdog.hpp.
Definition at line 91 of file fxwatchdog.hpp.
Referenced by FxPkgPnp::PowerEnterNewState(), and FxPkgPnp::PowerPolicyEnterNewState().
Definition at line 38 of file fxwatchdog.hpp.
Referenced by FxPkgPnp::PowerEnterNewState(), and FxPkgPnp::PowerPolicyEnterNewState().
|
static |
Definition at line 106 of file fxwatchdog.hpp.
Referenced by StartTimer().
MxThread FxWatchdog::m_CallingThread |
Definition at line 112 of file fxwatchdog.hpp.
Referenced by __drv_maxIRQL(), and StartTimer().
FxPkgPnp* FxWatchdog::m_PkgPnp |
Definition at line 110 of file fxwatchdog.hpp.
Referenced by __drv_maxIRQL(), FxWatchdog(), and StartTimer().
MxTimer FxWatchdog::m_Timer |
Definition at line 108 of file fxwatchdog.hpp.
Referenced by CancelTimer(), and StartTimer().