Lines Matching defs:ts
88 bool tsc2007_is_pen_down(struct tsc2007 *ts) in tsc2007_is_pen_down()
112 struct tsc2007 *ts = handle; in tsc2007_soft_irq() local
176 struct tsc2007 *ts = handle; in tsc2007_hard_irq() local
187 static void tsc2007_stop(struct tsc2007 *ts) in tsc2007_stop()
198 struct tsc2007 *ts = input_get_drvdata(input_dev); in tsc2007_open() local
218 struct tsc2007 *ts = input_get_drvdata(input_dev); in tsc2007_close() local
227 struct tsc2007 *ts = i2c_get_clientdata(client); in tsc2007_get_pendown_state_gpio() local
232 static int tsc2007_probe_dt(struct i2c_client *client, struct tsc2007 *ts) in tsc2007_probe_dt()
280 static int tsc2007_probe_dt(struct i2c_client *client, struct tsc2007 *ts) in tsc2007_probe_dt()
287 static int tsc2007_probe_pdev(struct i2c_client *client, struct tsc2007 *ts, in tsc2007_probe_pdev()
322 struct tsc2007 *ts; in tsc2007_probe() local