Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dhynitron_cstxxx.c294 unsigned int touch_cnt, end_byte; in cst3xx_touch_report() local
314 touch_cnt = buf[5] & CST3XX_TOUCH_COUNT_MASK; in cst3xx_touch_report()
315 if (touch_cnt > ts_data->chip->max_touch_num) { in cst3xx_touch_report()
317 touch_cnt, ts_data->chip->max_touch_num); in cst3xx_touch_report()
326 if (touch_cnt > 1) { in cst3xx_touch_report()
327 end_byte = touch_cnt * 5 + 2; in cst3xx_touch_report()
335 for (i = 0; i < touch_cnt; i++) { in cst3xx_touch_report()