ReactOS 0.4.16-dev-303-g11d5cb8
|
#include <i8042prt.h>
Definition at line 137 of file i8042prt.h.
ULONG _I8042_KEYBOARD_EXTENSION::ComboPosition |
Definition at line 162 of file i8042prt.h.
Referenced by i8042KbdInterruptService().
FDO_DEVICE_EXTENSION _I8042_KEYBOARD_EXTENSION::Common |
Definition at line 139 of file i8042prt.h.
Referenced by i8042InitializeKeyboardAttributes(), i8042KbdDpcRoutine(), i8042KbdInternalDeviceControl(), i8042KbdInterruptService(), i8042KbdQueuePacket(), i8042KbdStartIo(), and i8042PowerWorkItem().
PIO_WORKITEM _I8042_KEYBOARD_EXTENSION::DebugWorkItem |
Definition at line 163 of file i8042prt.h.
Referenced by i8042KbdInternalDeviceControl().
KDPC _I8042_KEYBOARD_EXTENSION::DpcKeyboard |
Definition at line 142 of file i8042prt.h.
Referenced by i8042KbdInternalDeviceControl(), i8042KbdInterruptService(), and i8042KbdQueuePacket().
KEYBOARD_ATTRIBUTES _I8042_KEYBOARD_EXTENSION::KeyboardAttributes |
Definition at line 144 of file i8042prt.h.
Referenced by i8042InitializeKeyboardAttributes(), and i8042KbdInternalDeviceControl().
PKEYBOARD_INPUT_DATA _I8042_KEYBOARD_EXTENSION::KeyboardBuffer |
Definition at line 150 of file i8042prt.h.
Referenced by i8042KbdDpcRoutine(), i8042KbdInternalDeviceControl(), and i8042KbdInterruptService().
CONNECT_DATA _I8042_KEYBOARD_EXTENSION::KeyboardData |
Definition at line 140 of file i8042prt.h.
Referenced by i8042KbdDpcRoutine(), and i8042KbdInternalDeviceControl().
INTERNAL_I8042_HOOK_KEYBOARD _I8042_KEYBOARD_EXTENSION::KeyboardHook |
Definition at line 141 of file i8042prt.h.
Referenced by i8042KbdInternalDeviceControl(), i8042KbdInterruptService(), and i8042SendHookWorkItem().
KEYBOARD_INDICATOR_PARAMETERS _I8042_KEYBOARD_EXTENSION::KeyboardIndicators |
Definition at line 146 of file i8042prt.h.
Referenced by i8042KbdInternalDeviceControl(), and i8042KbdStartIo().
KEYBOARD_SCAN_STATE _I8042_KEYBOARD_EXTENSION::KeyboardScanState |
Definition at line 148 of file i8042prt.h.
Referenced by i8042KbdInterruptService().
BOOLEAN _I8042_KEYBOARD_EXTENSION::KeyComplete |
Definition at line 149 of file i8042prt.h.
Referenced by i8042KbdDpcRoutine(), and i8042KbdQueuePacket().
ULONG _I8042_KEYBOARD_EXTENSION::KeysInBuffer |
Definition at line 151 of file i8042prt.h.
Referenced by i8042KbdDpcRoutine(), i8042KbdInterruptService(), and i8042KbdQueuePacket().
ULONG _I8042_KEYBOARD_EXTENSION::LastPowerKey |
Definition at line 156 of file i8042prt.h.
Referenced by i8042KbdDeviceControl(), and i8042PowerWorkItem().
ULONG _I8042_KEYBOARD_EXTENSION::NewCaps |
Definition at line 155 of file i8042prt.h.
Referenced by i8042KbdDeviceControl(), and i8042PowerWorkItem().
UNICODE_STRING _I8042_KEYBOARD_EXTENSION::PowerInterfaceName |
Definition at line 157 of file i8042prt.h.
Referenced by i8042PowerWorkItem().
PIRP _I8042_KEYBOARD_EXTENSION::PowerIrp |
Definition at line 159 of file i8042prt.h.
Referenced by i8042KbdDeviceControl(), and i8042PowerWorkItem().
PIO_WORKITEM _I8042_KEYBOARD_EXTENSION::PowerWorkItem |
Definition at line 158 of file i8042prt.h.
Referenced by i8042KbdInternalDeviceControl().
ULONG _I8042_KEYBOARD_EXTENSION::ReportedCaps |
Definition at line 154 of file i8042prt.h.
Referenced by i8042KbdDeviceControl(), and i8042PowerWorkItem().
BOOLEAN _I8042_KEYBOARD_EXTENSION::TabPressed |
Definition at line 164 of file i8042prt.h.
Referenced by i8042KbdInterruptService().