Home
last modified time | relevance | path

Searched refs:ad7879 (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dad7879.c106 struct ad7879 { struct
135 static int ad7879_read(struct ad7879 *ts, u8 reg) in ad7879_read() argument
150 static int ad7879_write(struct ad7879 *ts, u8 reg, u16 val) in ad7879_write()
165 static int ad7879_report(struct ad7879 *ts) in ad7879_report()
229 static void ad7879_ts_event_release(struct ad7879 *ts) in ad7879_ts_event_release()
240 struct ad7879 *ts = from_timer(ts, t, timer); in ad7879_timer()
247 struct ad7879 *ts = handle; in ad7879_irq()
261 static void __ad7879_enable(struct ad7879 *ts) in __ad7879_enable()
270 static void __ad7879_disable(struct ad7879 *ts) in __ad7879_disable()
285 struct ad7879 *ts = input_get_drvdata(input); in ad7879_open()
[all …]
H A DMakefile13 obj-$(CONFIG_TOUCHSCREEN_AD7879) += ad7879.o
14 obj-$(CONFIG_TOUCHSCREEN_AD7879_I2C) += ad7879-i2c.o
15 obj-$(CONFIG_TOUCHSCREEN_AD7879_SPI) += ad7879-spi.o
H A DKconfig72 module will be called ad7879.
82 module will be called ad7879-i2c.
94 module will be called ad7879-spi.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/touchscreen/
H A Dad7879.txt4 - compatible : for SPI slave, use "adi,ad7879"
5 for I2C slave, use "adi,ad7879-1"
42 compatible = "adi,ad7879-1";
56 compatible = "adi,ad7879";
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dimx6ull-colibri.dtsi122 ad7879@2c {
123 compatible = "adi,ad7879-1";
566 pinctrl_snvs_ad7879_int: snvs-ad7879-int-grp { /* TOUCH Interrupt */
H A Dimx7-colibri.dtsi304 ad7879@2c {
305 compatible = "adi,ad7879-1";
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/freescale/
H A Dimx8qxp-colibri.dtsi35 compatible = "adi,ad7879-1";
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS478 F: drivers/input/touchscreen/ad7879.c