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

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

Completed in 205 milliseconds