Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/input/
H A Di8042.h60 bool kbd_throttle; member
/openbmc/qemu/hw/input/
H A Dpckbd.c898 if (isa_s->kbd_throttle && !isa_s->kbd.extended_state) { in i8042_realizefn()
901 } else if (isa_s->kbd_throttle) { in i8042_realizefn()
938 DEFINE_PROP_BOOL("kbd-throttle", ISAKBDState, kbd_throttle, false),