|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stream.h>

| PVOID STREAM_DEVICE_EXTENSION::DeviceExtension |
Definition at line 47 of file stream.h.
Referenced by FilterDispatch_fnClose(), InitializeFilterWithKs(), StreamClassAddDevice(), StreamClassGetDmaBuffer(), StreamClassInterruptRoutine(), StreamClassReadWriteConfig(), StreamClassReenumerateStreams(), StreamClassReleaseResources(), and StreamClassStartDevice().
| PDMA_ADAPTER STREAM_DEVICE_EXTENSION::DmaAdapter |
Definition at line 34 of file stream.h.
Referenced by StreamClassReleaseResources(), and StreamClassStartDevice().
| PVOID STREAM_DEVICE_EXTENSION::DmaCommonBuffer |
Definition at line 35 of file stream.h.
Referenced by StreamClassGetDmaBuffer(), and StreamClassStartDevice().
| PHYSICAL_ADDRESS STREAM_DEVICE_EXTENSION::DmaPhysicalAddress |
Definition at line 36 of file stream.h.
Referenced by StreamClassStartDevice().
| PSTREAM_CLASS_DRIVER_EXTENSION STREAM_DEVICE_EXTENSION::DriverExtension |
Definition at line 45 of file stream.h.
Referenced by FilterDispatch_fnClose(), InitializeFilterWithKs(), StreamClassAddDevice(), StreamClassInterruptRoutine(), StreamClassReenumerateStreams(), and StreamClassStartDevice().
| KSDEVICE_HEADER STREAM_DEVICE_EXTENSION::Header |
Definition at line 27 of file stream.h.
Referenced by StreamClassAddDevice().
| LONG STREAM_DEVICE_EXTENSION::InstanceCount |
Definition at line 48 of file stream.h.
Referenced by FilterDispatch_fnClose(), and InitializeFilterWithKs().
| PKINTERRUPT STREAM_DEVICE_EXTENSION::Interrupt |
Definition at line 38 of file stream.h.
Referenced by StreamClassReleaseResources(), and StreamClassStartDevice().
| KDPC STREAM_DEVICE_EXTENSION::InterruptDpc |
Definition at line 39 of file stream.h.
Referenced by StreamClassAddDevice(), and StreamClassInterruptRoutine().
| PDEVICE_OBJECT STREAM_DEVICE_EXTENSION::LowerDeviceObject |
Definition at line 28 of file stream.h.
Referenced by StreamClassAddDevice(), StreamClassReadWriteConfig(), and StreamClassStartDevice().
| ULONG STREAM_DEVICE_EXTENSION::MapRegisters |
Definition at line 33 of file stream.h.
Referenced by StreamClassStartDevice().
| LIST_ENTRY STREAM_DEVICE_EXTENSION::MemoryResourceList |
Definition at line 41 of file stream.h.
Referenced by StreamClassAddDevice(), StreamClassReleaseResources(), and StreamClassStartDevice().
| PDEVICE_OBJECT STREAM_DEVICE_EXTENSION::PhysicalDeviceObject |
Definition at line 29 of file stream.h.
Referenced by StreamClassAddDevice(), and StreamClassStartDevice().
| PHW_STREAM_DESCRIPTOR STREAM_DEVICE_EXTENSION::StreamDescriptor |
Definition at line 44 of file stream.h.
Referenced by StreamClassReenumerateStreams(), and StreamClassStartDevice().
| ULONG STREAM_DEVICE_EXTENSION::StreamDescriptorSize |
Definition at line 43 of file stream.h.
Referenced by StreamClassReenumerateStreams(), and StreamClassStartDevice().
| SYNCHRONIZE_FUNC STREAM_DEVICE_EXTENSION::SynchronizeFunction |
Definition at line 31 of file stream.h.
Referenced by StreamClassStartDevice().