Searched refs:Keyboard (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DKeyboardImpl.cpp36 /** @name Keyboard device capabilities bitfield
47 * Keyboard driver instance data.
52 Keyboard *pKeyboard;
67 Keyboard::Keyboard() function in class:Keyboard
72 Keyboard::~Keyboard()
76 HRESULT Keyboard::FinalConstruct()
85 void Keyboard::FinalRelease()
100 HRESULT Keyboard
[all...]
H A DVBoxDriversRegister.cpp62 rc = pCallbacks->pfnRegister(pCallbacks, &Keyboard::DrvReg);
H A DConsoleImpl2.cpp1635 Keyboard *pKeyboard = mKeyboard;
2113 /* Virtual USB Keyboard */
/vbox/src/VBox/Main/include/
H A DKeyboardImpl.h43 class ATL_NO_VTABLE Keyboard : class in inherits:KeyboardWrap
48 DECLARE_EMPTY_CTOR_DTOR(Keyboard)
66 // Wrapped Keyboard properties
70 // Wrapped Keyboard members
H A DConsoleImpl.h28 class Keyboard;
86 * Intended to used only within Console children (i.e. Keyboard, Mouse,
137 Keyboard *i_getKeyboard() const { return mKeyboard; }
847 const ComObjPtr<Keyboard> mKeyboard;
H A DMachineImpl.h65 class Keyboard;
/vbox/src/VBox/Devices/Input/
H A DPS2K.cpp21 * Keyboard Scan Code Specification, Microsoft, 2000
49 /** @name Keyboard commands sent by the system.
72 /** @name Keyboard responses sent to the system.
213 * Keyboard port - LUN#0.
229 } Keyboard; member in struct:PS2K
370 /* 66 */ {0x5E, 0x37, UNKN, KF_E0, T_U }, /* Key Unk: Keyboard Power */
384 /* 74 */ {UNAS, UNAS, UNAS, 0, T_U }, /* Key Unk: Keyboard Execute */
385 /* 75 */ {UNAS, UNAS, UNAS, 0, T_U }, /* Key Unk: Keyboard Help */
386 /* 76 */ {UNAS, UNAS, UNAS, 0, T_U }, /* Key Unk: Keyboard Menu */
387 /* 77 */ {UNAS, UNAS, UNAS, 0, T_U }, /* Key Unk: Keyboard Selec
[all...]
H A DDevPS2.cpp83 /* Keyboard Controller Commands */
91 #define KBD_CCMD_KBD_TEST 0xAB /* Keyboard interface test */
92 #define KBD_CCMD_KBD_DISABLE 0xAD /* Keyboard interface disable */
93 #define KBD_CCMD_KBD_ENABLE 0xAE /* Keyboard interface enable */
108 #define KBD_STAT_OBF 0x01 /* Keyboard output buffer full */
109 #define KBD_STAT_IBF 0x02 /* Keyboard input buffer full */
118 #define KBD_MODE_KBD_INT 0x01 /* Keyboard data generate IRQ1 */
229 /** Keyboard state (implemented in separate PS2K module). */
286 /* Keyboard data has priority if both kbd and aux data is available. */
537 /* Keyboard cloc
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/
H A DPs2KbdCtrller.c960 @retval EFI_TIMEOUT Keyboard is not ready to issuing
1640 // 0: Enable Keyboard interrupt )
1691 // Keyboard Interface Test
1708 // Keyboard reset with a BAT(Basic Assurance Test)
1728 KeyboardError (ConsoleIn, L"Keyboard self test failed!\n\r");
1735 // Set Keyboard to use Scan Code Set 2
1762 // Clear Keyboard Scancode Buffer
1790 // Update Keyboard Lights
1850 Check whether there is Ps/2 Keyboard device in system by 0xF4 Keyboard Comman
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformBdsLib/
H A DBdsPlatform.h184 ACPI_HID_DEVICE_PATH Keyboard; member in struct:__anon12623
/vbox/src/VBox/ValidationKit/bootsectors/
H A Dbootsector2-cpu-a20-1.asm263 db 'Keyboard A20 Gate Interface', 0
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp467 GEN_CHECK_OFF(PS2K, Keyboard.IBase);
468 GEN_CHECK_OFF(PS2K, Keyboard.IPort);
469 GEN_CHECK_OFF(PS2K, Keyboard.pDrvBase);
470 GEN_CHECK_OFF(PS2K, Keyboard.pDrv);
/vbox/src/VBox/Devices/PC/BIOS/
H A Dorgs.asm808 ;; INT 16h handler - Keyboard service
878 ;; INT 09h handler - Keyboard ISR (IRQ 1)
H A DVBoxBiosAlternative.asm911 db 'Keyboard error:%u', 00ah, 000h
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserModel.cpp1348 /* Keyboard handler: */
1582 case QGraphicsSceneContextMenuEvent::Keyboard:
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageControlVM.cpp291 CHECK_ERROR_BREAK(console, COMGETTER(Keyboard)(pKeyboard.asOutParam()));
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp2375 rc = gpConsole->COMGETTER(Keyboard)(gpKeyboard.asOutParam());
2492 * Keyboard events.
3699 * Keyboard event handler.

Completed in 2645 milliseconds