Home
last modified time | relevance | path

Searched full:goodix (Results 1 – 25 of 38) sorted by relevance

12

/Linux-v6.1/Documentation/devicetree/bindings/input/touchscreen/
Dgoodix.yaml4 $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/
Dgoodix,gt7375p.yaml4 $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/
Dgoodix.c3 * 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 …]
Dgoodix_fwupload.c3 * 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()
DMakefile9 goodix_ts-y := goodix.o goodix_fwupload.o
DKconfig389 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/
DKconfig51 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
Di2c-hid-of-goodix.c3 * 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");
DMakefile14 obj-$(CONFIG_I2C_HID_OF_GOODIX) += i2c-hid-of-goodix.o
/Linux-v6.1/Documentation/devicetree/bindings/display/panel/
Dolimex,lcd-olinuxino.yaml30 - input/touchscreen/goodix.yaml
/Linux-v6.1/arch/arm64/boot/dts/allwinner/
Dsun50i-a64-oceanic-5205-5inmfd.dts42 compatible = "goodix,gt911";
Dsun50i-a64-amarula-relic.dts119 compatible = "goodix,gt5663";
/Linux-v6.1/arch/arm/boot/dts/
Dimx6ul-kontron-bl-43.dts26 compatible = "goodix,gt928";
Dsun7i-a20-wexler-tab7200.dts112 compatible = "goodix,gt911";
Dsun6i-a31s-primo81.dts100 compatible = "goodix,gt911";
Dimx6q-kp.dtsi184 compatible = "goodix,gt911";
Dimx6ul-ccimx6ulsbcpro.dts122 compatible = "goodix,gt911";
/Linux-v6.1/Documentation/devicetree/bindings/sound/
Dnxp,tfa989x.yaml7 title: NXP/Goodix TFA989X (TFA1) Audio Amplifiers
/Linux-v6.1/sound/soc/codecs/
Dtfa989x.c283 * 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/
Dsc7180-trogdor-coachz.dtsi99 compatible = "goodix,gt7375p";
Dsc7180-trogdor-mrbland.dtsi113 compatible = "goodix,gt7375p";
Dsc7180-trogdor-homestar.dtsi93 compatible = "goodix,gt7375p";
/Linux-v6.1/arch/arm64/boot/dts/freescale/
Dimx8mm-prt8mm.dts103 compatible = "goodix,gt911";
/Linux-v6.1/arch/arm64/boot/dts/rockchip/
Drk3568-evb1-v10.dts489 touchscreen0: goodix@14 {
490 compatible = "goodix,gt1151";
/Linux-v6.1/drivers/platform/x86/
Dx86-android-tablets.c403 /* goodix touchscreen */
1091 PROPERTY_ENTRY_STRING("goodix,config-name", "gt912-tm800a550l.cfg"),
1092 PROPERTY_ENTRY_U32("goodix,main-clk", 54),
1102 /* goodix touchscreen */

12