Home
last modified time | relevance | path

Searched refs:I8042_STR_PARITY (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
Di8042.h38 #define I8042_STR_PARITY 0x80 macro
/linux-4.1.27/drivers/input/serio/
Di8042.c521 dfl = ((str & I8042_STR_PARITY) ? SERIO_PARITY : 0) | in i8042_interrupt()