Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dad7879.c106 struct ad7879 { struct
107 struct regmap *regmap;
108 struct device *dev;
109 struct input_dev *input;
110 struct timer_list timer;
135 static int ad7879_read(struct ad7879 *ts, u8 reg) in ad7879_read() argument