Searched defs:DRVKBDQUEUE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Input/
H A DDrvKeyboardQueue.cpp48 typedef struct DRVKBDQUEUE struct
68 } DRVKBDQUEUE, *PDRVKBDQUEUE; typedef in typeref:struct:DRVKBDQUEUE
203 /** Converts a pointer to DRVKBDQUEUE::IPort to a DRVKBDQUEUE pointer. */
204 #define IKEYBOARDPORT_2_DRVKBDQUEUE(pInterface) ( (PDRVKBDQUEUE)((char *)(pInterface) - RT_OFFSETOF(DRVKBDQUEUE, IPort)) )
266 #define PPDMIKEYBOARDCONNECTOR_2_DRVKBDQUEUE(pInterface) ( (PDRVKBDQUEUE)((char *)(pInterface) - RT_OFFSETOF(DRVKBDQUEUE, IConnector)) )
510 sizeof(DRVKBDQUEUE),

Completed in 50 milliseconds