Home
last modified time | relevance | path

Searched refs:SERIO_PARITY (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/drivers/input/serio/
H A Dpcips2.c75 flag = (status & PS2_STAT_PARITY) ? 0 : SERIO_PARITY; in pcips2_interrupt()
78 flag ^= SERIO_PARITY; in pcips2_interrupt()
H A Dsa1111ps2.c72 (status & PS2STAT_RXP ? 0 : SERIO_PARITY); in ps2_rxint()
77 flag ^= SERIO_PARITY; in ps2_rxint()
H A Dams_delta_serio.c59 return SERIO_PARITY; in check_data()
H A Dapbps2.c67 rxflags = (status & APBPS2_STATUS_PE) ? SERIO_PARITY : 0; in apbps2_isr()
H A Darc_ps2.c64 flag |= SERIO_PARITY; in arc_ps2_check_rx()
H A Di8042.c581 case 0xff: dfl = SERIO_PARITY; data = 0xfe; break; in i8042_interrupt()
590 dfl = ((str & I8042_STR_PARITY) ? SERIO_PARITY : 0) | in i8042_interrupt()
602 dfl & SERIO_PARITY ? ", bad parity" : "", in i8042_interrupt()
H A Dxilinx_ps2.c120 drvdata->flags |= SERIO_PARITY; in xps2_interrupt()
H A Dserport.c138 ch_flags = SERIO_PARITY; in serport_ldisc_receive()
H A Dsun4i-ps2.c113 rxflags |= (intr_status & PS2_LSTS_PARERR) ? SERIO_PARITY : 0; in sun4i_ps2_interrupt()
H A Dgscps2.c266 ((status & GSC_STAT_PERR) ? SERIO_PARITY : 0 ); in gscps2_interrupt()
H A Dps2-gpio.c223 rxflags |= SERIO_PARITY; in ps2_gpio_irq_rx()
/openbmc/linux/include/uapi/linux/
H A Dserio.h22 #define SERIO_PARITY _BITUL(1) macro
/openbmc/linux/drivers/input/rmi4/
H A Drmi_f03.c293 serio_flags |= SERIO_PARITY; in rmi_f03_attention()
299 serio_flags & SERIO_PARITY ? 'Y' : 'N'); in rmi_f03_attention()
/openbmc/linux/drivers/input/mouse/
H A Dpsmouse-base.c349 ((flags & SERIO_PARITY) && in psmouse_pre_receive_byte()
356 flags & SERIO_PARITY ? " bad parity" : ""); in psmouse_pre_receive_byte()
/openbmc/linux/drivers/input/keyboard/
H A Datkbd.c412 if ((flags & (SERIO_FRAME | SERIO_PARITY)) && in atkbd_handle_frame_error()