ReactOS 0.4.15-dev-8612-g0707475
|
#include <pci.h>
ULONG _PCI_DEVICE::BusNumber |
Definition at line 17 of file pci.h.
Referenced by InterfaceBusGetBusData(), InterfaceBusSetBusData(), InterfaceBusTranslateBusAddress(), PdoQueryBusInformation(), PdoQueryResourceRequirements(), PdoQueryResources(), PdoReadPciBar(), and PdoStartDevice().
BOOLEAN _PCI_DEVICE::EnableBusMaster |
Definition at line 27 of file pci.h.
Referenced by PdoQueryResources(), and PdoStartDevice().
BOOLEAN _PCI_DEVICE::EnableIoSpace |
Definition at line 25 of file pci.h.
Referenced by PdoQueryResources(), and PdoStartDevice().
BOOLEAN _PCI_DEVICE::EnableMemorySpace |
Definition at line 23 of file pci.h.
Referenced by PdoQueryResources(), and PdoStartDevice().
LIST_ENTRY _PCI_DEVICE::ListEntry |
PCI_COMMON_CONFIG _PCI_DEVICE::PciConfig |
Definition at line 21 of file pci.h.
Referenced by FdoLocateChildDevice(), InterfacePciDevicePresent(), InterfacePciDevicePresentEx(), PdoQueryResourceRequirements(), PdoQueryResources(), and PdoStartDevice().
PDEVICE_OBJECT _PCI_DEVICE::Pdo |
PCI_SLOT_NUMBER _PCI_DEVICE::SlotNumber |
Definition at line 19 of file pci.h.
Referenced by FdoLocateChildDevice(), InterfaceBusGetBusData(), InterfaceBusSetBusData(), PdoQueryCapabilities(), PdoQueryResourceRequirements(), PdoQueryResources(), PdoReadPciBar(), and PdoStartDevice().