ReactOS 0.4.15-dev-7958-gcd0bb1a
DMA_START_CONTEXT Struct Reference
Collaboration diagram for DMA_START_CONTEXT:

Public Attributes

PVOID HwDeviceExtension
 
PSCATTER_GATHER_LIST ScatterGatherList
 
PEXECUTE_DMA ExecuteDmaRoutine
 
PVOID Context
 
PVP_DMA_ADAPTER VpDmaAdapter
 

Detailed Description

Definition at line 25 of file dma.c.

Member Data Documentation

◆ Context

PVOID DMA_START_CONTEXT::Context

Definition at line 30 of file dma.c.

Referenced by SyncScatterRoutine(), and VideoPortStartDma().

◆ ExecuteDmaRoutine

PEXECUTE_DMA DMA_START_CONTEXT::ExecuteDmaRoutine

Definition at line 29 of file dma.c.

Referenced by SyncScatterRoutine(), and VideoPortStartDma().

◆ HwDeviceExtension

PVOID DMA_START_CONTEXT::HwDeviceExtension

Definition at line 27 of file dma.c.

Referenced by ScatterAdapterControl(), SyncScatterRoutine(), and VideoPortStartDma().

◆ ScatterGatherList

PSCATTER_GATHER_LIST DMA_START_CONTEXT::ScatterGatherList

Definition at line 28 of file dma.c.

Referenced by ScatterAdapterControl(), and SyncScatterRoutine().

◆ VpDmaAdapter

PVP_DMA_ADAPTER DMA_START_CONTEXT::VpDmaAdapter

Definition at line 31 of file dma.c.

Referenced by SyncScatterRoutine(), and VideoPortStartDma().


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