ReactOS 0.4.16-dev-38-g96c65e9
|
#include <fxusbidleinfo.hpp>
Public Member Functions | |
FxUsbIdleInfo (__in FxPkgPnp *PkgPnp) | |
_Must_inspect_result_ NTSTATUS | Initialize (VOID) |
Public Member Functions inherited from FxStump | |
PVOID | operator new (__in size_t Size, __in PFX_DRIVER_GLOBALS FxDriverGlobals) |
PVOID | operator new (__in size_t Size, __in PFX_DRIVER_GLOBALS FxDriverGlobals, __in POOL_TYPE PoolType) |
VOID | operator delete (__in PVOID pointer) |
PVOID | operator new[] (__in size_t Size, __in PFX_DRIVER_GLOBALS FxDriverGlobals) |
VOID | operator delete[] (__in PVOID pointer) |
Public Attributes | |
FxCREvent * | m_IdleCallbackEvent |
FxAutoIrp | m_IdleIrp |
USB_IDLE_CALLBACK_INFO | m_CallbackInfo |
BOOLEAN | m_EventDropped |
Private Member Functions | |
__drv_maxIRQL (PASSIVE_LEVEL) static VOID STDCALL _UsbIdleCallback(__in PVOID Context) | |
Additional Inherited Members | |
Protected Member Functions inherited from FxStump | |
FxStump (VOID) | |
Definition at line 7 of file fxusbidleinfo.hpp.
Definition at line 9 of file fxusbidleinfo.hpp.
|
private |
_Must_inspect_result_ NTSTATUS FxUsbIdleInfo::Initialize | ( | VOID | ) |
Definition at line 141 of file powerpolicystatemachinekm.cpp.
Referenced by FxPowerPolicyMachine::InitUsbSS().
USB_IDLE_CALLBACK_INFO FxUsbIdleInfo::m_CallbackInfo |
Definition at line 28 of file fxusbidleinfo.hpp.
Referenced by FxUsbIdleInfo(), and Initialize().
BOOLEAN FxUsbIdleInfo::m_EventDropped |
Definition at line 33 of file fxusbidleinfo.hpp.
Referenced by FxUsbIdleInfo(), FxPkgPnp::PowerPolicyCancelUsbSSIfCapable(), and FxPkgPnp::PowerPolicyProcessEventInner().
FxCREvent* FxUsbIdleInfo::m_IdleCallbackEvent |
Definition at line 24 of file fxusbidleinfo.hpp.
Referenced by __drv_maxIRQL(), and FxPowerPolicyMachine::UsbSSCallbackProcessingComplete().
FxAutoIrp FxUsbIdleInfo::m_IdleIrp |
Definition at line 26 of file fxusbidleinfo.hpp.
Referenced by Initialize(), and FxPkgPnp::PowerPolicyCancelUsbSS().