Home
last modified time | relevance | path

Searched refs:EKTF2127_TOUCH_REPORT_SIZE (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/input/touchscreen/
H A Dektf2127.c42 #define EKTF2127_TOUCH_REPORT_SIZE 21 macro
132 char buf[EKTF2127_TOUCH_REPORT_SIZE]; in ektf2127_irq()
135 ret = i2c_master_recv(ts->client, buf, EKTF2127_TOUCH_REPORT_SIZE); in ektf2127_irq()
136 if (ret != EKTF2127_TOUCH_REPORT_SIZE) { in ektf2127_irq()