SERIO_PARITY      381 drivers/input/keyboard/atkbd.c 	if ((flags & (SERIO_FRAME | SERIO_PARITY)) && (~flags & SERIO_TIMEOUT) && !atkbd->resend && atkbd->write) {
SERIO_PARITY      347 drivers/input/mouse/psmouse-base.c 		     ((flags & SERIO_PARITY) &&
SERIO_PARITY      354 drivers/input/mouse/psmouse-base.c 				     flags & SERIO_PARITY ? " bad parity" : "");
SERIO_PARITY      293 drivers/input/rmi4/rmi_f03.c 			serio_flags |= SERIO_PARITY;
SERIO_PARITY      299 drivers/input/rmi4/rmi_f03.c 			serio_flags & SERIO_PARITY ? 'Y' : 'N');
SERIO_PARITY       59 drivers/input/serio/ams_delta_serio.c 		return SERIO_PARITY;
SERIO_PARITY       67 drivers/input/serio/apbps2.c 		rxflags = (status & APBPS2_STATUS_PE) ? SERIO_PARITY : 0;
SERIO_PARITY       64 drivers/input/serio/arc_ps2.c 			flag |= SERIO_PARITY;
SERIO_PARITY      266 drivers/input/serio/gscps2.c 			((status & GSC_STAT_PERR) ? SERIO_PARITY  : 0 );
SERIO_PARITY      567 drivers/input/serio/i8042.c 				case 0xff: dfl = SERIO_PARITY;  data = 0xfe; break;
SERIO_PARITY      576 drivers/input/serio/i8042.c 		dfl = ((str & I8042_STR_PARITY) ? SERIO_PARITY : 0) |
SERIO_PARITY      588 drivers/input/serio/i8042.c 		   dfl & SERIO_PARITY ? ", bad parity" : "",
SERIO_PARITY       75 drivers/input/serio/pcips2.c 		flag = (status & PS2_STAT_PARITY) ? 0 : SERIO_PARITY;
SERIO_PARITY       78 drivers/input/serio/pcips2.c 			flag ^= SERIO_PARITY;
SERIO_PARITY      176 drivers/input/serio/ps2-gpio.c 			rxflags |= SERIO_PARITY;
SERIO_PARITY       72 drivers/input/serio/sa1111ps2.c 		       (status & PS2STAT_RXP ? 0 : SERIO_PARITY);
SERIO_PARITY       77 drivers/input/serio/sa1111ps2.c 			flag ^= SERIO_PARITY;
SERIO_PARITY      137 drivers/input/serio/serport.c 				ch_flags = SERIO_PARITY;
SERIO_PARITY      113 drivers/input/serio/sun4i-ps2.c 		rxflags |= (intr_status & PS2_LSTS_PARERR) ? SERIO_PARITY : 0;
SERIO_PARITY      120 drivers/input/serio/xilinx_ps2.c 		drvdata->flags |= SERIO_PARITY;