Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dhynitron_cstxxx.c295 unsigned int touch_cnt, end_byte; in cst3xx_touch_report() local
315 touch_cnt = buf[5] & CST3XX_TOUCH_COUNT_MASK; in cst3xx_touch_report()
321 if (touch_cnt > 1) { in cst3xx_touch_report()
322 end_byte = touch_cnt * 5 + 2; in cst3xx_touch_report()
330 for (i = 0; i < touch_cnt; i++) { in cst3xx_touch_report()