|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | _ACPI_PACKAGE_FIELD |
Typedefs | |
| typedef struct _ACPI_PACKAGE_FIELD | ACPI_PACKAGE_FIELD |
| typedef struct _ACPI_PACKAGE_FIELD * | PACPI_PACKAGE_FIELD |
| typedef struct _ACPI_PACKAGE_FIELD * PACPI_PACKAGE_FIELD |
|
static |
Definition at line 162 of file cmexec.c.
Referenced by CmBattGetBifData(), CmBattGetBixData(), and CmBattGetBstData().
| NTSTATUS NTAPI CmBattGetBifData | ( | PCMBATT_DEVICE_EXTENSION | DeviceExtension, |
| PACPI_BIF_DATA | BifData | ||
| ) |
Definition at line 411 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 467 of file cmexec.c.
Referenced by CmBattGetBattStaticInfo(), and CmBattIoctl().
| NTSTATUS NTAPI CmBattGetBstData | ( | PCMBATT_DEVICE_EXTENSION | DeviceExtension, |
| PACPI_BST_DATA | BstData | ||
| ) |
Definition at line 513 of file cmexec.c.
Referenced by CmBattGetBatteryStatus(), CmBattIoctl(), and CmBattSetStatusNotify().
Definition at line 242 of file cmexec.c.
Definition at line 287 of file cmexec.c.
Definition at line 333 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 91 of file cmexec.c.
Referenced by CmBattCallAcpiPackage(), CmBattGetPsrData(), CmBattGetStaData(), CmBattGetUniqueId(), and CmBattSetTripPoint().
| NTSTATUS NTAPI CmBattSetTripPoint | ( | IN PCMBATT_DEVICE_EXTENSION | DeviceExtension, |
| IN ULONG | AlarmValue | ||
| ) |
Definition at line 379 of file cmexec.c.
Definition at line 26 of file cmexec.c.
Referenced by CmBattCallAcpiPackage(), CmBattGetPsrData(), CmBattGetStaData(), and CmBattGetUniqueId().
Definition at line 53 of file cmexec.c.
Referenced by CmBattCallAcpiPackage().