|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| BOOLEAN | IsEnabled |
| BOOLEAN | QueueEmpty |
| BYTE | Queue [BUFFER_SIZE] |
| UINT | QueueStart |
| UINT | QueueEnd |
| HANDLE | QueueMutex |
| LPVOID | Param |
| PS2_DEVICE_CMDPROC | DeviceCommand |
| PS2_DEVICE_CMDPROC _PS2_PORT::DeviceCommand |
Definition at line 44 of file ps2.c.
Referenced by PS2SetDeviceCmdProc().
| BOOLEAN _PS2_PORT::IsEnabled |
Definition at line 35 of file ps2.c.
Referenced by PS2Initialize(), PS2WriteControl(), and PS2WriteData().
| LPVOID _PS2_PORT::Param |
Definition at line 43 of file ps2.c.
Referenced by PS2SetDeviceCmdProc().
| BYTE _PS2_PORT::Queue[BUFFER_SIZE] |
| BOOLEAN _PS2_PORT::QueueEmpty |
Definition at line 37 of file ps2.c.
Referenced by PS2Initialize().
| UINT _PS2_PORT::QueueEnd |
Definition at line 40 of file ps2.c.
Referenced by PS2Initialize().
| HANDLE _PS2_PORT::QueueMutex |
Definition at line 41 of file ps2.c.
Referenced by PS2Initialize().
| UINT _PS2_PORT::QueueStart |
Definition at line 39 of file ps2.c.
Referenced by PS2Initialize().