ReactOS 0.4.16-dev-1044-ga6558c0
|
#include <i8042prt.h>
Definition at line 175 of file i8042prt.h.
FDO_DEVICE_EXTENSION _I8042_MOUSE_EXTENSION::Common |
Definition at line 177 of file i8042prt.h.
Referenced by i8042DpcRoutineMouseTimeout(), i8042MouDpcRoutine(), i8042MouInternalDeviceControl(), i8042MouInterruptService(), i8042MouIsrWritePort(), and i8042MouQueuePacket().
KDPC _I8042_MOUSE_EXTENSION::DpcMouse |
Definition at line 180 of file i8042prt.h.
Referenced by i8042MouInternalDeviceControl(), i8042MouInterruptService(), and i8042MouQueuePacket().
KDPC _I8042_MOUSE_EXTENSION::DpcMouseTimeout |
Definition at line 193 of file i8042prt.h.
Referenced by i8042MouDpcRoutine(), and i8042MouInternalDeviceControl().
MOUSE_ATTRIBUTES _I8042_MOUSE_EXTENSION::MouseAttributes |
Definition at line 182 of file i8042prt.h.
Referenced by i8042MouInternalDeviceControl().
PMOUSE_INPUT_DATA _I8042_MOUSE_EXTENSION::MouseBuffer |
Definition at line 187 of file i8042prt.h.
Referenced by i8042MouDpcRoutine(), and i8042MouInternalDeviceControl().
USHORT _I8042_MOUSE_EXTENSION::MouseButtonState |
Definition at line 189 of file i8042prt.h.
BOOLEAN _I8042_MOUSE_EXTENSION::MouseComplete |
Definition at line 185 of file i8042prt.h.
Referenced by i8042MouDpcRoutine(), and i8042MouQueuePacket().
CONNECT_DATA _I8042_MOUSE_EXTENSION::MouseData |
Definition at line 178 of file i8042prt.h.
Referenced by i8042MouDpcRoutine(), and i8042MouInternalDeviceControl().
INTERNAL_I8042_HOOK_MOUSE _I8042_MOUSE_EXTENSION::MouseHook |
Definition at line 179 of file i8042prt.h.
Referenced by i8042MouInternalDeviceControl(), i8042MouIsrWritePort(), and i8042SendHookWorkItem().
ULONG _I8042_MOUSE_EXTENSION::MouseInBuffer |
Definition at line 188 of file i8042prt.h.
Referenced by i8042MouDpcRoutine(), and i8042MouQueuePacket().
UCHAR _I8042_MOUSE_EXTENSION::MouseLogiBuffer[3] |
Definition at line 197 of file i8042prt.h.
ULARGE_INTEGER _I8042_MOUSE_EXTENSION::MousePacketStartTime |
Definition at line 190 of file i8042prt.h.
MOUSE_RESET_SUBSTATE _I8042_MOUSE_EXTENSION::MouseResetState |
Definition at line 186 of file i8042prt.h.
Referenced by i8042DpcRoutineMouseTimeout(), and i8042MouInternalDeviceControl().
MOUSE_STATE _I8042_MOUSE_EXTENSION::MouseState |
Definition at line 184 of file i8042prt.h.
Referenced by i8042MouInternalDeviceControl().
BOOLEAN _I8042_MOUSE_EXTENSION::MouseTimeoutActive |
Definition at line 195 of file i8042prt.h.
Referenced by i8042MouDpcRoutine().
MOUSE_TIMEOUT_STATE _I8042_MOUSE_EXTENSION::MouseTimeoutState |
Definition at line 194 of file i8042prt.h.
Referenced by i8042MouDpcRoutine(), and i8042MouInterruptService().
I8042_MOUSE_TYPE _I8042_MOUSE_EXTENSION::MouseType |
Definition at line 198 of file i8042prt.h.
Referenced by i8042MouInterruptService().
KTIMER _I8042_MOUSE_EXTENSION::TimerMouseTimeout |
Definition at line 192 of file i8042prt.h.
Referenced by i8042MouDpcRoutine(), and i8042MouInternalDeviceControl().