|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "../pnppriv.hpp"
Go to the source code of this file.
Functions | |
| VOID | CopyQueryInterfaceToIrpStack (__in PPOWER_THREAD_INTERFACE PowerThreadInterface, __in FxIrp *Irp) |
| _Must_inspect_result_ NTSTATUS | GetStackCapabilities (__in PFX_DRIVER_GLOBALS DriverGlobals, __in MxDeviceObject *DeviceInStack, __in_opt PD3COLD_SUPPORT_INTERFACE D3ColdInterface, __out PSTACK_DEVICE_CAPABILITIES Capabilities) |
| VOID | SetD3ColdSupport (__in PFX_DRIVER_GLOBALS DriverGlobals, __in MxDeviceObject *DeviceInStack, __in PD3COLD_SUPPORT_INTERFACE D3ColdInterface, __in BOOLEAN UseD3Cold) |
| _Must_inspect_result_ NTSTATUS | SendDeviceUsageNotification (__in MxDeviceObject *RelatedDevice, __inout FxIrp *RelatedIrp, __in MxWorkItem *Workitem, __in FxIrp *OriginalIrp, __in BOOLEAN Revert) |
Variables | |
| PVOID | GetIoMgrObjectForWorkItemAllocation (VOID) |
| VOID CopyQueryInterfaceToIrpStack | ( | __in PPOWER_THREAD_INTERFACE | PowerThreadInterface, |
| __in FxIrp * | Irp | ||
| ) |
Definition at line 27 of file supportum.cpp.
| _Must_inspect_result_ NTSTATUS GetStackCapabilities | ( | __in PFX_DRIVER_GLOBALS | DriverGlobals, |
| __in MxDeviceObject * | DeviceInStack, | ||
| __in_opt PD3COLD_SUPPORT_INTERFACE | D3ColdInterface, | ||
| __out PSTACK_DEVICE_CAPABILITIES | Capabilities | ||
| ) |
Definition at line 40 of file supportum.cpp.
| _Must_inspect_result_ NTSTATUS SendDeviceUsageNotification | ( | __in MxDeviceObject * | RelatedDevice, |
| __inout FxIrp * | RelatedIrp, | ||
| __in MxWorkItem * | Workitem, | ||
| __in FxIrp * | OriginalIrp, | ||
| __in BOOLEAN | Revert | ||
| ) |
Definition at line 130 of file supportum.cpp.
| VOID SetD3ColdSupport | ( | __in PFX_DRIVER_GLOBALS | DriverGlobals, |
| __in MxDeviceObject * | DeviceInStack, | ||
| __in PD3COLD_SUPPORT_INTERFACE | D3ColdInterface, | ||
| __in BOOLEAN | UseD3Cold | ||
| ) |
Definition at line 78 of file supportum.cpp.
Definition at line 98 of file supportum.cpp.
Referenced by FxWorkItemEventQueue::Init().