Searched refs:SERIO_PARITY (Results 1 – 15 of 15) sorted by relevance
78 flag = (status & PS2_STAT_PARITY) ? 0 : SERIO_PARITY; in pcips2_interrupt()81 flag ^= SERIO_PARITY; in pcips2_interrupt()
75 (status & PS2STAT_RXP ? 0 : SERIO_PARITY); in ps2_rxint()80 flag ^= SERIO_PARITY; in ps2_rxint()
62 return SERIO_PARITY; in check_data()
71 rxflags = (status & APBPS2_STATUS_PE) ? SERIO_PARITY : 0; in apbps2_isr()
67 flag |= SERIO_PARITY; in arc_ps2_check_rx()
557 case 0xff: dfl = SERIO_PARITY; data = 0xfe; break; in i8042_interrupt()566 dfl = ((str & I8042_STR_PARITY) ? SERIO_PARITY : 0) | in i8042_interrupt()581 dfl & SERIO_PARITY ? ", bad parity" : "", in i8042_interrupt()
141 ch_flags = SERIO_PARITY; in serport_ldisc_receive()
128 drvdata->flags |= SERIO_PARITY; in xps2_interrupt()
112 rxflags |= (intr_status & PS2_LSTS_PARERR) ? SERIO_PARITY : 0; in sun4i_ps2_interrupt()
266 ((status & GSC_STAT_PERR) ? SERIO_PARITY : 0 ); in gscps2_interrupt()
178 rxflags |= SERIO_PARITY; in ps2_gpio_irq_rx()
22 #define SERIO_PARITY BIT(1) macro
296 serio_flags |= SERIO_PARITY; in rmi_f03_attention()302 serio_flags & SERIO_PARITY ? 'Y' : 'N'); in rmi_f03_attention()
351 ((flags & SERIO_PARITY) && in psmouse_interrupt()358 flags & SERIO_PARITY ? " bad parity" : ""); in psmouse_interrupt()
385 …if ((flags & (SERIO_FRAME | SERIO_PARITY)) && (~flags & SERIO_TIMEOUT) && !atkbd->resend && atkbd-… in atkbd_interrupt()