Searched refs:sample_tolerance (Results 1 – 1 of 1) sorted by relevance
24 static unsigned int sample_tolerance = DEFAULT_SAMPLE_TOLERANCE; variable25 module_param(sample_tolerance, uint, S_IRUGO | S_IWUSR);26 MODULE_PARM_DESC(sample_tolerance,93 if (!cr0 || !sample_tolerance || in mc13783_ts_report_sample()94 (x2 - x0 < sample_tolerance && in mc13783_ts_report_sample()95 y2 - y0 < sample_tolerance)) { in mc13783_ts_report_sample()