Searched defs:stmpe_touch (Results 1 – 1 of 1) sorted by relevance
72 struct stmpe_touch { struct73 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