ReactOS 0.4.16-dev-112-g52265ae
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
NTSTATUS NTAPI | PciAcpiFindRsdt (OUT PACPI_BIOS_MULTI_NODE *AcpiMultiNode) |
PVOID NTAPI | PciGetAcpiTable (IN ULONG TableCode) |
NTSTATUS NTAPI | PciGetIrqRoutingTableFromRegistry (OUT PPCI_IRQ_ROUTING_TABLE *PciRoutingTable) |
NTSTATUS NTAPI | PciBuildHackTable (IN HANDLE KeyHandle) |
NTSTATUS NTAPI | PciGetDebugPorts (IN HANDLE DebugKey) |
VOID NTAPI | PciDriverUnload (IN PDRIVER_OBJECT DriverObject) |
NTSTATUS NTAPI | DriverEntry (IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPath) |
NTSTATUS NTAPI DriverEntry | ( | IN PDRIVER_OBJECT | DriverObject, |
IN PUNICODE_STRING | RegistryPath | ||
) |
Definition at line 700 of file init.c.
NTSTATUS NTAPI PciAcpiFindRsdt | ( | OUT PACPI_BIOS_MULTI_NODE * | AcpiMultiNode | ) |
Definition at line 34 of file init.c.
Referenced by PciGetAcpiTable().
Definition at line 480 of file init.c.
Referenced by DriverEntry().
VOID NTAPI PciDriverUnload | ( | IN PDRIVER_OBJECT | DriverObject | ) |
Definition at line 198 of file init.c.
Definition at line 679 of file init.c.
Referenced by DriverEntry().
NTSTATUS NTAPI PciGetIrqRoutingTableFromRegistry | ( | OUT PPCI_IRQ_ROUTING_TABLE * | PciRoutingTable | ) |
Definition at line 314 of file init.c.
Referenced by DriverEntry().
KEVENT PciBusLock |
Definition at line 21 of file init.c.
Referenced by DriverEntry().
PDRIVER_OBJECT PciDriverObject |
Definition at line 19 of file init.c.
Referenced by DriverEntry(), and PciGetDescriptionMessage().
DRIVER_UNLOAD PciDriverUnload |
Definition at line 687 of file init.c.
Referenced by DriverEntry().
BOOLEAN PciEnableNativeModeATA |
Definition at line 24 of file init.c.
Referenced by DriverEntry(), and PciApplyHacks().
KEVENT PciGlobalLock |
Definition at line 20 of file init.c.
Referenced by DriverEntry(), PciAddDevice(), PciAssignSlotResources(), and PciFindPdoByLocation().
PPCI_HACK_ENTRY PciHackTable |
Definition at line 28 of file init.c.
Referenced by PciBuildHackTable(), and PciGetHackFlags().
PPCI_IRQ_ROUTING_TABLE PciIrqRoutingTable |
Definition at line 26 of file init.c.
Referenced by DriverEntry(), and PciDetermineSlotNumber().
KEVENT PciLegacyDescriptionLock |
Definition at line 22 of file init.c.
Referenced by DriverEntry().
BOOLEAN PciLockDeviceResources |
Definition at line 23 of file init.c.
Referenced by DriverEntry().
BOOLEAN PciRunningDatacenter |
Definition at line 18 of file init.c.
Referenced by DriverEntry().
ULONG PciSystemWideHackFlags |
Definition at line 25 of file init.c.
Referenced by DriverEntry().
PWATCHDOG_TABLE WdTable |
Definition at line 27 of file init.c.
Referenced by PciScanBus().