ReactOS 0.4.16-dev-197-g92996da
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
NTSTATUS | Bus_PlugInDevice (struct acpi_device *Device, PFDO_DEVICE_DATA FdoData) |
NTSTATUS NTAPI | Bus_PnP (PDEVICE_OBJECT DeviceObject, PIRP Irp) |
NTSTATUS | Bus_FDO_PnP (PDEVICE_OBJECT DeviceObject, PIRP Irp, PIO_STACK_LOCATION IrpStack, PFDO_DEVICE_DATA DeviceData) |
NTSTATUS | Bus_StartFdo (PFDO_DEVICE_DATA FdoData, PIRP Irp) |
NTSTATUS | Bus_SendIrpSynchronously (PDEVICE_OBJECT DeviceObject, PIRP Irp) |
NTSTATUS NTAPI | Bus_CompletionRoutine (PDEVICE_OBJECT DeviceObject, PIRP Irp, PVOID Context) |
NTSTATUS | Bus_DestroyPdo (PDEVICE_OBJECT Device, PPDO_DEVICE_DATA PdoData) |
VOID | Bus_InitializePdo (PDEVICE_OBJECT Pdo, PFDO_DEVICE_DATA FdoData) |
NTSTATUS NTAPI Bus_CompletionRoutine | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PVOID | Context | ||
) |
Definition at line 369 of file pnp.c.
Referenced by Bus_SendIrpSynchronously().
NTSTATUS Bus_DestroyPdo | ( | PDEVICE_OBJECT | Device, |
PPDO_DEVICE_DATA | PdoData | ||
) |
Definition at line 390 of file pnp.c.
NTSTATUS Bus_FDO_PnP | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PIO_STACK_LOCATION | IrpStack, | ||
PFDO_DEVICE_DATA | DeviceData | ||
) |
Definition at line 72 of file pnp.c.
Referenced by Bus_PnP().
VOID Bus_InitializePdo | ( | PDEVICE_OBJECT | Pdo, |
PFDO_DEVICE_DATA | FdoData | ||
) |
Definition at line 417 of file pnp.c.
Referenced by Bus_PlugInDevice().
NTSTATUS Bus_PlugInDevice | ( | struct acpi_device * | Device, |
PFDO_DEVICE_DATA | FdoData | ||
) |
Definition at line 22 of file acpienum.c.
Referenced by ACPIEnumerateDevices().
NTSTATUS NTAPI Bus_PnP | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp | ||
) |
Definition at line 25 of file pnp.c.
Referenced by DriverEntry().
NTSTATUS Bus_SendIrpSynchronously | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp | ||
) |
Definition at line 322 of file pnp.c.
NTSTATUS Bus_StartFdo | ( | PFDO_DEVICE_DATA | FdoData, |
PIRP | Irp | ||
) |
Definition at line 267 of file pnp.c.
Referenced by Bus_FDO_PnP().