ReactOS 0.4.16-dev-570-g1868985
|
Go to the source code of this file.
Classes | |
struct | ACPI_PACKAGE_FIELD |
Typedefs | |
typedef struct ACPI_PACKAGE_FIELD * | PACPI_PACKAGE_FIELD |
typedef struct ACPI_PACKAGE_FIELD * PACPI_PACKAGE_FIELD |
|
static |
Definition at line 163 of file cmexec.c.
Referenced by CmBattGetBifData(), CmBattGetBixData(), and CmBattGetBstData().
NTSTATUS NTAPI CmBattGetBifData | ( | PCMBATT_DEVICE_EXTENSION | DeviceExtension, |
PACPI_BIF_DATA | BifData | ||
) |
Definition at line 412 of file cmexec.c.
Referenced by CmBattGetBattStaticInfo(), and CmBattIoctl().
NTSTATUS NTAPI CmBattGetBixData | ( | _In_ PCMBATT_DEVICE_EXTENSION | DeviceExtension, |
_Out_ PACPI_BIX_DATA | BixData | ||
) |
Retrieves the eXtended static battery information from the ACPI _BIX method.
[in] | DeviceExtension | A pointer to a Control Method (CM) battery device extension. It is used to send the ACPI method evaluation operation to the ACPI driver of which it is attached to this CM battery. |
[out] | BixData | A pointer to a structure that contains the _BIX data fields, returned to caller. |
Definition at line 468 of file cmexec.c.
Referenced by CmBattGetBattStaticInfo(), and CmBattIoctl().
NTSTATUS NTAPI CmBattGetBstData | ( | PCMBATT_DEVICE_EXTENSION | DeviceExtension, |
PACPI_BST_DATA | BstData | ||
) |
Definition at line 514 of file cmexec.c.
Referenced by CmBattGetBatteryStatus(), CmBattIoctl(), and CmBattSetStatusNotify().
Definition at line 243 of file cmexec.c.
Definition at line 288 of file cmexec.c.
Definition at line 334 of file cmexec.c.
NTSTATUS NTAPI CmBattSendDownStreamIrp | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN ULONG | IoControlCode, | ||
IN PVOID | InputBuffer, | ||
IN ULONG | InputBufferLength, | ||
IN PACPI_EVAL_OUTPUT_BUFFER | OutputBuffer, | ||
IN ULONG | OutputBufferLength | ||
) |
Definition at line 92 of file cmexec.c.
Referenced by CmBattCallAcpiPackage(), CmBattGetPsrData(), CmBattGetStaData(), CmBattGetUniqueId(), and CmBattSetTripPpoint().
NTSTATUS NTAPI CmBattSetTripPpoint | ( | IN PCMBATT_DEVICE_EXTENSION | DeviceExtension, |
IN ULONG | AlarmValue | ||
) |
Definition at line 380 of file cmexec.c.
Definition at line 27 of file cmexec.c.
Referenced by CmBattCallAcpiPackage(), CmBattGetPsrData(), CmBattGetStaData(), and CmBattGetUniqueId().
Definition at line 54 of file cmexec.c.
Referenced by CmBattCallAcpiPackage().