Home
last modified time | relevance | path

Searched refs:SCANCODE_UP (Results 1 – 3 of 3) sorted by relevance

/qemu/ui/
H A Dkeymaps.h45 #define SCANCODE_UP 0x80 macro
H A Dspice-input.c72 keycode = scancode & ~SCANCODE_UP; in kbd_push_key()
73 up = scancode & SCANCODE_UP; in kbd_push_key()
H A Dinput-keymap.c84 keycode |= SCANCODE_UP; in qemu_input_key_value_to_scancode()