ReactOS 0.4.16-dev-125-g798ea90
|
#include <isapnpres.h>
Public Attributes | |
LIST_ENTRY | DeviceLink |
PDEVICE_OBJECT | Pdo |
ULONG | Flags |
The card data. | |
UCHAR | CSN |
UCHAR | VendorId [3] |
USHORT | ProdId |
ULONG | SerialNumber |
The logical device data. | |
UCHAR | LDN |
UCHAR | LogVendorId [3] |
USHORT | LogProdId |
PISAPNP_RESOURCE | Resources |
PSTR | FriendlyName |
LIST_ENTRY | CompatibleIdList |
ISAPNP_IO | Io [8] |
ISAPNP_IRQ | Irq [2] |
ISAPNP_DMA | Dma [2] |
ISAPNP_MEMRANGE | MemRange [4] |
ISAPNP_MEMRANGE32 | MemRange32 [4] |
Definition at line 89 of file isapnpres.h.
LIST_ENTRY _ISAPNP_LOGICAL_DEVICE::CompatibleIdList |
Definition at line 129 of file isapnpres.h.
Referenced by _Requires_lock_held_(), IsaPdoQueryId(), and IsaPnpRemoveLogicalDeviceDO().
UCHAR _ISAPNP_LOGICAL_DEVICE::CSN |
Definition at line 114 of file isapnpres.h.
Referenced by _Requires_lock_held_(), IsaPnpCreateLogicalDeviceResources(), and IsaPnpRemoveLogicalDeviceDO().
LIST_ENTRY _ISAPNP_LOGICAL_DEVICE::DeviceLink |
Definition at line 91 of file isapnpres.h.
Referenced by _Requires_lock_held_().
ISAPNP_DMA _ISAPNP_LOGICAL_DEVICE::Dma[2] |
Definition at line 133 of file isapnpres.h.
Referenced by IsaPnpCreateLogicalDeviceResources().
ULONG _ISAPNP_LOGICAL_DEVICE::Flags |
Definition at line 94 of file isapnpres.h.
Referenced by _Requires_lock_held_(), IsaPdoQueryId(), IsaPnpCreateLogicalDeviceResources(), IsaPnpFillDeviceRelations(), and IsaReadPortRemoveDevice().
PSTR _ISAPNP_LOGICAL_DEVICE::FriendlyName |
Definition at line 128 of file isapnpres.h.
Referenced by IsaPnpRemoveLogicalDeviceDO().
ISAPNP_IO _ISAPNP_LOGICAL_DEVICE::Io[8] |
Definition at line 131 of file isapnpres.h.
Referenced by IsaPnpCreateLogicalDeviceResources().
ISAPNP_IRQ _ISAPNP_LOGICAL_DEVICE::Irq[2] |
Definition at line 132 of file isapnpres.h.
Referenced by IsaPnpCreateLogicalDeviceResources().
UCHAR _ISAPNP_LOGICAL_DEVICE::LDN |
Definition at line 124 of file isapnpres.h.
Referenced by _Requires_lock_held_(), IsaPdoQueryId(), IsaPnpCreateLogicalDeviceResources(), and IsaPnpRemoveLogicalDeviceDO().
USHORT _ISAPNP_LOGICAL_DEVICE::LogProdId |
Definition at line 126 of file isapnpres.h.
Referenced by IsaPdoQueryId().
UCHAR _ISAPNP_LOGICAL_DEVICE::LogVendorId[3] |
Definition at line 125 of file isapnpres.h.
Referenced by IsaPdoQueryId().
ISAPNP_MEMRANGE _ISAPNP_LOGICAL_DEVICE::MemRange[4] |
Definition at line 134 of file isapnpres.h.
Referenced by IsaPnpCreateLogicalDeviceResources().
ISAPNP_MEMRANGE32 _ISAPNP_LOGICAL_DEVICE::MemRange32[4] |
Definition at line 135 of file isapnpres.h.
Referenced by IsaPnpCreateLogicalDeviceResources().
PDEVICE_OBJECT _ISAPNP_LOGICAL_DEVICE::Pdo |
Definition at line 92 of file isapnpres.h.
Referenced by _Requires_lock_held_(), IsaFdoRemoveDevice(), and IsaPnpFillDeviceRelations().
USHORT _ISAPNP_LOGICAL_DEVICE::ProdId |
Definition at line 116 of file isapnpres.h.
Referenced by _Requires_lock_held_(), and IsaPdoQueryId().
PISAPNP_RESOURCE _ISAPNP_LOGICAL_DEVICE::Resources |
Definition at line 127 of file isapnpres.h.
Referenced by _Requires_lock_held_(), and IsaPnpRemoveLogicalDeviceDO().
ULONG _ISAPNP_LOGICAL_DEVICE::SerialNumber |
Definition at line 117 of file isapnpres.h.
Referenced by _Requires_lock_held_(), and IsaPdoQueryId().
UCHAR _ISAPNP_LOGICAL_DEVICE::VendorId[3] |
Definition at line 115 of file isapnpres.h.
Referenced by _Requires_lock_held_(), and IsaPdoQueryId().