Lines Matching refs:ad7879

106 struct ad7879 {  struct
135 static int ad7879_read(struct ad7879 *ts, u8 reg) in ad7879_read() argument
150 static int ad7879_write(struct ad7879 *ts, u8 reg, u16 val) in ad7879_write()
165 static int ad7879_report(struct ad7879 *ts) in ad7879_report()
229 static void ad7879_ts_event_release(struct ad7879 *ts) in ad7879_ts_event_release()
240 struct ad7879 *ts = from_timer(ts, t, timer); in ad7879_timer()
247 struct ad7879 *ts = handle; in ad7879_irq()
261 static void __ad7879_enable(struct ad7879 *ts) in __ad7879_enable()
270 static void __ad7879_disable(struct ad7879 *ts) in __ad7879_disable()
285 struct ad7879 *ts = input_get_drvdata(input); in ad7879_open()
296 struct ad7879 *ts = input_get_drvdata(input); in ad7879_close()
305 struct ad7879 *ts = dev_get_drvdata(dev); in ad7879_suspend()
321 struct ad7879 *ts = dev_get_drvdata(dev); in ad7879_resume()
338 static void ad7879_toggle(struct ad7879 *ts, bool disable) in ad7879_toggle()
361 struct ad7879 *ts = dev_get_drvdata(dev); in ad7879_disable_show()
370 struct ad7879 *ts = dev_get_drvdata(dev); in ad7879_disable_store()
398 struct ad7879 *ts = gpiochip_get_data(chip); in ad7879_gpio_direction_input()
412 struct ad7879 *ts = gpiochip_get_data(chip); in ad7879_gpio_direction_output()
431 struct ad7879 *ts = gpiochip_get_data(chip); in ad7879_gpio_get_value()
444 struct ad7879 *ts = gpiochip_get_data(chip); in ad7879_gpio_set_value()
456 static int ad7879_gpio_add(struct ad7879 *ts) in ad7879_gpio_add()
485 static int ad7879_gpio_add(struct ad7879 *ts) in ad7879_gpio_add()
491 static int ad7879_parse_dt(struct device *dev, struct ad7879 *ts) in ad7879_parse_dt()
520 struct ad7879 *ts; in ad7879_probe()