Searched refs:sample_tolerance (Results 1 – 1 of 1) sorted by relevance
27 static unsigned int sample_tolerance = DEFAULT_SAMPLE_TOLERANCE; variable28 module_param(sample_tolerance, uint, S_IRUGO | S_IWUSR);29 MODULE_PARM_DESC(sample_tolerance,99 if (!cr0 || !sample_tolerance || in mc13783_ts_report_sample()100 (x2 - x0 < sample_tolerance && in mc13783_ts_report_sample()101 y2 - y0 < sample_tolerance)) { in mc13783_ts_report_sample()