Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dmc13783_ts.c27 static unsigned int sample_tolerance = DEFAULT_SAMPLE_TOLERANCE; variable
28 module_param(sample_tolerance, uint, S_IRUGO | S_IWUSR);
29 MODULE_PARM_DESC(sample_tolerance,
98 if (!cr0 || !sample_tolerance || in mc13783_ts_report_sample()
99 (x2 - x0 < sample_tolerance && in mc13783_ts_report_sample()
100 y2 - y0 < sample_tolerance)) { in mc13783_ts_report_sample()