SERIO_FRAME       381 drivers/input/keyboard/atkbd.c 	if ((flags & (SERIO_FRAME | SERIO_PARITY)) && (~flags & SERIO_TIMEOUT) && !atkbd->resend && atkbd->write) {
SERIO_FRAME        47 drivers/input/serio/ams_delta_serio.c 		return SERIO_FRAME;
SERIO_FRAME        68 drivers/input/serio/apbps2.c 		rxflags |= (status & APBPS2_STATUS_FE) ? SERIO_FRAME : 0;
SERIO_FRAME        67 drivers/input/serio/arc_ps2.c 			flag |= SERIO_FRAME;
SERIO_FRAME        71 drivers/input/serio/sa1111ps2.c 		flag = (status & PS2STAT_STP ? SERIO_FRAME : 0) |
SERIO_FRAME       133 drivers/input/serio/serport.c 				ch_flags = SERIO_FRAME;
SERIO_FRAME       112 drivers/input/serio/sun4i-ps2.c 		rxflags = (intr_status & PS2_LINE_ERROR_BIT) ? SERIO_FRAME : 0;