Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dkeymaps.h42 #define SCANCODE_EMUL0 0xE0 macro
H A Dinput-keymap.c80 codes[count++] = SCANCODE_EMUL0; in qemu_input_key_value_to_scancode()
H A Dspice-input.c56 if (scancode == SCANCODE_EMUL0) { in kbd_push_key()