debounce_tol      121 arch/arm/mach-omap1/board-nokia770.c 	.debounce_tol	= 3,
debounce_tol      606 arch/arm/mach-pxa/hx4700.c 	.debounce_tol     = 3,
debounce_tol      922 arch/arm/mach-pxa/magician.c 	.debounce_tol	= 30,
debounce_tol      128 drivers/input/touchscreen/ads7846.c 	u16			debounce_tol;
debounce_tol      624 drivers/input/touchscreen/ads7846.c 	if (!ts->read_cnt || (abs(ts->last_read - *val) > ts->debounce_tol)) {
debounce_tol     1238 drivers/input/touchscreen/ads7846.c 	of_property_read_u16(node, "ti,debounce-tol", &pdata->debounce_tol);
debounce_tol     1334 drivers/input/touchscreen/ads7846.c 		ts->debounce_tol = pdata->debounce_tol;
debounce_tol       46 include/linux/spi/ads7846.h 	u16	debounce_tol;		/* tolerance used for filtering */