Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A 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 …]
H A Dexc3000.c3 * Driver for I2C connected EETI EXC3000 multiple touch controller
61 .name = "EETI EXC3000 Touch Screen",
65 .name = "EETI EXC80H60 Touch Screen",
69 .name = "EETI EXC80H84 Touch Screen",
73 .name = "EETI EXC81W32 Touch Screen",
422 dev_warn(&client->dev, "Retry %d get EETI EXC3000 model: %d\n", in exc3000_probe()
445 { .compatible = "eeti,exc3000", .data = &exc3000_info[EETI_EXC3000] },
446 { .compatible = "eeti,exc80h60", .data = &exc3000_info[EETI_EXC80H60] },
447 { .compatible = "eeti,exc80h84", .data = &exc3000_info[EETI_EXC80H84] },
448 { .compatible = "eeti,exc81w32", .data = &exc3000_info[EETI_EXC81W32] },
[all …]
H A Degalax_ts.c3 * Driver for EETI eGalax Multiple Touch Controller
10 /* EETI eGalax serial touch screen controller is a I2C based multiple
191 input_dev->name = "EETI eGalax Touch Screen"; in egalax_ts_probe()
256 { .compatible = "eeti,egalax_ts" },
274 MODULE_DESCRIPTION("Touchscreen driver for EETI eGalax touch controller");
H A Degalax_ts_serial.c3 * EETI Egalax serial touchscreen driver
20 #define DRIVER_DESC "EETI Egalax serial touchscreen driver"
113 input_dev->name = "EETI eGalaxTouch Serial TouchScreen"; in egalax_connect()
H A DKconfig335 tristate "EETI touchscreen panel support"
338 Say Y here to enable support for I2C connected EETI touch panels.
344 tristate "EETI eGalax multi-touch panel support"
347 Say Y here to enable support for I2C connected EETI
354 tristate "EETI eGalax serial touchscreen"
357 Say Y here to enable support for serial connected EETI
364 tristate "EETI EXC3000 multi-touch panel support"
367 Say Y here to enable support for I2C connected EETI
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mp-skov-revc-jutouch-jt101tm023.dts33 compatible = "eeti,exc81w32", "eeti,exc80h84";
H A Dimx8mq-zii-ultra-rmb3.dts143 compatible = "eeti,exc3000";
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6dl-b125pv2.dts22 compatible = "eeti,exc80h60";
H A Dimx6dl-b125v2.dts22 compatible = "eeti,exc80h60";
H A Dimx6dl-b155v2.dts22 compatible = "eeti,exc80h84";
H A Dimx53-tx53.dtsi257 /* MX53_PAD_EIM_D22__GPIO3_22 0x1f4 maybe used by EETI touchpanel driver */
258 /* MX53_PAD_EIM_D23__GPIO3_23 0x1f4 maybe used by EETI touchpanel driver */
H A Dimx6sx-sabreauto.dts410 compatible = "eeti,egalax_ts";
H A Dimx6q-bosch-acc.dts452 compatible = "eeti,exc3000";
H A Dimx6qdl-gw560x.dtsi526 compatible = "eeti,egalax_ts";
H A Dimx6qdl-zii-rdu2.dtsi615 compatible = "eeti,exc3000";
/linux/arch/arm/boot/dts/intel/pxa/
H A Dpxa300-raumfeld-controller.dts194 compatible = "eeti,exc3000-i2c";
213 eeti_ts_pins: eeti-ts-pins {
/linux/drivers/input/mouse/
H A Dtouchkit_ps2.c12 * http://home.eeti.com.tw/web20/drivers/Software%20Programming%20Guide_v2.0.pdf