ReactOS 0.4.16-dev-457-g087979e
|
#include <serial.h>
ULONG _SERIAL_DEVICE_EXTENSION::BaseAddress |
Definition at line 59 of file serial.h.
Referenced by SerialDeviceControl(), SerialInterruptService(), SerialPnpStartDevice(), SerialReceiveByte(), and SerialSendByte().
ULONG _SERIAL_DEVICE_EXTENSION::BaudRate |
Definition at line 58 of file serial.h.
Referenced by SerialDeviceControl(), and SerialPnpStartDevice().
ULONG _SERIAL_DEVICE_EXTENSION::BreakInterruptErrorCount |
Definition at line 70 of file serial.h.
Referenced by SerialClearPerfStats(), and SerialInterruptService().
KDPC _SERIAL_DEVICE_EXTENSION::CompleteIrpDpc |
Definition at line 63 of file serial.h.
Referenced by SerialAddDeviceInternal(), and SerialInterruptService().
ULONG _SERIAL_DEVICE_EXTENSION::ComPort |
Definition at line 57 of file serial.h.
Referenced by SerialAddDeviceInternal(), SerialCreate(), SerialDeviceControl(), SerialPnpStartDevice(), SerialRead(), SerialReceiveByte(), SerialSendByte(), and SerialWrite().
CIRCULAR_BUFFER _SERIAL_DEVICE_EXTENSION::InputBuffer |
Definition at line 75 of file serial.h.
Referenced by ReadBytes(), SerialAddDeviceInternal(), SerialDeviceControl(), SerialInterruptService(), and SerialReceiveByte().
KSPIN_LOCK _SERIAL_DEVICE_EXTENSION::InputBufferLock |
Definition at line 76 of file serial.h.
Referenced by ReadBytes(), SerialAddDeviceInternal(), SerialDeviceControl(), and SerialReceiveByte().
KEVENT _SERIAL_DEVICE_EXTENSION::InputBufferNotEmpty |
Definition at line 74 of file serial.h.
Referenced by ReadBytes(), SerialAddDeviceInternal(), and SerialReceiveByte().
PKINTERRUPT _SERIAL_DEVICE_EXTENSION::Interrupt |
Definition at line 60 of file serial.h.
Referenced by SerialDeviceControl(), and SerialPnpStartDevice().
BOOLEAN _SERIAL_DEVICE_EXTENSION::IsOpened |
Definition at line 73 of file serial.h.
Referenced by SerialClose(), and SerialCreate().
PDEVICE_OBJECT _SERIAL_DEVICE_EXTENSION::LowerDevice |
Definition at line 51 of file serial.h.
Referenced by SerialAddDeviceInternal(), SerialDeviceControl(), SerialPnp(), and SerialPower().
UCHAR _SERIAL_DEVICE_EXTENSION::MCR |
Definition at line 83 of file serial.h.
Referenced by SerialDeviceControl(), and SerialPnpStartDevice().
UCHAR _SERIAL_DEVICE_EXTENSION::MSR |
Definition at line 84 of file serial.h.
Referenced by SerialDeviceControl(), and SerialPnpStartDevice().
CIRCULAR_BUFFER _SERIAL_DEVICE_EXTENSION::OutputBuffer |
Definition at line 77 of file serial.h.
Referenced by SerialAddDeviceInternal(), SerialDeviceControl(), SerialSendByte(), and SerialWrite().
KSPIN_LOCK _SERIAL_DEVICE_EXTENSION::OutputBufferLock |
Definition at line 78 of file serial.h.
Referenced by SerialAddDeviceInternal(), SerialDeviceControl(), SerialSendByte(), and SerialWrite().
PDEVICE_OBJECT _SERIAL_DEVICE_EXTENSION::Pdo |
Definition at line 50 of file serial.h.
Referenced by SerialAddDeviceInternal().
SERIAL_DEVICE_STATE _SERIAL_DEVICE_EXTENSION::PnpState |
Definition at line 52 of file serial.h.
Referenced by SerialAddDeviceInternal(), SerialPnp(), and SerialPnpStartDevice().
KDPC _SERIAL_DEVICE_EXTENSION::ReceivedByteDpc |
Definition at line 61 of file serial.h.
Referenced by SerialAddDeviceInternal(), and SerialInterruptService().
IO_REMOVE_LOCK _SERIAL_DEVICE_EXTENSION::RemoveLock |
Definition at line 53 of file serial.h.
Referenced by SerialAddDeviceInternal(), SerialDeviceControl(), SerialRead(), and SerialWrite().
KDPC _SERIAL_DEVICE_EXTENSION::SendByteDpc |
Definition at line 62 of file serial.h.
Referenced by SerialAddDeviceInternal(), and SerialInterruptService().
UNICODE_STRING _SERIAL_DEVICE_EXTENSION::SerialInterfaceName |
Definition at line 80 of file serial.h.
Referenced by SerialAddDeviceInternal(), and SerialPnpStartDevice().
SERIAL_LINE_CONTROL _SERIAL_DEVICE_EXTENSION::SerialLineControl |
Definition at line 65 of file serial.h.
Referenced by SerialDeviceControl(), and SerialPnpStartDevice().
SERIALPERF_STATS _SERIAL_DEVICE_EXTENSION::SerialPerfStats |
Definition at line 71 of file serial.h.
Referenced by SerialClearPerfStats(), SerialGetPerfStats(), SerialInterruptService(), SerialReceiveByte(), SerialSendByte(), and SerialWrite().
ULONG _SERIAL_DEVICE_EXTENSION::SerialPortNumber |
Definition at line 55 of file serial.h.
Referenced by SerialAddDeviceInternal(), and SerialPnpStartDevice().
SERIAL_TIMEOUTS _SERIAL_DEVICE_EXTENSION::SerialTimeOuts |
Definition at line 72 of file serial.h.
Referenced by SerialDeviceControl(), and SerialRead().
UART_TYPE _SERIAL_DEVICE_EXTENSION::UartType |
Definition at line 66 of file serial.h.
Referenced by SerialAddDeviceInternal(), SerialDeviceControl(), and SerialPnpStartDevice().
ULONG _SERIAL_DEVICE_EXTENSION::WaitMask |
Definition at line 67 of file serial.h.
Referenced by SerialDeviceControl(), SerialInterruptService(), and SerialPnpStartDevice().
PIRP _SERIAL_DEVICE_EXTENSION::WaitOnMaskIrp |
Definition at line 68 of file serial.h.
Referenced by SerialDeviceControl(), and SerialInterruptService().