Home
last modified time | relevance | path

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

/linux-3.3/drivers/input/touchscreen/
Dad7879.c108 struct ad7879 { struct
109 const struct ad7879_bus_ops *bops; argument
111 struct device *dev;
112 struct input_dev *input;
113 struct timer_list timer;
138 static int ad7879_read(struct ad7879 *ts, u8 reg) in ad7879_read() argument