Searched refs:tsc2007 (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/input/touchscreen/ |
H A D | tsc2007.h | 60 struct tsc2007 { struct 86 int tsc2007_xfer(struct tsc2007 *tsc, u8 cmd); argument 87 u32 tsc2007_calculate_resistance(struct tsc2007 *tsc, struct ts_event *tc); 88 bool tsc2007_is_pen_down(struct tsc2007 *ts); 92 int tsc2007_iio_configure(struct tsc2007 *ts); 94 static inline int tsc2007_iio_configure(struct tsc2007 *ts) in tsc2007_iio_configure()
|
H A D | tsc2007_core.c | 31 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() 69 u32 tsc2007_calculate_resistance(struct tsc2007 *tsc, struct ts_event *tc) in tsc2007_calculate_resistance() 89 bool tsc2007_is_pen_down(struct tsc2007 *ts) in tsc2007_is_pen_down() 113 struct tsc2007 *ts = handle; in tsc2007_soft_irq() 175 static void tsc2007_stop(struct tsc2007 *ts) in tsc2007_stop() 186 struct tsc2007 *ts = input_get_drvdata(input_dev); in tsc2007_open() 206 struct tsc2007 *ts = input_get_drvdata(input_dev); in tsc2007_close() 214 struct tsc2007 *ts = i2c_get_clientdata(client); in tsc2007_get_pendown_state_gpio() 219 static int tsc2007_probe_properties(struct device *dev, struct tsc2007 *ts) in tsc2007_probe_properties() [all …]
|
H A D | tsc2007_iio.c | 12 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()
|
H A D | Makefile | 97 tsc2007-y := tsc2007_core.o 98 tsc2007-$(CONFIG_TOUCHSCREEN_TSC2007_IIO) += tsc2007_iio.o 99 obj-$(CONFIG_TOUCHSCREEN_TSC2007) += tsc2007.o
|
H A D | Kconfig | 1145 module will be called tsc2007. 1152 Saying Y here adds an iio interface to the tsc2007 which
|
/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | tsc2007.txt | 1 * Texas Instruments tsc2007 touchscreen controller 4 - compatible: must be "ti,tsc2007". 21 values from the tsc2007. 29 tsc2007@49 { 30 compatible = "ti,tsc2007";
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx51-eukrea-cpuimx51.dtsi | 34 tsc2007: tsc2007@49 { label 35 compatible = "ti,tsc2007";
|
H A D | imx35-eukrea-cpuimx35.dtsi | 34 tsc2007: tsc2007@48 { label 35 compatible = "ti,tsc2007";
|
H A D | imx53-tx53-x03x.dts | 251 touchscreen: tsc2007@48 { 252 compatible = "ti,tsc2007";
|
H A D | imx6qdl-tx6.dtsi | 344 touchscreen: tsc2007@48 { 345 compatible = "ti,tsc2007";
|
H A D | imx6ul-tx6ul.dtsi | 362 compatible = "ti,tsc2007";
|
/linux/arch/arm/boot/dts/nxp/mxs/ |
H A D | imx28-tx28.dts | 294 touchscreen: tsc2007@48 { 295 compatible = "ti,tsc2007"; 581 tx28_tsc2007_pins: tx28-tsc2007-pins@0 {
|
/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap3-gta04.dtsi | 585 tsc2007@48 { 586 compatible = "ti,tsc2007";
|