tsc2007            84 drivers/input/touchscreen/tsc2007.h int tsc2007_xfer(struct tsc2007 *tsc, u8 cmd);
tsc2007            85 drivers/input/touchscreen/tsc2007.h u32 tsc2007_calculate_resistance(struct tsc2007 *tsc, struct ts_event *tc);
tsc2007            86 drivers/input/touchscreen/tsc2007.h bool tsc2007_is_pen_down(struct tsc2007 *ts);
tsc2007            90 drivers/input/touchscreen/tsc2007.h int tsc2007_iio_configure(struct tsc2007 *ts);
tsc2007            92 drivers/input/touchscreen/tsc2007.h static inline int tsc2007_iio_configure(struct tsc2007 *ts)
tsc2007            30 drivers/input/touchscreen/tsc2007_core.c int tsc2007_xfer(struct tsc2007 *tsc, u8 cmd)
tsc2007            52 drivers/input/touchscreen/tsc2007_core.c static void tsc2007_read_values(struct tsc2007 *tsc, struct ts_event *tc)
tsc2007            68 drivers/input/touchscreen/tsc2007_core.c u32 tsc2007_calculate_resistance(struct tsc2007 *tsc, struct ts_event *tc)
tsc2007            88 drivers/input/touchscreen/tsc2007_core.c bool tsc2007_is_pen_down(struct tsc2007 *ts)
tsc2007           112 drivers/input/touchscreen/tsc2007_core.c 	struct tsc2007 *ts = handle;
tsc2007           176 drivers/input/touchscreen/tsc2007_core.c 	struct tsc2007 *ts = handle;
tsc2007           187 drivers/input/touchscreen/tsc2007_core.c static void tsc2007_stop(struct tsc2007 *ts)
tsc2007           198 drivers/input/touchscreen/tsc2007_core.c 	struct tsc2007 *ts = input_get_drvdata(input_dev);
tsc2007           218 drivers/input/touchscreen/tsc2007_core.c 	struct tsc2007 *ts = input_get_drvdata(input_dev);
tsc2007           227 drivers/input/touchscreen/tsc2007_core.c 	struct tsc2007 *ts = i2c_get_clientdata(client);
tsc2007           232 drivers/input/touchscreen/tsc2007_core.c static int tsc2007_probe_dt(struct i2c_client *client, struct tsc2007 *ts)
tsc2007           280 drivers/input/touchscreen/tsc2007_core.c static int tsc2007_probe_dt(struct i2c_client *client, struct tsc2007 *ts)
tsc2007           287 drivers/input/touchscreen/tsc2007_core.c static int tsc2007_probe_pdev(struct i2c_client *client, struct tsc2007 *ts,
tsc2007           322 drivers/input/touchscreen/tsc2007_core.c 	struct tsc2007 *ts;
tsc2007           330 drivers/input/touchscreen/tsc2007_core.c 	ts = devm_kzalloc(&client->dev, sizeof(struct tsc2007), GFP_KERNEL);
tsc2007            12 drivers/input/touchscreen/tsc2007_iio.c 	struct tsc2007 *ts;
tsc2007            42 drivers/input/touchscreen/tsc2007_iio.c 	struct tsc2007 *tsc = iio->ts;
tsc2007           106 drivers/input/touchscreen/tsc2007_iio.c int tsc2007_iio_configure(struct tsc2007 *ts)