Lines Matching full:edt
10 * This is a driver for the EDT "Polytouch" family of touch controllers
915 /* If it is not an EDT M06/M12 touchscreen, then the model in edt_ft5x06_ts_identify()
921 * touches and EDT M09 is that we know how to retrieve in edt_ft5x06_ts_identify()
941 case 0x11: /* EDT EP0110M09 */ in edt_ft5x06_ts_identify()
942 case 0x35: /* EDT EP0350M09 */ in edt_ft5x06_ts_identify()
943 case 0x43: /* EDT EP0430M09 */ in edt_ft5x06_ts_identify()
944 case 0x50: /* EDT EP0500M09 */ in edt_ft5x06_ts_identify()
945 case 0x57: /* EDT EP0570M09 */ in edt_ft5x06_ts_identify()
946 case 0x70: /* EDT EP0700M09 */ in edt_ft5x06_ts_identify()
951 case 0xa1: /* EDT EP1010ML00 */ in edt_ft5x06_ts_identify()
1151 dev_dbg(&client->dev, "probing for EDT FT5x06 I2C\n"); in edt_ft5x06_ts_probe()
1355 "EDT FT5x06 initialized: IRQ %d, WAKE pin %d, Reset pin %d.\n", in edt_ft5x06_ts_probe()
1503 { .name = "edt-ft5x06", .driver_data = (long)&edt_ft5x06_data },
1504 { .name = "edt-ft5506", .driver_data = (long)&edt_ft5506_data },
1507 /* Note no edt- prefix for compatibility with the ft6236.c driver */
1516 { .compatible = "edt,edt-ft5206", .data = &edt_ft5x06_data },
1517 { .compatible = "edt,edt-ft5306", .data = &edt_ft5x06_data },
1518 { .compatible = "edt,edt-ft5406", .data = &edt_ft5x06_data },
1519 { .compatible = "edt,edt-ft5506", .data = &edt_ft5506_data },
1547 MODULE_DESCRIPTION("EDT FT5x06 I2C Touchscreen Driver");