| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/ |
| H A D | Makefile | 3 # Makefile for the focaltech touchscreen drivers. 8 obj-$(CONFIG_TOUCHSCREEN_FTS) += focaltech-ts.o 9 focaltech-ts-y += focaltech_core.o 10 focaltech-ts-y += focaltech_ex_fun.o 11 focaltech-ts-y += focaltech_ex_mode.o 12 focaltech-ts-y += focaltech_flash.o 13 focaltech-ts-y += focaltech_gesture.o 14 focaltech-ts-y += focaltech_esdcheck.o 15 focaltech-ts-y += focaltech_i2c.o 16 focaltech-ts-y += focaltech_point_report_check.o [all …]
|
| H A D | focaltech_config.h | 3 * FocalTech TouchScreen driver. 5 * Copyright (c) 2012-2018, FocalTech Systems, Ltd., all rights reserved. 21 * Author: Focaltech Driver Team 112 * choose your ic chip type of focaltech
|
| H A D | focaltech_common.h | 3 * FocalTech fts TouchScreen driver. 5 * Copyright (c) 2012-2018, Focaltech Ltd. All rights reserved. 21 * Author: Focaltech Driver Team 39 #define FTS_DRIVER_VERSION "Focaltech V3.0a 20180929"
|
| H A D | focaltech_core.c | 3 * FocalTech TouchScreen driver. 5 * Copyright (c) 2012-2018, FocalTech Systems, Ltd., all rights reserved. 21 * Author: Focaltech Driver Team 25 * Abstract: entrance for focaltech ts driver 929 FTS_ERROR("IRQs are inconsistent, please check <interrupts> & <focaltech,irq-gpio> in DTS"); in fts_irq_registration() 1148 if (!strcmp(name, "focaltech,display-coords")) { in fts_get_dt_coords() 1183 ret = fts_get_dt_coords(dev, "focaltech,display-coords", pdata); in fts_parse_dt() 1188 pdata->have_key = of_property_read_bool(np, "focaltech,have-key"); in fts_parse_dt() 1190 ret = of_property_read_u32(np, "focaltech,key-number", &pdata->key_number); in fts_parse_dt() 1194 ret = of_property_read_u32_array(np, "focaltech,keys", in fts_parse_dt() [all …]
|
| H A D | focaltech_point_report_check.c | 3 * FocalTech TouchScreen driver. 5 * Copyright (c) 2012-2018, FocalTech Systems, Ltd., all rights reserved. 22 * Author: Focaltech Driver Team
|
| H A D | focaltech_core.h | 3 * FocalTech TouchScreen driver. 5 * Copyright (c) 2012-2018, Focaltech Ltd. All rights reserved. 21 * Author: Focaltech Driver Team
|
| H A D | focaltech_flash.h | 3 * FocalTech ftxxxx TouchScreen driver. 5 * Copyright (c) 2012-2018, Focaltech Ltd. All rights reserved.
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3566-rk817-eink-w6.dts | 659 ft5436: focaltech@38 { 661 compatible = "focaltech,ft5436"; 666 focaltech,reset-gpio = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>; 667 focaltech,irq-gpio = <&gpio0 RK_PA6 IRQ_TYPE_EDGE_FALLING>; 668 focaltech,max-touch-number = <5>; 669 focaltech,display-coords = <0 0 1024 758>; 670 focaltech,have-key = <1>; 671 focaltech,key-number = <1>; 673 focaltech,key-x-coords = <300>; 674 focaltech,key-y-coords = <1200>;
|
| H A D | rk3566-rk817-tablet-rkg11.dts | 778 focaltech: focaltech@38 { label 780 compatible = "focaltech,fts"; 785 focaltech,irq-gpio = <&gpio3 RK_PB0 IRQ_TYPE_LEVEL_LOW>; 786 focaltech,reset-gpio = <&gpio3 RK_PB1 GPIO_ACTIVE_HIGH>; 787 focaltech,have-key = <0>; 788 focaltech,key-number = <3>; 789 focaltech,keys = <256 1068 64 64 128 1068 64 64 192 1068 64 64>; 790 focaltech,key-x-coord = <1600>; 791 focaltech,key-y-coord = <2176>; 792 focaltech,max-touch-number = <5>;
|
| H A D | rk3588s-tablet-rk806-single.dtsi | 1236 focaltech: focaltech@38 { label 1238 compatible = "focaltech,fts"; 1243 focaltech,irq-gpio = <&gpio1 RK_PB5 IRQ_TYPE_LEVEL_LOW>; 1244 focaltech,reset-gpio = <&gpio1 RK_PB4 GPIO_ACTIVE_HIGH>; 1245 focaltech,have-key = <0>; 1246 focaltech,key-number = <3>; 1247 focaltech,keys = <256 1068 64 64 128 1068 64 64 192 1068 64 64>; 1248 focaltech,key-x-coord = <1600>; 1249 focaltech,key-y-coord = <2176>; 1250 focaltech,max-touch-number = <5>;
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/ |
| H A D | Makefile | 3 # Makefile for the focaltech touchscreen drivers. 6 # Makefile for the focaltech touchscreen drivers.
|
| H A D | focaltech_config.h | 3 * FocalTech TouchScreen driver. 5 * Copyright (c) 2012-2019, FocalTech Systems, Ltd., all rights reserved. 21 * Author: Focaltech Driver Team 128 * choose your ic chip type of focaltech
|
| H A D | focaltech_core.c | 3 * FocalTech TouchScreen driver. 5 * Copyright (c) 2012-2019, FocalTech Systems, Ltd., all rights reserved. 21 * Author: Focaltech Driver Team 25 * Abstract: entrance for focaltech ts driver 265 * If cant get the ic information, maybe not focaltech's touch IC, need 1179 ret = fts_get_dt_coords(dev, "focaltech,display-coords", pdata); in fts_parse_dt() 1184 pdata->have_key = of_property_read_bool(np, "focaltech,have-key"); in fts_parse_dt() 1186 ret = of_property_read_u32(np, "focaltech,key-number", &pdata->key_number); in fts_parse_dt() 1190 ret = of_property_read_u32_array(np, "focaltech,keys", in fts_parse_dt() 1197 ret = of_property_read_u32_array(np, "focaltech,key-x-coords", in fts_parse_dt() [all …]
|
| H A D | focaltech_common.h | 3 * FocalTech fts TouchScreen driver. 5 * Copyright (c) 2012-2019, Focaltech Ltd. All rights reserved. 21 * Author: Focaltech Driver Team 39 #define FTS_DRIVER_VERSION "Focaltech V3.1 20190807"
|
| H A D | focaltech_point_report_check.c | 3 * FocalTech TouchScreen driver. 5 * Copyright (c) 2012-2019, FocalTech Systems, Ltd., all rights reserved. 22 * Author: Focaltech Driver Team
|
| H A D | focaltech_core.h | 3 * FocalTech TouchScreen driver. 5 * Copyright (c) 2012-2019, Focaltech Ltd. All rights reserved. 21 * Author: Focaltech Driver Team
|
| H A D | focaltech_i2c.c | 3 * FocalTech TouchScreen driver. 5 * Copyright (c) 2012-2019, FocalTech Systems, Ltd., all rights reserved. 22 * Author: Focaltech Driver Team
|
| H A D | focaltech_ex_mode.c | 3 * FocalTech ftxxxx TouchScreen driver. 5 * Copyright (c) 2012-2019, Focaltech Ltd. All rights reserved. 22 * Author: Focaltech Driver Team
|
| H A D | focaltech_flash.h | 2 * Copyright (C) 2012-2019, Focaltech Systems (R)��All Rights Reserved. 6 * Author: Focaltech Driver Team
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/focaltech_flash/ |
| H A D | focaltech_upgrade_ft5436.c | 3 * FocalTech fts TouchScreen driver. 5 * Copyright (c) 2012-2019, Focaltech Ltd. All rights reserved. 22 * Author: Focaltech Driver Team
|
| H A D | Makefile | 3 # Makefile for the focaltech touchscreen drivers.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/touchscreen/ |
| H A D | edt-ft5x06.yaml | 7 title: FocalTech EDT-FT5x06 Polytouch Bindings 42 - focaltech,ft6236
|
| /OK3568_Linux_fs/kernel/drivers/input/mouse/ |
| H A D | focaltech.c | 3 * Focaltech TouchPad PS/2 mouse driver 20 #include "focaltech.h" 30 * Even if the kernel is built without support for Focaltech PS/2 touchpads (or 41 psmouse->vendor = "FocalTech"; in focaltech_detect()
|
| H A D | focaltech.h | 3 * Focaltech TouchPad PS/2 mouse driver
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/ |
| H A D | focaltech_test_ini.h | 3 * FocalTech TouchScreen driver. 5 * Copyright (c) 2012-2018, FocalTech Systems, Ltd., all rights reserved.
|