Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dzforce_ts.c72 #define ZFORCE_REPORT_POINTS 2 macro
313 if (count > ZFORCE_REPORT_POINTS) { in zforce_touch_event()
316 count, ZFORCE_REPORT_POINTS); in zforce_touch_event()
317 count = ZFORCE_REPORT_POINTS; in zforce_touch_event()
774 error = input_mt_init_slots(input_dev, ZFORCE_REPORT_POINTS, in zforce_probe()