ReactOS 0.4.16-dev-927-g467dec4
|
Public Attributes | |
LIST_ENTRY | Entry |
PDMA_ADAPTER | Adapter |
ULONG | MapRegisters |
PVOID | HwDeviceExtension |
PDMA_ADAPTER VIP_DMA_ADAPTER::Adapter |
Definition at line 19 of file dma.c.
Referenced by VideoPortAllocateCommonBuffer(), VideoPortCompleteDma(), VideoPortFreeCommonBuffer(), VideoPortGetCommonBuffer(), VideoPortGetDmaAdapter(), VideoPortPutDmaAdapter(), VideoPortReleaseCommonBuffer(), and VideoPortStartDma().
LIST_ENTRY VIP_DMA_ADAPTER::Entry |
Definition at line 18 of file dma.c.
Referenced by VideoPortGetDmaAdapter(), and VideoPortPutDmaAdapter().
PVOID VIP_DMA_ADAPTER::HwDeviceExtension |
Definition at line 21 of file dma.c.
Referenced by VideoPortFreeCommonBuffer(), VideoPortGetCommonBuffer(), and VideoPortGetDmaAdapter().
ULONG VIP_DMA_ADAPTER::MapRegisters |
Definition at line 20 of file dma.c.
Referenced by VideoPortFreeCommonBuffer(), VideoPortGetCommonBuffer(), and VideoPortGetDmaAdapter().