Lines Matching defs:ts

135 static int ad7879_read(struct ad7879 *ts, u8 reg)  in ad7879_read()
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() local
247 struct ad7879 *ts = handle; in ad7879_irq() local
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() local
296 struct ad7879 *ts = input_get_drvdata(input); in ad7879_close() local
305 struct ad7879 *ts = dev_get_drvdata(dev); in ad7879_suspend() local
321 struct ad7879 *ts = dev_get_drvdata(dev); in ad7879_resume() local
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() local
370 struct ad7879 *ts = dev_get_drvdata(dev); in ad7879_disable_store() local
398 struct ad7879 *ts = gpiochip_get_data(chip); in ad7879_gpio_direction_input() local
412 struct ad7879 *ts = gpiochip_get_data(chip); in ad7879_gpio_direction_output() local
431 struct ad7879 *ts = gpiochip_get_data(chip); in ad7879_gpio_get_value() local
444 struct ad7879 *ts = gpiochip_get_data(chip); in ad7879_gpio_set_value() local
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() local