Searched refs:PPDMIKEYBOARDPORT (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DKeyboardImpl.cpp56 PPDMIKEYBOARDPORT pUpPort;
184 PPDMIKEYBOARDPORT pUpPort = NULL;
/vbox/src/VBox/Devices/Input/
H A DDrvKeyboardQueue.cpp53 PPDMIKEYBOARDPORT pUpPort;
216 static DECLCALLBACK(int) drvKbdQueuePutEventScan(PPDMIKEYBOARDPORT pInterface, uint8_t u8ScanCode)
H A DUsbKbd.cpp700 static DECLCALLBACK(int) usbHidKeyboardPutEvent(PPDMIKEYBOARDPORT pInterface, uint32_t u32UsageCode)
H A DPS2K.cpp1160 static DECLCALLBACK(int) ps2kPutEventWrapper(PPDMIKEYBOARDPORT pInterface, uint32_t u32UsageCode)
/vbox/include/VBox/vmm/
H A Dpdmifs.h400 typedef struct PDMIKEYBOARDPORT *PPDMIKEYBOARDPORT; typedef in typeref:struct:PDMIKEYBOARDPORT
419 DECLR3CALLBACKMEMBER(int, pfnPutEventScan,(PPDMIKEYBOARDPORT pInterface, uint8_t u8KeyCode));
433 DECLR3CALLBACKMEMBER(int, pfnPutEventHid,(PPDMIKEYBOARDPORT pInterface, uint32_t u32UsageID));

Completed in 64 milliseconds