ReactOS 0.4.15-dev-7958-gcd0bb1a
_PCI_LEGACY_DEVICE Struct Reference

#include <pci.h>

Collaboration diagram for _PCI_LEGACY_DEVICE:

Public Attributes

struct _PCI_LEGACY_DEVICENext
 
PDEVICE_OBJECT DeviceObject
 
ULONG BusNumber
 
ULONG SlotNumber
 
UCHAR InterruptLine
 
UCHAR InterruptPin
 
UCHAR BaseClass
 
UCHAR SubClass
 
PDEVICE_OBJECT PhysicalDeviceObject
 
ROUTING_TOKEN RoutingToken
 
PPCI_PDO_EXTENSION PdoExtension
 

Detailed Description

Definition at line 522 of file pci.h.

Member Data Documentation

◆ BaseClass

UCHAR _PCI_LEGACY_DEVICE::BaseClass

Definition at line 530 of file pci.h.

Referenced by PciCacheLegacyDeviceRouting().

◆ BusNumber

ULONG _PCI_LEGACY_DEVICE::BusNumber

Definition at line 526 of file pci.h.

Referenced by PciCacheLegacyDeviceRouting().

◆ DeviceObject

PDEVICE_OBJECT _PCI_LEGACY_DEVICE::DeviceObject

Definition at line 525 of file pci.h.

Referenced by PciCacheLegacyDeviceRouting().

◆ InterruptLine

UCHAR _PCI_LEGACY_DEVICE::InterruptLine

Definition at line 528 of file pci.h.

Referenced by PciCacheLegacyDeviceRouting().

◆ InterruptPin

UCHAR _PCI_LEGACY_DEVICE::InterruptPin

Definition at line 529 of file pci.h.

Referenced by PciCacheLegacyDeviceRouting().

◆ Next

struct _PCI_LEGACY_DEVICE* _PCI_LEGACY_DEVICE::Next

Definition at line 524 of file pci.h.

Referenced by PciCacheLegacyDeviceRouting().

◆ PdoExtension

PPCI_PDO_EXTENSION _PCI_LEGACY_DEVICE::PdoExtension

Definition at line 534 of file pci.h.

Referenced by PciCacheLegacyDeviceRouting().

◆ PhysicalDeviceObject

PDEVICE_OBJECT _PCI_LEGACY_DEVICE::PhysicalDeviceObject

Definition at line 532 of file pci.h.

Referenced by PciCacheLegacyDeviceRouting().

◆ RoutingToken

ROUTING_TOKEN _PCI_LEGACY_DEVICE::RoutingToken

Definition at line 533 of file pci.h.

◆ SlotNumber

ULONG _PCI_LEGACY_DEVICE::SlotNumber

Definition at line 527 of file pci.h.

Referenced by PciCacheLegacyDeviceRouting().

◆ SubClass

UCHAR _PCI_LEGACY_DEVICE::SubClass

Definition at line 531 of file pci.h.

Referenced by PciCacheLegacyDeviceRouting().


The documentation for this struct was generated from the following file: