ReactOS 0.4.16-dev-550-g2186ce3
|
Go to the source code of this file.
NTSTATUS NTAPI CompBattAddDevice | ( | _In_ PDRIVER_OBJECT | DriverObject, |
_In_ PDEVICE_OBJECT | PdoDeviceObject | ||
) |
Definition at line 328 of file comppnp.c.
Referenced by DriverEntry().
NTSTATUS NTAPI CompBattAddNewBattery | ( | _In_ PUNICODE_STRING | BatteryName, |
_In_ PCOMPBATT_DEVICE_EXTENSION | DeviceExtension | ||
) |
Definition at line 115 of file comppnp.c.
Referenced by CompBattGetBatteries(), and CompBattPnpEventHandler().
NTSTATUS NTAPI CompBattGetBatteries | ( | _In_ PCOMPBATT_DEVICE_EXTENSION | DeviceExtension | ) |
Definition at line 252 of file comppnp.c.
Referenced by CompBattPnpDispatch().
Definition at line 412 of file comppnp.c.
Referenced by DriverEntry().
NTSTATUS NTAPI CompBattPnpEventHandler | ( | _In_ PDEVICE_INTERFACE_CHANGE_NOTIFICATION | Notification, |
_In_ PCOMPBATT_DEVICE_EXTENSION | DeviceExtension | ||
) |
Definition at line 294 of file comppnp.c.
Referenced by CompBattPnpDispatch().
Definition at line 18 of file comppnp.c.
Referenced by DriverEntry().
NTSTATUS NTAPI CompBattRemoveBattery | ( | _In_ PUNICODE_STRING | BatteryName, |
_In_ PCOMPBATT_DEVICE_EXTENSION | DeviceExtension | ||
) |
Definition at line 226 of file comppnp.c.
Referenced by CompBattMonitorIrpCompleteWorker().
BOOLEAN NTAPI IsBatteryAlreadyOnList | ( | _In_ PCUNICODE_STRING | BatteryName, |
_In_ PCOMPBATT_DEVICE_EXTENSION | DeviceExtension | ||
) |
Definition at line 78 of file comppnp.c.
Referenced by CompBattAddNewBattery().
PCOMPBATT_BATTERY_DATA NTAPI RemoveBatteryFromList | ( | _In_ PCUNICODE_STRING | BatteryName, |
_In_ PCOMPBATT_DEVICE_EXTENSION | DeviceExtension | ||
) |
Definition at line 35 of file comppnp.c.
Referenced by CompBattRemoveBattery().