Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/input/
H A Dps2mult.c50 static int mouse_command_active = 0; variable
81 mouse_command_active = 1; in ps2mult_send_byte()
121 if (mouse_command_active) { in ps2mult_receive_byte()
126 mouse_command_active = 0; in ps2mult_receive_byte()
244 if (!kbd_command_active && !mouse_command_active) { in ps2mult_write_output()
256 if (mouse_command_active) { in ps2mult_write_output()
258 mouse_command_active = 0; in ps2mult_write_output()