Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dzforce_ts.c72 #define ZFORCE_REPORT_POINTS 2 macro
345 if (count > ZFORCE_REPORT_POINTS) { in zforce_touch_event()
348 count, ZFORCE_REPORT_POINTS); in zforce_touch_event()
349 count = ZFORCE_REPORT_POINTS; in zforce_touch_event()
864 input_mt_init_slots(input_dev, ZFORCE_REPORT_POINTS, INPUT_MT_DIRECT); in zforce_probe()