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"
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()
1520 { .compatible = "goodix,gt1151" },
1521 { .compatible = "goodix,gt1158" },
1522 { .compatible = "goodix,gt5663" },
1523 { .compatible = "goodix,gt5688" },
1524 { .compatible = "goodix,gt911" },
1525 { .compatible = "goodix,gt9110" },
1526 { .compatible = "goodix,gt912" },
1527 { .compatible = "goodix,gt9147" },
1528 { .compatible = "goodix,gt917s" },
1529 { .compatible = "goodix,gt927" },
1530 { .compatible = "goodix,gt9271" },
1531 { .compatible = "goodix,gt928" },
1532 { .compatible = "goodix,gt9286" },
1533 { .compatible = "goodix,gt967" },
1544 .name = "Goodix-TS",
1554 MODULE_DESCRIPTION("Goodix touchscreen driver");