Searched defs:tsc200x (Results 1 – 1 of 1) sorted by relevance
83 struct tsc200x { struct84 struct device *dev;85 struct regmap *regmap;86 __u16 bustype;88 struct input_dev *idev;89 char phys[32];91 struct mutex mutex;116 int (*tsc200x_cmd)(struct device *dev, u8 cmd); argument120 static void tsc200x_update_pen_state(struct tsc200x *ts, in tsc200x_update_pen_state() argument