Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dektf2127.c40 #define EKTF2127_TOUCH_REPORT_SIZE 21 macro
102 char buf[EKTF2127_TOUCH_REPORT_SIZE]; in ektf2127_irq()
105 ret = i2c_master_recv(ts->client, buf, EKTF2127_TOUCH_REPORT_SIZE); in ektf2127_irq()
106 if (ret != EKTF2127_TOUCH_REPORT_SIZE) { in ektf2127_irq()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dektf2127.c41 #define EKTF2127_TOUCH_REPORT_SIZE 21 macro
126 char buf[EKTF2127_TOUCH_REPORT_SIZE]; in ektf2127_irq()
129 ret = i2c_master_recv(ts->client, buf, EKTF2127_TOUCH_REPORT_SIZE); in ektf2127_irq()
130 if (ret != EKTF2127_TOUCH_REPORT_SIZE) { in ektf2127_irq()

Completed in 2 milliseconds