Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/touchscreen/
Dzforce_ts.c80 #define ZFORCE_REPORT_POINTS 2 macro
353 if (count > ZFORCE_REPORT_POINTS) { in zforce_touch_event()
356 count, ZFORCE_REPORT_POINTS); in zforce_touch_event()
357 count = ZFORCE_REPORT_POINTS; in zforce_touch_event()
873 input_mt_init_slots(input_dev, ZFORCE_REPORT_POINTS, INPUT_MT_DIRECT); in zforce_probe()