Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds