Home
last modified time | relevance | path

Searched defs:mms114_touch (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/input/touchscreen/
H A Dmms114.c80 struct mms114_touch { struct
81 u8 id:4, reserved_bit4:1, type:2, pressed:1;
82 u8 x_hi:4, y_hi:4;
83 u8 x_lo;
84 u8 y_lo;
85 u8 width;
86 u8 strength;
87 u8 reserved[2];