Lines Matching defs:ts
151 static bool tsc2007_is_pen_down(struct tsc2007 *ts) in tsc2007_is_pen_down()
175 struct tsc2007 *ts = handle; in tsc2007_soft_irq() local
234 struct tsc2007 *ts = handle; in tsc2007_hard_irq() local
245 static void tsc2007_stop(struct tsc2007 *ts) in tsc2007_stop()
256 struct tsc2007 *ts = input_get_drvdata(input_dev); in tsc2007_open() local
276 struct tsc2007 *ts = input_get_drvdata(input_dev); in tsc2007_close() local
285 struct tsc2007 *ts = i2c_get_clientdata(client); in tsc2007_get_pendown_state_gpio() local
290 static int tsc2007_probe_dt(struct i2c_client *client, struct tsc2007 *ts) in tsc2007_probe_dt()
338 static int tsc2007_probe_dt(struct i2c_client *client, struct tsc2007 *ts) in tsc2007_probe_dt()
345 static int tsc2007_probe_pdev(struct i2c_client *client, struct tsc2007 *ts, in tsc2007_probe_pdev()
379 struct tsc2007 *ts; in tsc2007_probe() local