ReactOS 0.4.16-dev-340-g0540c21
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
NTSTATUS NTAPI PciAddDevice | ( | IN PDRIVER_OBJECT | DriverObject, |
IN PDEVICE_OBJECT | PhysicalDeviceObject | ||
) |
Definition at line 458 of file fdo.c.
NTSTATUS NTAPI PciFdoIrpCancelRemoveDevice | ( | IN PIRP | Irp, |
IN PIO_STACK_LOCATION | IoStackLocation, | ||
IN PPCI_FDO_EXTENSION | DeviceExtension | ||
) |
Definition at line 152 of file fdo.c.
NTSTATUS NTAPI PciFdoIrpCancelStopDevice | ( | IN PIRP | Irp, |
IN PIO_STACK_LOCATION | IoStackLocation, | ||
IN PPCI_FDO_EXTENSION | DeviceExtension | ||
) |
Definition at line 194 of file fdo.c.
NTSTATUS NTAPI PciFdoIrpDeviceUsageNotification | ( | IN PIRP | Irp, |
IN PIO_STACK_LOCATION | IoStackLocation, | ||
IN PPCI_FDO_EXTENSION | DeviceExtension | ||
) |
Definition at line 337 of file fdo.c.
NTSTATUS NTAPI PciFdoIrpQueryCapabilities | ( | IN PIRP | Irp, |
IN PIO_STACK_LOCATION | IoStackLocation, | ||
IN PPCI_FDO_EXTENSION | DeviceExtension | ||
) |
Definition at line 310 of file fdo.c.
NTSTATUS NTAPI PciFdoIrpQueryDeviceRelations | ( | IN PIRP | Irp, |
IN PIO_STACK_LOCATION | IoStackLocation, | ||
IN PPCI_FDO_EXTENSION | DeviceExtension | ||
) |
Definition at line 208 of file fdo.c.
NTSTATUS NTAPI PciFdoIrpQueryInterface | ( | IN PIRP | Irp, |
IN PIO_STACK_LOCATION | IoStackLocation, | ||
IN PPCI_FDO_EXTENSION | DeviceExtension | ||
) |
Definition at line 235 of file fdo.c.
NTSTATUS NTAPI PciFdoIrpQueryLegacyBusInformation | ( | IN PIRP | Irp, |
IN PIO_STACK_LOCATION | IoStackLocation, | ||
IN PPCI_FDO_EXTENSION | DeviceExtension | ||
) |
Definition at line 365 of file fdo.c.
NTSTATUS NTAPI PciFdoIrpQueryRemoveDevice | ( | IN PIRP | Irp, |
IN PIO_STACK_LOCATION | IoStackLocation, | ||
IN PPCI_FDO_EXTENSION | DeviceExtension | ||
) |
Definition at line 124 of file fdo.c.
NTSTATUS NTAPI PciFdoIrpQueryStopDevice | ( | IN PIRP | Irp, |
IN PIO_STACK_LOCATION | IoStackLocation, | ||
IN PPCI_FDO_EXTENSION | DeviceExtension | ||
) |
Definition at line 180 of file fdo.c.
NTSTATUS NTAPI PciFdoIrpRemoveDevice | ( | IN PIRP | Irp, |
IN PIO_STACK_LOCATION | IoStackLocation, | ||
IN PPCI_FDO_EXTENSION | DeviceExtension | ||
) |
Definition at line 138 of file fdo.c.
NTSTATUS NTAPI PciFdoIrpStartDevice | ( | IN PIRP | Irp, |
IN PIO_STACK_LOCATION | IoStackLocation, | ||
IN PPCI_FDO_EXTENSION | DeviceExtension | ||
) |
Definition at line 76 of file fdo.c.
NTSTATUS NTAPI PciFdoIrpStopDevice | ( | IN PIRP | Irp, |
IN PIO_STACK_LOCATION | IoStackLocation, | ||
IN PPCI_FDO_EXTENSION | DeviceExtension | ||
) |
Definition at line 166 of file fdo.c.
NTSTATUS NTAPI PciFdoIrpSurpriseRemoval | ( | IN PIRP | Irp, |
IN PIO_STACK_LOCATION | IoStackLocation, | ||
IN PPCI_FDO_EXTENSION | DeviceExtension | ||
) |
Definition at line 351 of file fdo.c.
VOID NTAPI PciGetHotPlugParameters | ( | IN PPCI_FDO_EXTENSION | FdoExtension | ) |
Definition at line 379 of file fdo.c.
Referenced by PciAddDevice().
VOID NTAPI PciInitializeFdoExtensionCommonFields | ( | PPCI_FDO_EXTENSION | FdoExtension, |
IN PDEVICE_OBJECT | DeviceObject, | ||
IN PDEVICE_OBJECT | PhysicalDeviceObject | ||
) |
Definition at line 433 of file fdo.c.
Referenced by PciAddDevice().
BOOLEAN PciBreakOnDefault |
Definition at line 19 of file fdo.c.
Referenced by PciAddDevice().
PCI_MN_DISPATCH_TABLE PciFdoDispatchPnpTable[] |
PCI_MN_DISPATCH_TABLE PciFdoDispatchPowerTable[] |
PCI_MJ_DISPATCH_TABLE PciFdoDispatchTable |
Definition at line 60 of file fdo.c.
Referenced by PciInitializeFdoExtensionCommonFields().
SINGLE_LIST_ENTRY PciFdoExtensionListHead |
Definition at line 18 of file fdo.c.
Referenced by PciAddDevice(), PciFindParentPciFdoExtension(), and PciFindPdoByLocation().