Lines Matching full:edt
9 * This is a driver for the EDT "Polytouch" family of touch controllers
874 /* If it is not an EDT M06/M12 touchscreen, then the model in edt_ft5x06_ts_identify()
880 * touches and EDT M09 is that we know how to retrieve in edt_ft5x06_ts_identify()
902 case 0x11: /* EDT EP0110M09 */ in edt_ft5x06_ts_identify()
903 case 0x35: /* EDT EP0350M09 */ in edt_ft5x06_ts_identify()
904 case 0x43: /* EDT EP0430M09 */ in edt_ft5x06_ts_identify()
905 case 0x50: /* EDT EP0500M09 */ in edt_ft5x06_ts_identify()
906 case 0x57: /* EDT EP0570M09 */ in edt_ft5x06_ts_identify()
907 case 0x70: /* EDT EP0700M09 */ in edt_ft5x06_ts_identify()
912 case 0xa1: /* EDT EP1010ML00 */ in edt_ft5x06_ts_identify()
1086 dev_dbg(&client->dev, "probing for EDT FT5x06 I2C\n"); in edt_ft5x06_ts_probe()
1261 "EDT FT5x06 initialized: IRQ %d, WAKE pin %d, Reset pin %d.\n", in edt_ft5x06_ts_probe()
1400 { .name = "edt-ft5x06", .driver_data = (long)&edt_ft5x06_data },
1401 { .name = "edt-ft5506", .driver_data = (long)&edt_ft5506_data },
1403 /* Note no edt- prefix for compatibility with the ft6236.c driver */
1410 { .compatible = "edt,edt-ft5206", .data = &edt_ft5x06_data },
1411 { .compatible = "edt,edt-ft5306", .data = &edt_ft5x06_data },
1412 { .compatible = "edt,edt-ft5406", .data = &edt_ft5x06_data },
1413 { .compatible = "edt,edt-ft5506", .data = &edt_ft5506_data },
1436 MODULE_DESCRIPTION("EDT FT5x06 I2C Touchscreen Driver");