Home
last modified time | relevance | path

Searched defs:tsc200x (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/input/touchscreen/
Dtsc200x-core.c75 struct tsc200x { struct
76 struct device *dev;
77 struct regmap *regmap;
78 __u16 bustype;
80 struct input_dev *idev;
81 char phys[32];
83 struct mutex mutex;
86 int in_x;
110 int (*tsc200x_cmd)(struct device *dev, u8 cmd); argument
114 static void tsc200x_update_pen_state(struct tsc200x *ts, in tsc200x_update_pen_state() argument