Lines Matching defs:stmpe_touch
65 struct stmpe_touch { struct66 struct stmpe *stmpe;67 struct input_dev *idev;68 struct delayed_work work;69 struct device *dev;70 u8 sample_time;71 u8 mod_12b;72 u8 ref_sel;73 u8 adc_freq;74 u8 ave_ctrl;75 u8 touch_det_delay;99 struct stmpe_touch *ts = in stmpe_work() argument