Home
last modified time | relevance | path

Searched refs:ps2_write_keyboard (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/hw/input/
H A Dps2.h102 void ps2_write_keyboard(PS2KbdState *s, int val);
/openbmc/qemu/hw/input/
H A Dtrace-events37 ps2_write_keyboard(void *opaque, int val) "%p val %d"
H A Dpl050.c135 ps2_write_keyboard(PS2_KBD_DEVICE(s->ps2dev), value); in pl050_write()
H A Dlasips2.c176 ps2_write_keyboard(PS2_KBD_DEVICE(lp->ps2dev), val); in lasips2_reg_write()
H A Dpckbd.c432 ps2_write_keyboard(&s->ps2kbd, val); in kbd_write_data()
H A Dps2.c596 void ps2_write_keyboard(PS2KbdState *s, int val) in ps2_write_keyboard() function