Searched defs:ad7879 (Results 1 – 1 of 1) sorted by relevance
108 struct ad7879 { struct109 struct regmap *regmap;110 struct device *dev;111 struct input_dev *input;112 struct timer_list timer;137 static int ad7879_read(struct ad7879 *ts, u8 reg) in ad7879_read() argument