|
ReactOS 0.4.17-dev-934-g091855f
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Variables | |
| PIO_RESOURCE_REQUIREMENTS_LIST | PciZeroIoResourceRequirements |
| PCI_CONFIGURATOR | PciConfigurators [] |
Definition at line 341 of file enum.c.
Referenced by PciQueryResources().
| PIO_RESOURCE_REQUIREMENTS_LIST NTAPI PciAllocateIoRequirementsList | ( | IN ULONG | Count, |
| IN ULONG | BusNumber, | ||
| IN ULONG | SlotNumber | ||
| ) |
Definition at line 308 of file enum.c.
Referenced by PciBuildRequirementsList().
| VOID NTAPI PciApplyHacks | ( | IN PPCI_FDO_EXTENSION | DeviceExtension, |
| IN PPCI_COMMON_HEADER | PciData, | ||
| IN PCI_SLOT_NUMBER | SlotNumber, | ||
| IN ULONG | OperationType, | ||
| PPCI_PDO_EXTENSION | PdoExtension | ||
| ) |
Definition at line 886 of file enum.c.
Referenced by PciScanBus(), and PciSetResources().
| NTSTATUS NTAPI PciBuildRequirementsList | ( | IN PPCI_PDO_EXTENSION | PdoExtension, |
| IN PPCI_COMMON_HEADER | PciData, | ||
| OUT PIO_RESOURCE_REQUIREMENTS_LIST * | Buffer | ||
| ) |
Definition at line 572 of file enum.c.
Referenced by PciAssignSlotResources(), and PciQueryRequirements().
| BOOLEAN NTAPI PciComputeNewCurrentSettings | ( | IN PPCI_PDO_EXTENSION | PdoExtension, |
| IN PCM_RESOURCE_LIST | ResourceList | ||
| ) |
Definition at line 55 of file enum.c.
Referenced by PciAssignSlotResources(), and PciPdoIrpStartDevice().
| BOOLEAN NTAPI PciConfigureIdeController | ( | IN PPCI_PDO_EXTENSION | PdoExtension, |
| IN PPCI_COMMON_HEADER | PciData, | ||
| IN BOOLEAN | Initial | ||
| ) |
Definition at line 746 of file enum.c.
Referenced by PciApplyHacks(), and PciSetResources().
| VOID NTAPI PciGetEnhancedCapabilities | ( | IN PPCI_PDO_EXTENSION | PdoExtension, |
| IN PPCI_COMMON_HEADER | PciData | ||
| ) |
Definition at line 1263 of file enum.c.
Referenced by PciScanBus().
| NTSTATUS NTAPI PciGetFunctionLimits | ( | IN PPCI_PDO_EXTENSION | PdoExtension, |
| IN PPCI_COMMON_HEADER | Current, | ||
| IN ULONGLONG | HackFlags | ||
| ) |
Definition at line 1578 of file enum.c.
Referenced by PciScanBus().
| NTSTATUS NTAPI PcipGetFunctionLimits | ( | IN PPCI_CONFIGURATOR_CONTEXT | Context | ) |
Definition at line 1437 of file enum.c.
Referenced by PciGetFunctionLimits().
| BOOLEAN NTAPI PcipIsSameDevice | ( | IN PPCI_PDO_EXTENSION | DeviceExtension, |
| IN PPCI_COMMON_HEADER | PciData | ||
| ) |
Definition at line 1155 of file enum.c.
Referenced by PciScanBus(), and PciSetResources().
| VOID NTAPI PciProcessBus | ( | IN PPCI_FDO_EXTENSION | DeviceExtension | ) |
Definition at line 1614 of file enum.c.
Referenced by PciScanBus().
Definition at line 255 of file enum.c.
Referenced by PciUpdateHardware().
| NTSTATUS NTAPI PciQueryDeviceRelations | ( | IN PPCI_FDO_EXTENSION | DeviceExtension, |
| IN OUT PDEVICE_RELATIONS * | pDeviceRelations | ||
| ) |
Definition at line 2134 of file enum.c.
Referenced by PciFdoIrpQueryDeviceRelations().
| NTSTATUS NTAPI PciQueryEjectionRelations | ( | IN PPCI_PDO_EXTENSION | PdoExtension, |
| IN OUT PDEVICE_RELATIONS * | pDeviceRelations | ||
| ) |
Definition at line 559 of file enum.c.
Referenced by PciPdoIrpQueryDeviceRelations().
| NTSTATUS NTAPI PciQueryRequirements | ( | IN PPCI_PDO_EXTENSION | PdoExtension, |
| IN OUT PIO_RESOURCE_REQUIREMENTS_LIST * | RequirementsList | ||
| ) |
Definition at line 675 of file enum.c.
Referenced by PciPdoIrpQueryResourceRequirements().
| NTSTATUS NTAPI PciQueryResources | ( | IN PPCI_PDO_EXTENSION | PdoExtension, |
| OUT PCM_RESOURCE_LIST * | Buffer | ||
| ) |
Definition at line 371 of file enum.c.
Referenced by PciPdoIrpQueryResources().
| NTSTATUS NTAPI PciQueryTargetDeviceRelations | ( | IN PPCI_PDO_EXTENSION | PdoExtension, |
| IN OUT PDEVICE_RELATIONS * | pDeviceRelations | ||
| ) |
Definition at line 532 of file enum.c.
Referenced by PciPdoIrpQueryDeviceRelations().
| NTSTATUS NTAPI PciScanBus | ( | IN PPCI_FDO_EXTENSION | DeviceExtension | ) |
Definition at line 1666 of file enum.c.
Referenced by PciQueryDeviceRelations().
| NTSTATUS NTAPI PciSetResources | ( | IN PPCI_PDO_EXTENSION | PdoExtension, |
| IN BOOLEAN | DoReset, | ||
| IN BOOLEAN | SomethingSomethingDarkSide | ||
| ) |
Definition at line 2255 of file enum.c.
Referenced by PciAssignSlotResources(), and PciPdoIrpStartDevice().
| BOOLEAN NTAPI PciSkipThisFunction | ( | IN PPCI_COMMON_HEADER | PciData, |
| IN PCI_SLOT_NUMBER | Slot, | ||
| IN UCHAR | OperationType, | ||
| IN ULONGLONG | HackFlags | ||
| ) |
Definition at line 1189 of file enum.c.
Referenced by PciGetFunctionLimits(), and PciScanBus().
| VOID NTAPI PciUpdateHardware | ( | IN PPCI_PDO_EXTENSION | PdoExtension, |
| IN PPCI_COMMON_HEADER | PciData | ||
| ) |
Definition at line 282 of file enum.c.
Referenced by PciSetResources().
Definition at line 1394 of file enum.c.
Referenced by PcipGetFunctionLimits().
| PCI_CONFIGURATOR PciConfigurators[] |
Definition at line 20 of file enum.c.
Referenced by PciBuildRequirementsList(), PcipGetFunctionLimits(), and PciSetResources().
| PIO_RESOURCE_REQUIREMENTS_LIST PciZeroIoResourceRequirements |
Definition at line 18 of file enum.c.
Referenced by PciBuildRequirementsList(), and PciQueryRequirements().