Lines Matching full:edt
10 * This is a driver for the EDT "Polytouch" family of touch controllers
918 /* If it is not an EDT M06/M12 touchscreen, then the model in edt_ft5x06_ts_identify()
924 * touches and EDT M09 is that we know how to retrieve in edt_ft5x06_ts_identify()
944 case 0x11: /* EDT EP0110M09 */ in edt_ft5x06_ts_identify()
945 case 0x35: /* EDT EP0350M09 */ in edt_ft5x06_ts_identify()
946 case 0x43: /* EDT EP0430M09 */ in edt_ft5x06_ts_identify()
947 case 0x50: /* EDT EP0500M09 */ in edt_ft5x06_ts_identify()
948 case 0x57: /* EDT EP0570M09 */ in edt_ft5x06_ts_identify()
949 case 0x70: /* EDT EP0700M09 */ in edt_ft5x06_ts_identify()
954 case 0xa1: /* EDT EP1010ML00 */ in edt_ft5x06_ts_identify()
1146 dev_dbg(&client->dev, "probing for EDT FT5x06 I2C\n"); in edt_ft5x06_ts_probe()
1344 "EDT FT5x06 initialized: IRQ %d, WAKE pin %d, Reset pin %d.\n", in edt_ft5x06_ts_probe()
1481 { .name = "edt-ft5x06", .driver_data = (long)&edt_ft5x06_data },
1482 { .name = "edt-ft5506", .driver_data = (long)&edt_ft5506_data },
1484 /* Note no edt- prefix for compatibility with the ft6236.c driver */
1491 { .compatible = "edt,edt-ft5206", .data = &edt_ft5x06_data },
1492 { .compatible = "edt,edt-ft5306", .data = &edt_ft5x06_data },
1493 { .compatible = "edt,edt-ft5406", .data = &edt_ft5x06_data },
1494 { .compatible = "edt,edt-ft5506", .data = &edt_ft5506_data },
1517 MODULE_DESCRIPTION("EDT FT5x06 I2C Touchscreen Driver");