Searched defs:stmpe_touch (Results 1 – 1 of 1) sorted by relevance
70 struct stmpe_touch { struct71 struct stmpe *stmpe;72 struct input_dev *idev;73 struct delayed_work work;74 struct device *dev;75 u8 ave_ctrl;76 u8 touch_det_delay;100 struct stmpe_touch *ts = in stmpe_work() argument