Home
last modified time | relevance | path

Searched refs:tsc2007 (Results 1 – 5 of 5) sorted by relevance

/drivers/input/touchscreen/
A Dtsc2007.h61 struct tsc2007 { struct
88 int tsc2007_xfer(struct tsc2007 *tsc, u8 cmd); argument
89 u32 tsc2007_calculate_resistance(struct tsc2007 *tsc, struct ts_event *tc);
90 bool tsc2007_is_pen_down(struct tsc2007 *ts);
94 int tsc2007_iio_configure(struct tsc2007 *ts);
96 static inline int tsc2007_iio_configure(struct tsc2007 *ts) in tsc2007_iio_configure()
A Dtsc2007_core.c31 int tsc2007_xfer(struct tsc2007 *tsc, u8 cmd) in tsc2007_xfer()
53 static void tsc2007_read_values(struct tsc2007 *tsc, struct ts_event *tc) in tsc2007_read_values()
89 bool tsc2007_is_pen_down(struct tsc2007 *ts) in tsc2007_is_pen_down()
113 struct tsc2007 *ts = handle; in tsc2007_soft_irq()
174 static void tsc2007_stop(struct tsc2007 *ts) in tsc2007_stop()
185 struct tsc2007 *ts = input_get_drvdata(input_dev); in tsc2007_open()
205 struct tsc2007 *ts = input_get_drvdata(input_dev); in tsc2007_close()
213 struct tsc2007 *ts = i2c_get_clientdata(client); in tsc2007_get_pendown_state_gpio()
261 static int tsc2007_probe_pdev(struct device *dev, struct tsc2007 *ts, in tsc2007_probe_pdev()
296 struct tsc2007 *ts; in tsc2007_probe()
[all …]
A Dtsc2007_iio.c12 struct tsc2007 *ts;
42 struct tsc2007 *tsc = iio->ts; in tsc2007_read_raw()
106 int tsc2007_iio_configure(struct tsc2007 *ts) in tsc2007_iio_configure()
A DMakefile98 tsc2007-y := tsc2007_core.o
99 tsc2007-$(CONFIG_TOUCHSCREEN_TSC2007_IIO) += tsc2007_iio.o
100 obj-$(CONFIG_TOUCHSCREEN_TSC2007) += tsc2007.o
A DKconfig1159 module will be called tsc2007.
1166 Saying Y here adds an iio interface to the tsc2007 which

Completed in 13 milliseconds