tplen             179 drivers/input/touchscreen/edt-ft5x06.c 	int offset, tplen, datalen, crclen;
tplen             186 drivers/input/touchscreen/edt-ft5x06.c 		tplen = 4;  /* data comes in so called frames */
tplen             196 drivers/input/touchscreen/edt-ft5x06.c 		tplen = 6;
tplen             205 drivers/input/touchscreen/edt-ft5x06.c 	datalen = tplen * tsdata->max_support_points + offset + crclen;
tplen             231 drivers/input/touchscreen/edt-ft5x06.c 		u8 *buf = &rdbuf[i * tplen + offset];