Home
last modified time | relevance | path

Searched refs:QEMU_NUM_LOCK_LED (Results 1 – 5 of 5) sorted by relevance

/qemu/ui/
H A Dspice-input.c96 if (ledstate & QEMU_NUM_LOCK_LED) { in kbd_leds()
H A Dvnc.c1854 (ledstate & QEMU_NUM_LOCK_LED), in kbd_leds()
/qemu/hw/input/
H A Dhid.c475 ledstate |= QEMU_NUM_LOCK_LED; in hid_keyboard_write()
H A Dvirtio-input-hid.c220 ledbit = QEMU_NUM_LOCK_LED; in virtio_input_hid_handle_status()
/qemu/include/ui/
H A Dconsole.h43 #define QEMU_NUM_LOCK_LED (1 << 1)
42 #define QEMU_NUM_LOCK_LED global() macro