Lines Matching defs:ts
91 bool tsc2007_is_pen_down(struct tsc2007 *ts) in tsc2007_is_pen_down()
115 struct tsc2007 *ts = handle; in tsc2007_soft_irq() local
179 struct tsc2007 *ts = handle; in tsc2007_hard_irq() local
190 static void tsc2007_stop(struct tsc2007 *ts) in tsc2007_stop()
201 struct tsc2007 *ts = input_get_drvdata(input_dev); in tsc2007_open() local
221 struct tsc2007 *ts = input_get_drvdata(input_dev); in tsc2007_close() local
230 struct tsc2007 *ts = i2c_get_clientdata(client); in tsc2007_get_pendown_state_gpio() local
235 static int tsc2007_probe_dt(struct i2c_client *client, struct tsc2007 *ts) in tsc2007_probe_dt()
283 static int tsc2007_probe_dt(struct i2c_client *client, struct tsc2007 *ts) in tsc2007_probe_dt()
290 static int tsc2007_probe_pdev(struct i2c_client *client, struct tsc2007 *ts, in tsc2007_probe_pdev()
325 struct tsc2007 *ts; in tsc2007_probe() local