Searched refs:SERIO_PARITY (Results 1 – 14 of 14) sorted by relevance
78 flag = (status & PS2_STAT_PARITY) ? 0 : SERIO_PARITY; in pcips2_interrupt()81 flag ^= SERIO_PARITY; in pcips2_interrupt()
73 (status & PS2STAT_RXP ? 0 : SERIO_PARITY); in ps2_rxint()78 flag ^= SERIO_PARITY; in ps2_rxint()
61 return SERIO_PARITY; in check_data()
71 rxflags = (status & APBPS2_STATUS_PE) ? SERIO_PARITY : 0; in apbps2_isr()
519 case 0xff: dfl = SERIO_PARITY; data = 0xfe; break; in i8042_interrupt()528 dfl = ((str & I8042_STR_PARITY) ? SERIO_PARITY : 0) | in i8042_interrupt()540 dfl & SERIO_PARITY ? ", bad parity" : "", in i8042_interrupt()
144 ch_flags = SERIO_PARITY; in serport_ldisc_receive()
67 flag |= SERIO_PARITY; in arc_ps2_check_rx()
126 drvdata->flags |= SERIO_PARITY; in xps2_interrupt()
112 rxflags |= (intr_status & PS2_LSTS_PARERR) ? SERIO_PARITY : 0; in sun4i_ps2_interrupt()
119 io_flags |= SERIO_PARITY; in psif_interrupt()
267 ((status & GSC_STAT_PERR) ? SERIO_PARITY : 0 ); in gscps2_interrupt()
21 #define SERIO_PARITY 2 macro
305 ((flags & SERIO_PARITY) && !psmouse->ignore_parity))) { in psmouse_interrupt()311 flags & SERIO_PARITY ? " bad parity" : ""); in psmouse_interrupt()
385 …if ((flags & (SERIO_FRAME | SERIO_PARITY)) && (~flags & SERIO_TIMEOUT) && !atkbd->resend && atkbd-… in atkbd_interrupt()