Home
last modified time | relevance | path

Searched full:eeti (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v5.4/drivers/input/touchscreen/
Deeti_ts.c3 * Touch Screen driver for EETI's I2C connected touch screen panels
6 * See EETI's software guide for the protocol specification:
7 * http://home.eeti.com.tw/documentation.html
44 static void eeti_ts_report_event(struct eeti_ts *eeti, u8 *buf) in eeti_ts_report_event() argument
59 input_report_abs(eeti->input, ABS_PRESSURE, buf[5]); in eeti_ts_report_event()
61 touchscreen_report_pos(eeti->input, &eeti->props, x, y, false); in eeti_ts_report_event()
62 input_report_key(eeti->input, BTN_TOUCH, buf[0] & REPORT_BIT_PRESSED); in eeti_ts_report_event()
63 input_sync(eeti->input); in eeti_ts_report_event()
66 static int eeti_ts_read(struct eeti_ts *eeti) in eeti_ts_read() argument
71 len = i2c_master_recv(eeti->client, buf, sizeof(buf)); in eeti_ts_read()
[all …]
Dexc3000.c3 * Driver for I2C connected EETI EXC3000 multiple touch controller
168 input->name = "EETI EXC3000 Touch Screen"; in exc3000_probe()
201 { .compatible = "eeti,exc3000" },
219 MODULE_DESCRIPTION("I2C connected EETI EXC3000 multiple touch controller driver");
Degalax_ts.c3 * Driver for EETI eGalax Multiple Touch Controller
10 /* EETI eGalax serial touch screen controller is a I2C based multiple
199 input_dev->name = "EETI eGalax Touch Screen"; in egalax_ts_probe()
264 { .compatible = "eeti,egalax_ts" },
282 MODULE_DESCRIPTION("Touchscreen driver for EETI eGalax touch controller");
Degalax_ts_serial.c3 * EETI Egalax serial touchscreen driver
20 #define DRIVER_DESC "EETI Egalax serial touchscreen driver"
114 input_dev->name = "EETI eGalaxTouch Serial TouchScreen"; in egalax_connect()
DKconfig328 tristate "EETI touchscreen panel support"
331 Say Y here to enable support for I2C connected EETI touch panels.
337 tristate "EETI eGalax multi-touch panel support"
340 Say Y here to enable support for I2C connected EETI
347 tristate "EETI eGalax serial touchscreen"
350 Say Y here to enable support for serial connected EETI
357 tristate "EETI EXC3000 multi-touch panel support"
360 Say Y here to enable support for I2C connected EETI
/Linux-v5.4/Documentation/devicetree/bindings/input/touchscreen/
Degalax-ts.txt1 * EETI eGalax Multiple Touch Controller
4 - compatible: must be "eeti,egalax_ts"
13 compatible = "eeti,egalax_ts";
Dexc3000.txt1 * EETI EXC3000 Multiple Touch Controller
4 - compatible: must be "eeti,exc3000"
18 compatible = "eeti,exc3000";
Deeti.txt1 Bindings for EETI touchscreen controller
4 - compatible: should be "eeti,exc3000-i2c"
24 compatible = "eeti,exc3000-i2c";
/Linux-v5.4/arch/arm/boot/dts/
Dpxa300-raumfeld-controller.dts194 compatible = "eeti,exc3000-i2c";
213 eeti_ts_pins: eeti-ts-pins {
Dimx53-tx53.dtsi305 /* MX53_PAD_EIM_D22__GPIO3_22 0x1f4 maybe used by EETI touchpanel driver */
306 /* MX53_PAD_EIM_D23__GPIO3_23 0x1f4 maybe used by EETI touchpanel driver */
Dimx6qdl-sabresd.dtsi289 compatible = "eeti,egalax_ts";
430 compatible = "eeti,egalax_ts";
Dimx6sx-sabreauto.dts317 compatible = "eeti,egalax_ts";
Dimx6qdl-nit6xlite.dtsi248 compatible = "eeti,egalax_ts";
Dimx6q-gw5400-a.dts329 compatible = "eeti,egalax_ts";
Dimx6qdl-gw5904.dtsi332 compatible = "eeti,egalax_ts";
Dimx6qdl-nitrogen6x.dtsi326 compatible = "eeti,egalax_ts";
Dimx6qdl-gw53xx.dtsi301 compatible = "eeti,egalax_ts";
Dimx6qdl-gw52xx.dtsi310 compatible = "eeti,egalax_ts";
Dimx6qdl-gw54xx.dtsi358 compatible = "eeti,egalax_ts";
Dimx6qdl-nitrogen6_som2.dtsi316 compatible = "eeti,egalax_ts";
Dimx6qdl-gw560x.dtsi401 compatible = "eeti,egalax_ts";
Dimx6qdl-nitrogen6_max.dtsi398 compatible = "eeti,egalax_ts";
Dimx6qdl-sabreauto.dtsi448 compatible = "eeti,egalax_ts";
/Linux-v5.4/arch/arm64/boot/dts/freescale/
Dimx8mq-zii-ultra-rmb3.dts70 compatible = "eeti,exc3000";
/Linux-v5.4/drivers/input/mouse/
Dtouchkit_ps2.c12 * http://home.eeti.com.tw/web20/drivers/Software%20Programming%20Guide_v2.0.pdf

12