Symbol: tsc2007
drivers/input/touchscreen/tsc2007.h
88
int tsc2007_xfer(struct tsc2007 *tsc, u8 cmd);
drivers/input/touchscreen/tsc2007.h
89
u32 tsc2007_calculate_resistance(struct tsc2007 *tsc, struct ts_event *tc);
drivers/input/touchscreen/tsc2007.h
90
bool tsc2007_is_pen_down(struct tsc2007 *ts);
drivers/input/touchscreen/tsc2007.h
94
int tsc2007_iio_configure(struct tsc2007 *ts);
drivers/input/touchscreen/tsc2007.h
96
static inline int tsc2007_iio_configure(struct tsc2007 *ts)
drivers/input/touchscreen/tsc2007_core.c
113
struct tsc2007 *ts = handle;
drivers/input/touchscreen/tsc2007_core.c
175
static void tsc2007_stop(struct tsc2007 *ts)
drivers/input/touchscreen/tsc2007_core.c
187
struct tsc2007 *ts = input_get_drvdata(input_dev);
drivers/input/touchscreen/tsc2007_core.c
208
struct tsc2007 *ts = input_get_drvdata(input_dev);
drivers/input/touchscreen/tsc2007_core.c
216
struct tsc2007 *ts = i2c_get_clientdata(client);
drivers/input/touchscreen/tsc2007_core.c
221
static int tsc2007_probe_properties(struct device *dev, struct tsc2007 *ts)
drivers/input/touchscreen/tsc2007_core.c
264
static int tsc2007_probe_pdev(struct device *dev, struct tsc2007 *ts,
drivers/input/touchscreen/tsc2007_core.c
299
struct tsc2007 *ts;
drivers/input/touchscreen/tsc2007_core.c
307
ts = devm_kzalloc(&client->dev, sizeof(struct tsc2007), GFP_KERNEL);
drivers/input/touchscreen/tsc2007_core.c
31
int tsc2007_xfer(struct tsc2007 *tsc, u8 cmd)
drivers/input/touchscreen/tsc2007_core.c
53
static void tsc2007_read_values(struct tsc2007 *tsc, struct ts_event *tc)
drivers/input/touchscreen/tsc2007_core.c
67
u32 tsc2007_calculate_resistance(struct tsc2007 *tsc, struct ts_event *tc)
drivers/input/touchscreen/tsc2007_core.c
89
bool tsc2007_is_pen_down(struct tsc2007 *ts)
drivers/input/touchscreen/tsc2007_iio.c
101
int tsc2007_iio_configure(struct tsc2007 *ts)
drivers/input/touchscreen/tsc2007_iio.c
12
struct tsc2007 *ts;
drivers/input/touchscreen/tsc2007_iio.c
42
struct tsc2007 *tsc = iio->ts;