|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <pci.h>
Public Attributes | |
| ULONG | Flags |
| USHORT | VendorID |
| USHORT | DeviceID |
| USHORT | RevisionID |
| USHORT | SubsystemVendorID |
| USHORT | SubsystemID |
| USHORT | Reserved |
| USHORT _PCI_CARD_DESCRIPTOR::DeviceID |
Definition at line 120 of file pci.h.
Referenced by HalpIsRecognizedCard().
| ULONG _PCI_CARD_DESCRIPTOR::Flags |
Definition at line 118 of file pci.h.
Referenced by HalpIsRecognizedCard().
| USHORT _PCI_CARD_DESCRIPTOR::RevisionID |
Definition at line 121 of file pci.h.
Referenced by HalpIsRecognizedCard().
| USHORT _PCI_CARD_DESCRIPTOR::SubsystemID |
Definition at line 123 of file pci.h.
Referenced by HalpIsRecognizedCard().
| USHORT _PCI_CARD_DESCRIPTOR::SubsystemVendorID |
Definition at line 122 of file pci.h.
Referenced by HalpIsRecognizedCard().
| USHORT _PCI_CARD_DESCRIPTOR::VendorID |
Definition at line 119 of file pci.h.
Referenced by HalpIsRecognizedCard().