ReactOS 0.4.16-dev-401-g45b008d
_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
 
LIST_ENTRY DeviceListHead
 
ULONG DeviceCount
 

Detailed Description

Definition at line 48 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 66 of file isapnp.h.

Referenced by CODE_SEG().

◆ BusNumber

ULONG _ISAPNP_FDO_EXTENSION::BusNumber

Definition at line 54 of file isapnp.h.

Referenced by CODE_SEG().

◆ Cards

ULONG _ISAPNP_FDO_EXTENSION::Cards

Definition at line 65 of file isapnp.h.

Referenced by DrvTestResources(), and IsaPdoStartReadPort().

◆ Common

ISAPNP_COMMON_EXTENSION _ISAPNP_FDO_EXTENSION::Common

Definition at line 50 of file isapnp.h.

Referenced by _Dispatch_type_(), and CODE_SEG().

◆ DeviceCount

ULONG _ISAPNP_FDO_EXTENSION::DeviceCount

Definition at line 83 of file precomp.h.

Referenced by IsaPdoRemoveDevice().

◆ DeviceListHead

LIST_ENTRY _ISAPNP_FDO_EXTENSION::DeviceListHead

Definition at line 82 of file precomp.h.

Referenced by CODE_SEG(), DrvTestResources(), and IsaReadPortRemoveDevice().

◆ DeviceSyncEvent

KEVENT _ISAPNP_FDO_EXTENSION::DeviceSyncEvent

Definition at line 55 of file isapnp.h.

Referenced by CODE_SEG().

◆ DriverObject

PDRIVER_OBJECT _ISAPNP_FDO_EXTENSION::DriverObject

Definition at line 63 of file isapnp.h.

Referenced by CODE_SEG().

◆ Ldo

PDEVICE_OBJECT _ISAPNP_FDO_EXTENSION::Ldo

Definition at line 51 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 64 of file isapnp.h.

Referenced by DrvTestResources(), and IsaPdoStartReadPort().

◆ ReadPortPdo

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

Definition at line 53 of file isapnp.h.

Referenced by IsaPdoStartReadPort().


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