Searched defs:down (Results 1 – 13 of 13) sorted by relevance
/qemu/ui/ |
A D | input.c | 375 static InputEvent *qemu_input_event_new_key(KeyValue *key, bool down) in qemu_input_event_new_key() 385 void qemu_input_event_send_key(QemuConsole *src, KeyValue *key, bool down) in qemu_input_event_send_key() 401 void qemu_input_event_send_key_number(QemuConsole *src, int num, bool down) in qemu_input_event_send_key_number() 407 void qemu_input_event_send_key_qcode(QemuConsole *src, QKeyCode q, bool down) in qemu_input_event_send_key_qcode() 432 void qemu_input_queue_btn(QemuConsole *src, InputButton btn, bool down) in qemu_input_queue_btn()
|
A D | input-keymap.c | 64 int qemu_input_key_value_to_scancode(const KeyValue *value, bool down, in qemu_input_key_value_to_scancode()
|
A D | kbd-state.c | 40 void qkbd_state_key_event(QKbdState *kbd, QKeyCode qcode, bool down) in qkbd_state_key_event()
|
A D | keymaps.c | 193 QKbdState *kbd, bool down) in keysym2scancode()
|
A D | vnc.c | 1868 static void do_key_event(VncState *vs, int down, int keycode, int sym) in do_key_event() 2047 static void key_event(VncState *vs, int down, uint32_t sym) in key_event() 2062 static void ext_key_event(VncState *vs, int down, in ext_key_event()
|
/qemu/tests/tcg/i386/ |
A D | test-i386-f2xm1.c | 6 long double arg, down, up; member
|
A D | test-i386-fpatan.c | 6 long double arg0, arg1, down, up; member
|
A D | test-i386-fyl2x.c | 6 long double arg0, arg1, down, up; member
|
A D | test-i386-fyl2xp1.c | 6 long double arg0, arg1, down, up; member
|
/qemu/include/hw/acpi/ |
A D | pcihp.h | 38 uint32_t down; member
|
/qemu/hw/acpi/ |
A D | piix4.c | 54 uint32_t down; member
|
/qemu/hw/display/ |
A D | xenfb.c | 152 static int xenfb_send_key(struct XenInput *xenfb, bool down, int keycode) in xenfb_send_key()
|
/qemu/hw/arm/ |
A D | omap1.c | 2149 void omap_mpuio_key(struct omap_mpuio_s *s, int row, int col, int down) in omap_mpuio_key()
|
Completed in 59 milliseconds