Home
last modified time | relevance | path

Searched refs:need_high_bit (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/input/
H A Dps2.h74 bool need_high_bit; member
/openbmc/qemu/hw/input/
H A Dps2.c300 s->need_high_bit = true; in ps2_put_keycode()
301 } else if (s->need_high_bit) { in ps2_put_keycode()
303 s->need_high_bit = false; in ps2_put_keycode()
1136 return s->need_high_bit != 0; /* 0 is the usual state */ in ps2_keyboard_need_high_bit_needed()
1145 VMSTATE_BOOL(need_high_bit, PS2KbdState),