Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/input/
H A Dps2mult.c49 static int kbd_command_active = 0; variable
78 kbd_command_active = 1; in ps2mult_send_byte()
109 if (kbd_command_active) { in ps2mult_receive_byte()
114 kbd_command_active = 0; in ps2mult_receive_byte()
244 if (!kbd_command_active && !mouse_command_active) { in ps2mult_write_output()
251 if (kbd_command_active) { in ps2mult_write_output()
253 kbd_command_active = 0; in ps2mult_write_output()