Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/input/touchscreen/
Dstmpe-ts.c72 struct stmpe_touch { struct
73 struct stmpe *stmpe;
74 struct input_dev *idev;
75 struct delayed_work work;
76 struct device *dev;
77 struct touchscreen_properties prop;
78 u8 ave_ctrl;
79 u8 touch_det_delay;
103 struct stmpe_touch *ts = in stmpe_work() argument