Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
865 input_mt_init_slots(input_dev, ZFORCE_REPORT_POINTS, INPUT_MT_DIRECT); in zforce_probe()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds