Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dsuncore.c205 static int mouse_got_break = 0; in suncore_mouse_baud_detection() local
212 if (mouse_got_break && ctr < 8) in suncore_mouse_baud_detection()
217 mouse_got_break = 1; in suncore_mouse_baud_detection()
220 if (mouse_got_break) { in suncore_mouse_baud_detection()
224 mouse_got_break = 0; in suncore_mouse_baud_detection()