ReactOS 0.4.15-dev-6067-g0b695a6
|
#include <isapnp.h>
Public Attributes | |
PDEVICE_OBJECT | Pdo |
ULONG | Flags |
LIST_ENTRY | DeviceLink |
The card data. | |
UCHAR | CSN |
UCHAR | VendorId [3] |
USHORT | ProdId |
ULONG | SerialNumber |
The logical device data. | |
UCHAR | LDN |
UCHAR | LogVendorId [3] |
USHORT | LogProdId |
LIST_ENTRY | CompatibleIdList |
PSTR | FriendlyName |
PISAPNP_ALTERNATIVES | Alternatives |
ISAPNP_IO | Io [8] |
ISAPNP_IRQ | Irq [2] |
ISAPNP_DMA | Dma [2] |
ISAPNP_MEMRANGE | MemRange [4] |
ISAPNP_MEMRANGE32 | MemRange32 [4] |
PISAPNP_ALTERNATIVES _ISAPNP_LOGICAL_DEVICE::Alternatives |
Definition at line 124 of file isapnp.h.
Referenced by IsaPnpCreateLogicalDeviceRequirements(), and IsaPnpRemoveLogicalDeviceDO().
LIST_ENTRY _ISAPNP_LOGICAL_DEVICE::CompatibleIdList |
Definition at line 122 of file isapnp.h.
Referenced by _Requires_lock_held_(), IsaPdoQueryId(), and IsaPnpRemoveLogicalDeviceDO().
UCHAR _ISAPNP_LOGICAL_DEVICE::CSN |
Definition at line 109 of file isapnp.h.
Referenced by _IRQL_requires_max_(), _Requires_lock_held_(), IsaPnpCreateLogicalDeviceResources(), and IsaPnpRemoveLogicalDeviceDO().
LIST_ENTRY _ISAPNP_LOGICAL_DEVICE::DeviceLink |
Definition at line 138 of file isapnp.h.
Referenced by _Requires_lock_held_().
ISAPNP_DMA _ISAPNP_LOGICAL_DEVICE::Dma[2] |
Definition at line 128 of file isapnp.h.
Referenced by IsaHwConfigureDevice(), IsaPnpCreateLogicalDeviceRequirements(), and IsaPnpCreateLogicalDeviceResources().
ULONG _ISAPNP_LOGICAL_DEVICE::Flags |
Definition at line 133 of file isapnp.h.
Referenced by _Requires_lock_held_(), IsaPdoQueryId(), IsaPnpCreateLogicalDeviceResources(), IsaPnpFillDeviceRelations(), and IsaReadPortRemoveDevice().
PSTR _ISAPNP_LOGICAL_DEVICE::FriendlyName |
Definition at line 123 of file isapnp.h.
Referenced by IsaPnpRemoveLogicalDeviceDO().
ISAPNP_IO _ISAPNP_LOGICAL_DEVICE::Io[8] |
Definition at line 126 of file isapnp.h.
Referenced by IsaHwConfigureDevice(), IsaPnpCreateLogicalDeviceRequirements(), and IsaPnpCreateLogicalDeviceResources().
ISAPNP_IRQ _ISAPNP_LOGICAL_DEVICE::Irq[2] |
Definition at line 127 of file isapnp.h.
Referenced by IsaHwConfigureDevice(), IsaPnpCreateLogicalDeviceRequirements(), and IsaPnpCreateLogicalDeviceResources().
UCHAR _ISAPNP_LOGICAL_DEVICE::LDN |
Definition at line 119 of file isapnp.h.
Referenced by _Requires_lock_held_(), IsaPdoQueryId(), IsaPnpCreateLogicalDeviceResources(), and IsaPnpRemoveLogicalDeviceDO().
USHORT _ISAPNP_LOGICAL_DEVICE::LogProdId |
Definition at line 121 of file isapnp.h.
Referenced by IsaPdoQueryId().
UCHAR _ISAPNP_LOGICAL_DEVICE::LogVendorId[3] |
Definition at line 120 of file isapnp.h.
Referenced by IsaPdoQueryId().
ISAPNP_MEMRANGE _ISAPNP_LOGICAL_DEVICE::MemRange[4] |
Definition at line 129 of file isapnp.h.
Referenced by IsaHwConfigureDevice(), IsaPnpCreateLogicalDeviceRequirements(), and IsaPnpCreateLogicalDeviceResources().
ISAPNP_MEMRANGE32 _ISAPNP_LOGICAL_DEVICE::MemRange32[4] |
Definition at line 130 of file isapnp.h.
Referenced by IsaPnpCreateLogicalDeviceRequirements(), and IsaPnpCreateLogicalDeviceResources().
PDEVICE_OBJECT _ISAPNP_LOGICAL_DEVICE::Pdo |
Definition at line 103 of file isapnp.h.
Referenced by _Requires_lock_held_(), and IsaFdoRemoveDevice().
USHORT _ISAPNP_LOGICAL_DEVICE::ProdId |
Definition at line 111 of file isapnp.h.
Referenced by _Requires_lock_held_(), and IsaPdoQueryId().
ULONG _ISAPNP_LOGICAL_DEVICE::SerialNumber |
Definition at line 112 of file isapnp.h.
Referenced by _Requires_lock_held_(), and IsaPdoQueryId().
UCHAR _ISAPNP_LOGICAL_DEVICE::VendorId[3] |
Definition at line 110 of file isapnp.h.
Referenced by _Requires_lock_held_(), and IsaPdoQueryId().