ReactOS
0.4.15-dev-5608-gafb953a
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
NTSTATUS NTAPI | Bus_Power (PDEVICE_OBJECT DeviceObject, PIRP Irp) |
NTSTATUS | Bus_FDO_Power (PFDO_DEVICE_DATA Data, PIRP Irp) |
NTSTATUS | Bus_PDO_Power (PPDO_DEVICE_DATA PdoData, PIRP Irp) |
NTSTATUS Bus_FDO_Power | ( | PFDO_DEVICE_DATA | Data, |
PIRP | Irp | ||
) |
Definition at line 49 of file power.c.
Referenced by Bus_Power().
NTSTATUS Bus_PDO_Power | ( | PPDO_DEVICE_DATA | PdoData, |
PIRP | Irp | ||
) |
Definition at line 116 of file power.c.
Referenced by Bus_Power().
NTSTATUS NTAPI Bus_Power | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp | ||
) |
Definition at line 8 of file power.c.
Referenced by DriverEntry().