Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dbu21013_ts.c25 #define DELTA_MIN 16 macro
217 (abs(pos[0].x - pos[1].x) < DELTA_MIN || in bu21013_do_touch_report()
218 abs(pos[0].y - pos[1].y) < DELTA_MIN)) { in bu21013_do_touch_report()
222 input_mt_assign_slots(input, slots, pos, finger_down_count, DELTA_MIN); in bu21013_do_touch_report()