ReactOS
0.4.15-dev-4853-g3a72a52
|
Go to the source code of this file.
VOID STDCALL _DeviceUsageNotificationWorkItem | ( | __in MdDeviceObject | DeviceObject, |
__in PVOID | Context | ||
) |
Definition at line 299 of file supportkm.cpp.
Referenced by SendDeviceUsageNotification().
VOID CopyQueryInterfaceToIrpStack | ( | __in PPOWER_THREAD_INTERFACE | PowerThreadInterface, |
__in FxIrp * | Irp | ||
) |
Definition at line 32 of file supportkm.cpp.
Referenced by FxPkgPnp::HandleQueryInterfaceForPowerThread().
_Must_inspect_result_ PVOID GetIoMgrObjectForWorkItemAllocation | ( | VOID | ) |
Definition at line 189 of file supportkm.cpp.
Referenced by FxWorkItemEventQueue::Init().
_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 48 of file supportkm.cpp.
Referenced by FxPkgPdo::_QueryCapsWorkItem(), FxPkgPdo::PnpQueryCapabilities(), and FxPkgPnp::QueryForCapabilities().
_Must_inspect_result_ NTSTATUS SendDeviceUsageNotification | ( | __in MxDeviceObject * | RelatedDevice, |
__inout FxIrp * | RelatedIrp, | ||
__in MxWorkItem * | Workitem, | ||
__in FxIrp * | OriginalIrp, | ||
__in BOOLEAN | Revert | ||
) |
Definition at line 220 of file supportkm.cpp.
Referenced by FxPkgPnp::PnpDeviceUsageNotification().
NTSTATUS SendDeviceUsageNotificationWorker | ( | __in MxDeviceObject * | RelatedDevice, |
__inout FxIrp * | RelatedIrp, | ||
__in FxIrp * | OriginalIrp, | ||
__in BOOLEAN | Revert | ||
) |
Definition at line 264 of file supportkm.cpp.
Referenced by _DeviceUsageNotificationWorkItem(), and SendDeviceUsageNotification().
VOID SetD3ColdSupport | ( | __in PFX_DRIVER_GLOBALS | DriverGlobals, |
__in MxDeviceObject * | DeviceInStack, | ||
__in PD3COLD_SUPPORT_INTERFACE | D3ColdInterface, | ||
__in BOOLEAN | UseD3Cold | ||
) |
Definition at line 172 of file supportkm.cpp.
Referenced by FxPkgPnp::PowerPolicySetS0IdleSettings().