ReactOS 0.4.15-dev-7942-gd23573b
_ISAPNP_FDO_EXTENSION Struct Reference

#include <isapnp.h>

Collaboration diagram for _ISAPNP_FDO_EXTENSION:

Public Member Functions

 _Guarded_by_ (DeviceSyncEvent) LIST_ENTRY DeviceListHead
 
 _Guarded_by_ (DeviceSyncEvent) ULONG DeviceCount
 

Public Attributes

ISAPNP_COMMON_EXTENSION Common
 
PDEVICE_OBJECT Ldo
 
PDEVICE_OBJECT Pdo
 
PDEVICE_OBJECT ReadPortPdo
 
ULONG BusNumber
 
KEVENT DeviceSyncEvent
 
PDRIVER_OBJECT DriverObject
 
PUCHAR ReadDataPort
 
ULONG Cards
 
LIST_ENTRY BusLink
 

Detailed Description

Definition at line 155 of file isapnp.h.

Member Function Documentation

◆ _Guarded_by_() [1/2]

_ISAPNP_FDO_EXTENSION::_Guarded_by_ ( DeviceSyncEvent  )

◆ _Guarded_by_() [2/2]

_ISAPNP_FDO_EXTENSION::_Guarded_by_ ( DeviceSyncEvent  )

Member Data Documentation

◆ BusLink

LIST_ENTRY _ISAPNP_FDO_EXTENSION::BusLink

Definition at line 173 of file isapnp.h.

Referenced by CODE_SEG().

◆ BusNumber

ULONG _ISAPNP_FDO_EXTENSION::BusNumber

Definition at line 161 of file isapnp.h.

Referenced by CODE_SEG().

◆ Cards

ULONG _ISAPNP_FDO_EXTENSION::Cards

Definition at line 172 of file isapnp.h.

Referenced by IsaPdoStartReadPort().

◆ Common

ISAPNP_COMMON_EXTENSION _ISAPNP_FDO_EXTENSION::Common

Definition at line 157 of file isapnp.h.

Referenced by _Dispatch_type_(), and CODE_SEG().

◆ DeviceSyncEvent

KEVENT _ISAPNP_FDO_EXTENSION::DeviceSyncEvent

Definition at line 162 of file isapnp.h.

Referenced by CODE_SEG().

◆ DriverObject

PDRIVER_OBJECT _ISAPNP_FDO_EXTENSION::DriverObject

Definition at line 170 of file isapnp.h.

Referenced by CODE_SEG().

◆ Ldo

PDEVICE_OBJECT _ISAPNP_FDO_EXTENSION::Ldo

Definition at line 158 of file isapnp.h.

Referenced by _Dispatch_type_(), and CODE_SEG().

◆ Pdo

PDEVICE_OBJECT _ISAPNP_FDO_EXTENSION::Pdo

◆ ReadDataPort

PUCHAR _ISAPNP_FDO_EXTENSION::ReadDataPort

Definition at line 171 of file isapnp.h.

Referenced by IsaPdoStartReadPort().

◆ ReadPortPdo

PDEVICE_OBJECT _ISAPNP_FDO_EXTENSION::ReadPortPdo
Remarks
The pointer is NULL for all inactive FDOs.

Definition at line 160 of file isapnp.h.

Referenced by IsaPdoStartReadPort().


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