ReactOS 0.4.15-dev-7958-gcd0bb1a
_DEVICE_DESCRIPTION Struct Reference

#include <iotypes.h>

Collaboration diagram for _DEVICE_DESCRIPTION:

Public Attributes

ULONG Version
 
BOOLEAN Master
 
BOOLEAN ScatterGather
 
BOOLEAN DemandMode
 
BOOLEAN AutoInitialize
 
BOOLEAN Dma32BitAddresses
 
BOOLEAN IgnoreCount
 
BOOLEAN Reserved1
 
BOOLEAN Dma64BitAddresses
 
ULONG BusNumber
 
ULONG DmaChannel
 
INTERFACE_TYPE InterfaceType
 
DMA_WIDTH DmaWidth
 
DMA_SPEED DmaSpeed
 
ULONG MaximumLength
 
ULONG DmaPort
 
ULONG DmaAddressWidth
 
ULONG DmaControllerInstance
 
ULONG DmaRequestLine
 
PHYSICAL_ADDRESS DeviceAddress
 

Detailed Description

Definition at line 2068 of file iotypes.h.

Member Data Documentation

◆ AutoInitialize

BOOLEAN _DEVICE_DESCRIPTION::AutoInitialize

◆ BusNumber

ULONG _DEVICE_DESCRIPTION::BusNumber

Definition at line 2078 of file iotypes.h.

Referenced by CreateDMA(), NdisMInitializeScatterGatherDma(), and NdisMRegisterDmaChannel().

◆ DemandMode

BOOLEAN _DEVICE_DESCRIPTION::DemandMode

◆ DeviceAddress

PHYSICAL_ADDRESS _DEVICE_DESCRIPTION::DeviceAddress

Definition at line 2089 of file iotypes.h.

Referenced by FxDmaEnabler::ConfigureSystemAdapter().

◆ Dma32BitAddresses

BOOLEAN _DEVICE_DESCRIPTION::Dma32BitAddresses

◆ Dma64BitAddresses

BOOLEAN _DEVICE_DESCRIPTION::Dma64BitAddresses

◆ DmaAddressWidth

ULONG _DEVICE_DESCRIPTION::DmaAddressWidth

Definition at line 2086 of file iotypes.h.

Referenced by FxDmaEnabler::Initialize().

◆ DmaChannel

ULONG _DEVICE_DESCRIPTION::DmaChannel

◆ DmaControllerInstance

ULONG _DEVICE_DESCRIPTION::DmaControllerInstance

Definition at line 2087 of file iotypes.h.

◆ DmaPort

ULONG _DEVICE_DESCRIPTION::DmaPort

Definition at line 2084 of file iotypes.h.

Referenced by CreateDMA().

◆ DmaRequestLine

ULONG _DEVICE_DESCRIPTION::DmaRequestLine

Definition at line 2088 of file iotypes.h.

Referenced by FxDmaEnabler::ConfigureSystemAdapter().

◆ DmaSpeed

DMA_SPEED _DEVICE_DESCRIPTION::DmaSpeed

Definition at line 2082 of file iotypes.h.

Referenced by CreateDMA(), NdisMRegisterDmaChannel(), and StreamClassStartDevice().

◆ DmaWidth

DMA_WIDTH _DEVICE_DESCRIPTION::DmaWidth

◆ IgnoreCount

BOOLEAN _DEVICE_DESCRIPTION::IgnoreCount

Definition at line 2075 of file iotypes.h.

Referenced by CreateDMA().

◆ InterfaceType

◆ Master

◆ MaximumLength

◆ Reserved1

BOOLEAN _DEVICE_DESCRIPTION::Reserved1

Definition at line 2076 of file iotypes.h.

Referenced by CreateDMA().

◆ ScatterGather

BOOLEAN _DEVICE_DESCRIPTION::ScatterGather

◆ Version


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