EKTF2127_TOUCH_REPORT_SIZE  102 drivers/input/touchscreen/ektf2127.c 	char buf[EKTF2127_TOUCH_REPORT_SIZE];
EKTF2127_TOUCH_REPORT_SIZE  105 drivers/input/touchscreen/ektf2127.c 	ret = i2c_master_recv(ts->client, buf, EKTF2127_TOUCH_REPORT_SIZE);
EKTF2127_TOUCH_REPORT_SIZE  106 drivers/input/touchscreen/ektf2127.c 	if (ret != EKTF2127_TOUCH_REPORT_SIZE) {