ReactOS 0.4.16-dev-125-g798ea90
|
#include "cmbatt.h"
Go to the source code of this file.
NTSTATUS NTAPI CmBattAddAcAdapter | ( | IN PDRIVER_OBJECT | DriverObject, |
IN PDEVICE_OBJECT | PdoDeviceObject | ||
) |
Definition at line 738 of file cmbpnp.c.
Referenced by CmBattAddDevice().
NTSTATUS NTAPI CmBattAddBattery | ( | IN PDRIVER_OBJECT | DriverObject, |
IN PDEVICE_OBJECT | DeviceObject | ||
) |
Definition at line 649 of file cmbpnp.c.
Referenced by CmBattAddDevice().
NTSTATUS NTAPI CmBattAddDevice | ( | IN PDRIVER_OBJECT | DriverObject, |
IN PDEVICE_OBJECT | PdoDeviceObject | ||
) |
Definition at line 799 of file cmbpnp.c.
NTSTATUS NTAPI CmBattCreateFdo | ( | IN PDRIVER_OBJECT | DriverObject, |
IN PDEVICE_OBJECT | DeviceObject, | ||
IN ULONG | DeviceExtensionSize, | ||
IN PDEVICE_OBJECT * | NewDeviceObject | ||
) |
Definition at line 526 of file cmbpnp.c.
Referenced by CmBattAddAcAdapter(), and CmBattAddBattery().
VOID NTAPI CmBattDestroyFdo | ( | IN PDEVICE_OBJECT | DeviceObject | ) |
Definition at line 137 of file cmbpnp.c.
Referenced by CmBattAddBattery(), and CmBattCreateFdo().
NTSTATUS NTAPI CmBattGetAcpiInterfaces | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN OUT PACPI_INTERFACE_STANDARD | AcpiInterface | ||
) |
Definition at line 67 of file cmbpnp.c.
Referenced by CmBattCreateFdo().
Definition at line 54 of file cmbpnp.c.
Referenced by CmBattGetAcpiInterfaces(), and CmBattPnpDispatch().
Definition at line 262 of file cmbpnp.c.
Definition at line 199 of file cmbpnp.c.
Definition at line 149 of file cmbpnp.c.
Referenced by CmBattPnpDispatch().
VOID NTAPI CmBattWaitWakeLoop | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN UCHAR | MinorFunction, | ||
IN POWER_STATE | PowerState, | ||
IN PVOID | Context, | ||
IN PIO_STATUS_BLOCK | IoStatusBlock | ||
) |
Definition at line 17 of file cmbpnp.c.
Referenced by CmBattPnpDispatch(), and CmBattWaitWakeLoop().