Home
last modified time | relevance | path

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

/drivers/input/touchscreen/
Dbu21013_ts.c22 #define DELTA_MIN 16 macro
220 (abs(pos_x[0] - pos_x[1]) < DELTA_MIN || in bu21013_do_touch_report()
221 abs(pos_y[0] - pos_y[1]) < DELTA_MIN)) { in bu21013_do_touch_report()