Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/touchscreen/
Dzforce_ts.c82 #define ZFORCE_REPORT_POINTS 2 macro
342 if (count > ZFORCE_REPORT_POINTS) { in zforce_touch_event()
345 count, ZFORCE_REPORT_POINTS); in zforce_touch_event()
346 count = ZFORCE_REPORT_POINTS; in zforce_touch_event()
842 input_mt_init_slots(input_dev, ZFORCE_REPORT_POINTS, INPUT_MT_DIRECT); in zforce_probe()