Searched full:goodix (Results 1 – 25 of 38) sorted by relevance
12
/Linux-v6.1/Documentation/devicetree/bindings/input/touchscreen/ |
D | goodix.yaml | 4 $id: http://devicetree.org/schemas/input/touchscreen/goodix.yaml# 7 title: Goodix GT9xx series touchscreen controller Bindings 18 - goodix,gt1151 19 - goodix,gt1158 20 - goodix,gt5663 21 - goodix,gt5688 22 - goodix,gt911 23 - goodix,gt9110 24 - goodix,gt912 25 - goodix,gt9147 [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/input/ |
D | goodix,gt7375p.yaml | 4 $id: http://devicetree.org/schemas/input/goodix,gt7375p.yaml# 7 title: Goodix GT7375P touchscreen 13 Supports the Goodix GT7375P touchscreen. 20 - const: goodix,gt7375p 22 - const: goodix,gt7986u 23 - const: goodix,gt7375p 59 compatible = "goodix,gt7375p";
|
/Linux-v6.1/drivers/input/touchscreen/ |
D | goodix.c | 3 * Driver for Goodix Touchscreens 8 * This code is based on gt9xx.c authored by andrew@goodix.com: 10 * 2010 - 2012 Goodix Technology. 26 #include "goodix.h" 296 * The Goodix panel will send spurious interrupts after a in goodix_ts_read_input_report() 328 input->name = "Goodix Active Pen"; in goodix_create_pen_input() 1062 * goodix_read_version - Read goodix touchscreen version 1134 ts->input_dev->name = "Goodix Capacitive TouchScreen"; in goodix_configure_dev() 1368 "goodix,config-name", in goodix_ts_probe() 1372 "goodix/%s", cfg_name); in goodix_ts_probe() [all …]
|
D | goodix_fwupload.c | 3 * Goodix Touchscreen firmware upload support 8 * Copyright (c) 2010 - 2012 Goodix Technology. 9 * Author: andrew@goodix.com 15 #include "goodix.h" 196 snprintf(fw_name, sizeof(fw_name), "goodix/%s", ts->firmware_name); in goodix_firmware_upload() 316 "goodix,main-clk", &main_clk); in goodix_send_main_clock()
|
D | Makefile | 9 goodix_ts-y := goodix.o goodix_fwupload.o
|
D | Kconfig | 389 tristate "Goodix I2C touchscreen" 393 Say Y here if you have the Goodix touchscreen (such as one 401 module will be called goodix.
|
/Linux-v6.1/drivers/hid/i2c-hid/ |
D | Kconfig | 51 tristate "Driver for Goodix hid-i2c based devices on OF systems" 55 Say Y here if you want support for Goodix i2c devices that use 62 will be called i2c-hid-of-goodix. It will also build/depend on
|
D | i2c-hid-of-goodix.c | 3 * Driver for Goodix touchscreens that use the i2c-hid protocol. 158 { .compatible = "goodix,gt7375p", .data = &goodix_gt7375p_timing_data }, 177 MODULE_DESCRIPTION("Goodix i2c-hid touchscreen driver");
|
D | Makefile | 14 obj-$(CONFIG_I2C_HID_OF_GOODIX) += i2c-hid-of-goodix.o
|
/Linux-v6.1/Documentation/devicetree/bindings/display/panel/ |
D | olimex,lcd-olinuxino.yaml | 30 - input/touchscreen/goodix.yaml
|
/Linux-v6.1/arch/arm64/boot/dts/allwinner/ |
D | sun50i-a64-oceanic-5205-5inmfd.dts | 42 compatible = "goodix,gt911";
|
D | sun50i-a64-amarula-relic.dts | 119 compatible = "goodix,gt5663";
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | imx6ul-kontron-bl-43.dts | 26 compatible = "goodix,gt928";
|
D | sun7i-a20-wexler-tab7200.dts | 112 compatible = "goodix,gt911";
|
D | sun6i-a31s-primo81.dts | 100 compatible = "goodix,gt911";
|
D | imx6q-kp.dtsi | 184 compatible = "goodix,gt911";
|
D | imx6ul-ccimx6ulsbcpro.dts | 122 compatible = "goodix,gt911";
|
/Linux-v6.1/Documentation/devicetree/bindings/sound/ |
D | nxp,tfa989x.yaml | 7 title: NXP/Goodix TFA989X (TFA1) Audio Amplifiers
|
/Linux-v6.1/sound/soc/codecs/ |
D | tfa989x.c | 283 * Ideally NXP (or now Goodix) should release proper documentation for these 423 MODULE_DESCRIPTION("ASoC NXP/Goodix TFA989X (TFA1) driver");
|
/Linux-v6.1/arch/arm64/boot/dts/qcom/ |
D | sc7180-trogdor-coachz.dtsi | 99 compatible = "goodix,gt7375p";
|
D | sc7180-trogdor-mrbland.dtsi | 113 compatible = "goodix,gt7375p";
|
D | sc7180-trogdor-homestar.dtsi | 93 compatible = "goodix,gt7375p";
|
/Linux-v6.1/arch/arm64/boot/dts/freescale/ |
D | imx8mm-prt8mm.dts | 103 compatible = "goodix,gt911";
|
/Linux-v6.1/arch/arm64/boot/dts/rockchip/ |
D | rk3568-evb1-v10.dts | 489 touchscreen0: goodix@14 { 490 compatible = "goodix,gt1151";
|
/Linux-v6.1/drivers/platform/x86/ |
D | x86-android-tablets.c | 403 /* goodix touchscreen */ 1091 PROPERTY_ENTRY_STRING("goodix,config-name", "gt912-tm800a550l.cfg"), 1092 PROPERTY_ENTRY_U32("goodix,main-clk", 54), 1102 /* goodix touchscreen */
|
12