Searched refs:PS2K (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/Input/ |
H A D | PS2Dev.h | 20 /** The size of the PS2K/PS2M structure fillers. 28 typedef struct PS2K struct 31 } PS2K; typedef in typeref:struct:PS2K 42 typedef struct PS2K *PPS2K; 55 PS2K *KBDGetPS2KFromDevIns(PPDMDEVINS pDevIns);
|
H A D | PS2K.cpp | 2 * PS2K - PS/2 keyboard emulation. 155 typedef struct PS2K struct 230 } PS2K, *PPS2K; typedef in typeref:struct:PS2K 232 AssertCompile(PS2K_STRUCT_FILLER >= sizeof(PS2K)); 734 LogRel(("PS2K: Selected scan set %d.\n", cmd)); 1010 PPS2K pThis = (PS2K *)pvUser; NOREF(pDevIns); 1034 PPS2K pThis = (PS2K *)pvUser; NOREF(pDevIns); 1101 PPS2K pThis = RT_FROM_MEMBER(pInterface, PS2K, Keyboard.IBase); 1162 PPS2K pThis = RT_FROM_MEMBER(pInterface, PS2K, Keyboard.IPort); 1241 LogFlowFunc(("Saving PS2K stat [all...] |
H A D | DevPS2.cpp | 229 /** Keyboard state (implemented in separate PS2K module). */ 233 PS2K Kbd; 597 PS2K *KBDGetPS2KFromDevIns(PPDMDEVINS pDevIns)
|
/vbox/src/VBox/Devices/testcase/ |
H A D | tstDeviceStructSizeRC.cpp | 49 #include "../Input/PS2K.cpp" 450 /* Input/PS2K.c */ 451 GEN_CHECK_SIZE(PS2K); 452 GEN_CHECK_OFF(PS2K, fScanning); 453 GEN_CHECK_OFF(PS2K, fNumLockOn); 454 GEN_CHECK_OFF(PS2K, u8ScanSet); 455 GEN_CHECK_OFF(PS2K, u8Typematic); 456 GEN_CHECK_OFF(PS2K, enmTypematicState); 457 GEN_CHECK_OFF(PS2K, keyQ); 458 GEN_CHECK_OFF(PS2K, cmd [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/AcpiTables/ |
H A D | Dsdt.asl | 379 Device (PS2K) {
|
Completed in 82 milliseconds