Searched refs:KBDState (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Input/
H A DDevPS2.cpp189 typedef struct KBDState struct
263 } KBDState; typedef in typeref:struct:KBDState
268 static void kbd_update_irq(KBDState *s)
363 KBDState *s = (KBDState *)pKbc;
368 static void kbd_queue(KBDState *s, int b, int aux)
413 KBDState *s = (KBDState*)opaque;
424 KBDState *s = (KBDState*)opaqu
[all...]
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp420 GEN_CHECK_SIZE(KBDState);
421 GEN_CHECK_OFF(KBDState, write_cmd);
422 GEN_CHECK_OFF(KBDState, status);
423 GEN_CHECK_OFF(KBDState, mode);
425 GEN_CHECK_OFF(KBDState, mouse_command_queue);
426 GEN_CHECK_OFF(KBDState, mouse_event_queue);
427 GEN_CHECK_OFF(KBDState, mouse_write_cmd);
428 GEN_CHECK_OFF(KBDState, mouse_status);
429 GEN_CHECK_OFF(KBDState, mouse_resolution);
430 GEN_CHECK_OFF(KBDState, mouse_sample_rat
[all...]

Completed in 38 milliseconds