Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dmax11801_ts.c57 #define XY_BUFSIZE 4 macro
100 u8 buf[XY_BUFSIZE]; in max11801_ts_interrupt()
110 XY_BUFSIZE, buf); in max11801_ts_interrupt()
116 if (ret < XY_BUFSIZE) in max11801_ts_interrupt()
119 for (i = 0; i < XY_BUFSIZE; i += XY_BUFSIZE / 2) { in max11801_ts_interrupt()