ReactOS 0.4.16-dev-736-g28b802b
|
#include <i8042prt.h>
Definition at line 77 of file i8042prt.h.
PDEVICE_OBJECT _PORT_DEVICE_EXTENSION::ClassDO |
Definition at line 48 of file kbdclass.h.
Referenced by ClassAddDevice(), and DestroyPortDriver().
COMMON_DEVICE_EXTENSION _PORT_DEVICE_EXTENSION::Common |
Definition at line 42 of file kbdclass.h.
Referenced by ClassAddDevice(), ClassPower(), i8042ConnectKeyboardInterrupt(), i8042ConnectMouseInterrupt(), and i8042MouResetIsr().
PUCHAR _PORT_DEVICE_EXTENSION::ControlPort |
Definition at line 80 of file i8042prt.h.
Referenced by i8042ConnectKeyboardInterrupt(), and i8042PnpStartDevice().
PIRP _PORT_DEVICE_EXTENSION::CurrentIrp |
Definition at line 99 of file i8042prt.h.
PDEVICE_OBJECT _PORT_DEVICE_EXTENSION::CurrentIrpDevice |
Definition at line 100 of file i8042prt.h.
PUCHAR _PORT_DEVICE_EXTENSION::DataPort |
Definition at line 79 of file i8042prt.h.
Referenced by i8042PnpStartDevice().
PDEVICE_OBJECT _PORT_DEVICE_EXTENSION::DeviceObject |
Definition at line 45 of file kbdclass.h.
Referenced by ClassAddDevice(), and ClassDeviceControl().
HANDLE _PORT_DEVICE_EXTENSION::FileHandle |
Definition at line 49 of file kbdclass.h.
Referenced by ClassPnp().
ULONG _PORT_DEVICE_EXTENSION::Flags |
Definition at line 82 of file i8042prt.h.
Referenced by i8042ConnectKeyboardInterrupt(), i8042ConnectMouseInterrupt(), i8042DpcRoutineMouseTimeout(), i8042KbdInternalDeviceControl(), i8042MouInternalDeviceControl(), i8042MouResetIsr(), and i8042PnpStartDevice().
KIRQL _PORT_DEVICE_EXTENSION::HighestDirql |
Definition at line 90 of file i8042prt.h.
PKINTERRUPT _PORT_DEVICE_EXTENSION::HighestDIRQLInterrupt |
Definition at line 88 of file i8042prt.h.
Referenced by i8042ConnectKeyboardInterrupt(), i8042ConnectMouseInterrupt(), i8042DpcRoutineMouseTimeout(), i8042KbdDpcRoutine(), and i8042MouDpcRoutine().
UNICODE_STRING _PORT_DEVICE_EXTENSION::InterfaceName |
Definition at line 50 of file kbdclass.h.
Referenced by ClassAddDevice(), and ClassPnp().
PI8042_KEYBOARD_EXTENSION _PORT_DEVICE_EXTENSION::KeyboardExtension |
Definition at line 84 of file i8042prt.h.
Referenced by i8042KbdInternalDeviceControl().
INTERRUPT_DATA _PORT_DEVICE_EXTENSION::KeyboardInterrupt |
Definition at line 85 of file i8042prt.h.
Referenced by i8042ConnectKeyboardInterrupt(), i8042ConnectMouseInterrupt(), and i8042PnpStartDevice().
LIST_ENTRY _PORT_DEVICE_EXTENSION::ListEntry |
Definition at line 44 of file kbdclass.h.
Referenced by DestroyPortDriver().
PDEVICE_OBJECT _PORT_DEVICE_EXTENSION::LowerDevice |
Definition at line 47 of file kbdclass.h.
Referenced by ClassAddDevice(), ClassDeviceControl(), ClassPnp(), ClassPower(), and DestroyPortDriver().
PI8042_MOUSE_EXTENSION _PORT_DEVICE_EXTENSION::MouseExtension |
Definition at line 86 of file i8042prt.h.
Referenced by i8042MouInternalDeviceControl().
INTERRUPT_DATA _PORT_DEVICE_EXTENSION::MouseInterrupt |
Definition at line 87 of file i8042prt.h.
Referenced by i8042ConnectKeyboardInterrupt(), i8042ConnectMouseInterrupt(), and i8042PnpStartDevice().
OUTPUT_PACKET _PORT_DEVICE_EXTENSION::Packet |
Definition at line 92 of file i8042prt.h.
UCHAR _PORT_DEVICE_EXTENSION::PacketBuffer[16] |
Definition at line 96 of file i8042prt.h.
Referenced by i8042KbdStartIo().
BOOLEAN _PORT_DEVICE_EXTENSION::PacketComplete |
Definition at line 94 of file i8042prt.h.
Referenced by i8042KbdInterruptService(), and i8042MouInterruptService().
UCHAR _PORT_DEVICE_EXTENSION::PacketPort |
Definition at line 97 of file i8042prt.h.
ULONG _PORT_DEVICE_EXTENSION::PacketResends |
Definition at line 93 of file i8042prt.h.
NTSTATUS _PORT_DEVICE_EXTENSION::PacketResult |
Definition at line 95 of file i8042prt.h.
PORT_DEVICE_STATE _PORT_DEVICE_EXTENSION::PnpState |
Definition at line 46 of file kbdclass.h.
Referenced by ClassAddDevice().
I8042_SETTINGS _PORT_DEVICE_EXTENSION::Settings |
Definition at line 81 of file i8042prt.h.
Referenced by i8042InitializeKeyboardAttributes(), i8042KbdInternalDeviceControl(), i8042KbdInterruptService(), i8042KbdQueuePacket(), i8042MouInternalDeviceControl(), i8042MouInterruptService(), i8042MouQueuePacket(), and i8042MouResetIsr().
KSPIN_LOCK _PORT_DEVICE_EXTENSION::SpinLock |
Definition at line 89 of file i8042prt.h.
Referenced by i8042ConnectKeyboardInterrupt(), and i8042ConnectMouseInterrupt().