Searched refs:ps2_queue (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/input/ |
H A D | ps2.c | 186 void ps2_queue(PS2State *s, int b) in ps2_queue() function 302 ps2_queue(ps, translate_table[keycode] | 0x80); in ps2_put_keycode() 305 ps2_queue(ps, translate_table[keycode]); in ps2_put_keycode() 308 ps2_queue(ps, keycode); in ps2_put_keycode() 889 ps2_queue(ps2, AUX_ACK); in ps2_write_mouse() 892 ps2_queue(ps2, val); in ps2_write_mouse() 899 ps2_queue(ps2, AUX_ACK); in ps2_write_mouse() 903 ps2_queue(ps2, AUX_ACK); in ps2_write_mouse() 907 ps2_queue(ps2, AUX_ACK); in ps2_write_mouse() 911 ps2_queue(ps2, AUX_ACK); in ps2_write_mouse() [all …]
|
H A D | pckbd.c | 289 ps2_queue(aux ? PS2_DEVICE(&s->ps2mouse) : PS2_DEVICE(&s->ps2kbd), b); in kbd_queue()
|
/openbmc/qemu/include/hw/input/ |
H A D | ps2.h | 105 void ps2_queue(PS2State *s, int b);
|