Home
last modified time | relevance | path

Searched +full:ev +full:- +full:ft5726 (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/Documentation/devicetree/bindings/input/touchscreen/
Dedt-ft5x06.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/input/touchscreen/edt-ft5x06.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: FocalTech EDT-FT5x06 Polytouch Bindings
18 - Dmitry Torokhov <dmitry.torokhov@gmail.com>
21 - $ref: touchscreen.yaml#
22 - if:
27 - evervision,ev-ft5726
31 offset-x: true
[all …]
/Linux-v5.10/drivers/input/touchscreen/
Dedt-ft5x06.c1 // SPDX-License-Identifier: GPL-2.0
5 * Lothar Waßmann <LW@KARO-electronics.de> (DT support)
144 wrmsg[i].addr = client->addr; in edt_ft5x06_ts_readwrite()
151 wrmsg[i].addr = client->addr; in edt_ft5x06_ts_readwrite()
158 ret = i2c_transfer(client->adapter, wrmsg, i); in edt_ft5x06_ts_readwrite()
162 return -EIO; in edt_ft5x06_ts_readwrite()
173 for (i = 0; i < buflen - 1; i++) in edt_ft5x06_ts_check_crc()
176 if (crc != buf[buflen-1]) { in edt_ft5x06_ts_check_crc()
177 dev_err_ratelimited(&tsdata->client->dev, in edt_ft5x06_ts_check_crc()
179 crc, buf[buflen-1]); in edt_ft5x06_ts_check_crc()
[all …]