ReactOS 0.4.16-dev-746-g329a414
|
#include "wdm.h"
Go to the source code of this file.
Typedefs | |
typedef VOID(EXPORT * | PACPI_OP_REGION_CALLBACK) () |
typedef NTSTATUS(EXPORT * | PACPI_OP_REGION_HANDLER) (ULONG AccessType, PVOID OperationRegionObject, ULONG Address, ULONG Size, PULONG Data, ULONG_PTR Context, PACPI_OP_REGION_CALLBACK CompletionHandler, PVOID CompletionContext) |
Functions | |
NTSTATUS | RegisterOpRegionHandler (IN PDEVICE_OBJECT DeviceObject, IN ULONG AccessType, IN ULONG RegionSpace, IN PACPI_OP_REGION_HANDLER Handler, IN PVOID Context, IN ULONG Flags, IN OUT PVOID *OperationRegionObject) |
NTSTATUS | DeRegisterOpRegionHandler (IN PDEVICE_OBJECT DeviceObject, IN PVOID OperationRegionObject) |
#define ACPI_OPREGION_ACCESS_AS_COOKED 0x2 |
Definition at line 35 of file oprghdlr.h.
#define ACPI_OPREGION_ACCESS_AS_RAW 0x1 |
Definition at line 34 of file oprghdlr.h.
#define ACPI_OPREGION_ACCESS_AT_HIGH_LEVEL 0x1 |
Definition at line 43 of file oprghdlr.h.
#define ACPI_OPREGION_READ 0x0 |
Definition at line 41 of file oprghdlr.h.
#define ACPI_OPREGION_REGION_SPACE_EC 0x3 |
Definition at line 39 of file oprghdlr.h.
#define ACPI_OPREGION_REGION_SPACE_IO 0x1 |
Definition at line 37 of file oprghdlr.h.
#define ACPI_OPREGION_REGION_SPACE_MEMORY 0x0 |
Definition at line 36 of file oprghdlr.h.
#define ACPI_OPREGION_REGION_SPACE_PCI_CONFIG 0x2 |
Definition at line 38 of file oprghdlr.h.
#define ACPI_OPREGION_REGION_SPACE_SMB 0x4 |
Definition at line 40 of file oprghdlr.h.
#define ACPI_OPREGION_WRITE 0x1 |
Definition at line 42 of file oprghdlr.h.
Definition at line 6 of file oprghdlr.h.
Definition at line 9 of file oprghdlr.h.
typedef NTSTATUS(EXPORT * PACPI_OP_REGION_HANDLER) (ULONG AccessType, PVOID OperationRegionObject, ULONG Address, ULONG Size, PULONG Data, ULONG_PTR Context, PACPI_OP_REGION_CALLBACK CompletionHandler, PVOID CompletionContext) |
Definition at line 12 of file oprghdlr.h.
NTSTATUS DeRegisterOpRegionHandler | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PVOID | OperationRegionObject | ||
) |