Searched refs:SERIO_PARITY (Results 1 – 13 of 13) 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()
64 flag |= SERIO_PARITY; in arc_ps2_check_rx()
133 ch_flags = SERIO_PARITY; in serport_ldisc_receive()
120 drvdata->flags |= SERIO_PARITY; in xps2_interrupt()
113 rxflags |= (intr_status & PS2_LSTS_PARERR) ? SERIO_PARITY : 0; in sun4i_ps2_interrupt()
244 ((status & GSC_STAT_PERR) ? SERIO_PARITY : 0 ); in gscps2_report_data()
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()