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"
306 * The Goodix panel will send spurious interrupts after a in goodix_ts_read_input_report()
338 input->name = "Goodix Active Pen"; in goodix_create_pen_input()
1098 * goodix_read_version - Read goodix touchscreen version
1170 ts->input_dev->name = "Goodix Capacitive TouchScreen"; in goodix_configure_dev()
1415 "goodix,config-name", in goodix_ts_probe()
1419 "goodix/%s", cfg_name); in goodix_ts_probe()
1568 { .compatible = "goodix,gt1151" },
1569 { .compatible = "goodix,gt1158" },
1570 { .compatible = "goodix,gt5663" },
1571 { .compatible = "goodix,gt5688" },
1572 { .compatible = "goodix,gt911" },
1573 { .compatible = "goodix,gt9110" },
1574 { .compatible = "goodix,gt912" },
1575 { .compatible = "goodix,gt9147" },
1576 { .compatible = "goodix,gt917s" },
1577 { .compatible = "goodix,gt927" },
1578 { .compatible = "goodix,gt9271" },
1579 { .compatible = "goodix,gt928" },
1580 { .compatible = "goodix,gt9286" },
1581 { .compatible = "goodix,gt967" },
1592 .name = "Goodix-TS",
1602 MODULE_DESCRIPTION("Goodix touchscreen driver");