Lines Matching full:goodix
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"
304 * The Goodix panel will send spurious interrupts after a in goodix_ts_read_input_report()
336 input->name = "Goodix Active Pen"; in goodix_create_pen_input()
1072 * goodix_read_version - Read goodix touchscreen version
1144 ts->input_dev->name = "Goodix Capacitive TouchScreen"; in goodix_configure_dev()
1377 "goodix,config-name", in goodix_ts_probe()
1381 "goodix/%s", cfg_name); in goodix_ts_probe()
1530 { .compatible = "goodix,gt1151" },
1531 { .compatible = "goodix,gt1158" },
1532 { .compatible = "goodix,gt5663" },
1533 { .compatible = "goodix,gt5688" },
1534 { .compatible = "goodix,gt911" },
1535 { .compatible = "goodix,gt9110" },
1536 { .compatible = "goodix,gt912" },
1537 { .compatible = "goodix,gt9147" },
1538 { .compatible = "goodix,gt917s" },
1539 { .compatible = "goodix,gt927" },
1540 { .compatible = "goodix,gt9271" },
1541 { .compatible = "goodix,gt928" },
1542 { .compatible = "goodix,gt9286" },
1543 { .compatible = "goodix,gt967" },
1554 .name = "Goodix-TS",
1564 MODULE_DESCRIPTION("Goodix touchscreen driver");