ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Classes | |
struct | tagBDEntry |
class | CMiniportStream |
Macros | |
#define | IMP_CMiniportStream_SetFormat(cType) |
#define | IMP_CMiniportStream_QueryInterface(cType, sType) |
#define | IMP_CMiniport_SetState(cType) |
#define | IMP_CMiniport_NormalizePhysicalPosition(cType) |
Typedefs | |
typedef struct tagBDEntry | tBDEntry |
Variables | |
const int | DMA_ENGINE_OFF = 0 |
const int | DMA_ENGINE_PAUSE = 1 |
const int | DMA_ENGINE_PEND = 2 |
const int | DMA_ENGINE_ON = 3 |
const int | MAX_BDL_ENTRIES = 32 |
const int | BDL_MASK = 31 |
#define IMP_CMiniport_NormalizePhysicalPosition | ( | cType | ) |
#define IMP_CMiniport_SetState | ( | cType | ) |
#define IMP_CMiniportStream_QueryInterface | ( | cType, | |
sType | |||
) |
#define IMP_CMiniportStream_SetFormat | ( | cType | ) |
typedef struct tagBDEntry tBDEntry |
Definition at line 21 of file stream.h.
Referenced by CMiniportStream::UpdateLviCyclic().
Definition at line 4 of file stream.h.
Referenced by CMiniportStream::GetBuffPos(), and CMiniportStream::ResetDMA().
Definition at line 7 of file stream.h.
Referenced by CMiniportStream::SetState(), and CMiniportStream::UpdateDMA().
Definition at line 5 of file stream.h.
Referenced by CMiniportWaveICHStream::GetNewMappings(), and CMiniportStream::PauseDMA().
Definition at line 16 of file stream.h.
Referenced by CMiniportStream::BDList_Alloc().