Searched defs:tsc200x (Results 1 – 1 of 1) sorted by relevance
75 struct tsc200x { struct76 struct device *dev;77 struct regmap *regmap;78 __u16 bustype;80 struct input_dev *idev;81 char phys[32];83 struct mutex mutex;108 int (*tsc200x_cmd)(struct device *dev, u8 cmd); argument112 static void tsc200x_update_pen_state(struct tsc200x *ts, in tsc200x_update_pen_state() argument