Searched defs:tsc200x (Results 1 – 1 of 1) sorted by relevance
84 struct tsc200x { struct85 struct device *dev;86 struct regmap *regmap;87 __u16 bustype;89 struct input_dev *idev;90 char phys[32];92 struct mutex mutex;118 int (*tsc200x_cmd)(struct device *dev, u8 cmd); argument122 static void tsc200x_update_pen_state(struct tsc200x *ts, in tsc200x_update_pen_state() argument