Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dsuncore.c204 static int mouse_got_break = 0; in suncore_mouse_baud_detection() local
211 if (mouse_got_break && ctr < 8) in suncore_mouse_baud_detection()
216 mouse_got_break = 1; in suncore_mouse_baud_detection()
219 if (mouse_got_break) { in suncore_mouse_baud_detection()
223 mouse_got_break = 0; in suncore_mouse_baud_detection()