Searched refs:I8042_STR_PARITY (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/include/linux/ | ||
D | i8042.h | 35 #define I8042_STR_PARITY 0x80 macro |
/Linux-v6.6/drivers/input/serio/ | ||
D | i8042.c | 586 dfl = ((str & I8042_STR_PARITY) ? SERIO_PARITY : 0) | in i8042_interrupt() |