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

/linux-master/drivers/tty/serial/
H A Dsuncore.c206 static int mouse_got_break = 0; local
213 if (mouse_got_break && ctr < 8)
218 mouse_got_break = 1;
221 if (mouse_got_break) {
225 mouse_got_break = 0;

Completed in 203 milliseconds