Searched refs:SERIO_PARITY (Results 1 – 15 of 15) sorted by relevance
75 flag = (status & PS2_STAT_PARITY) ? 0 : SERIO_PARITY; in pcips2_interrupt()78 flag ^= SERIO_PARITY; in pcips2_interrupt()
72 (status & PS2STAT_RXP ? 0 : SERIO_PARITY); in ps2_rxint()77 flag ^= SERIO_PARITY; in ps2_rxint()
59 return SERIO_PARITY; in check_data()
67 rxflags = (status & APBPS2_STATUS_PE) ? SERIO_PARITY : 0; in apbps2_isr()
577 case 0xff: dfl = SERIO_PARITY; data = 0xfe; break; in i8042_interrupt()586 dfl = ((str & I8042_STR_PARITY) ? SERIO_PARITY : 0) | in i8042_interrupt()598 dfl & SERIO_PARITY ? ", bad parity" : "", in i8042_interrupt()
64 flag |= SERIO_PARITY; in arc_ps2_check_rx()
120 drvdata->flags |= SERIO_PARITY; in xps2_interrupt()
138 ch_flags = SERIO_PARITY; in serport_ldisc_receive()
113 rxflags |= (intr_status & PS2_LSTS_PARERR) ? SERIO_PARITY : 0; in sun4i_ps2_interrupt()
266 ((status & GSC_STAT_PERR) ? SERIO_PARITY : 0 ); in gscps2_interrupt()
223 rxflags |= SERIO_PARITY; in ps2_gpio_irq_rx()
22 #define SERIO_PARITY _BITUL(1) macro
293 serio_flags |= SERIO_PARITY; in rmi_f03_attention()299 serio_flags & SERIO_PARITY ? 'Y' : 'N'); in rmi_f03_attention()
349 ((flags & SERIO_PARITY) && in psmouse_pre_receive_byte()356 flags & SERIO_PARITY ? " bad parity" : ""); in psmouse_pre_receive_byte()
412 if ((flags & (SERIO_FRAME | SERIO_PARITY)) && in atkbd_handle_frame_error()