Searched +full:ev +full:- +full:ft5726 (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---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 Bindings18 - Dmitry Torokhov <dmitry.torokhov@gmail.com>21 - $ref: touchscreen.yaml#22 - if:27 - evervision,ev-ft572631 offset-x: true[all …]
1 // SPDX-License-Identifier: GPL-2.05 * 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 …]