debounce_max      120 arch/arm/mach-omap1/board-nokia770.c 	.debounce_max	= 10,
debounce_max      605 arch/arm/mach-pxa/hx4700.c 	.debounce_max     = 10,
debounce_max      921 arch/arm/mach-pxa/magician.c 	.debounce_max	= 3,	/* first readout is always bad */
debounce_max      127 drivers/input/touchscreen/ads7846.c 	u16			debounce_max;
debounce_max      631 drivers/input/touchscreen/ads7846.c 		if (ts->read_cnt < ts->debounce_max) {
debounce_max     1235 drivers/input/touchscreen/ads7846.c 	of_property_read_u16(node, "ti,debounce-max", &pdata->debounce_max);
debounce_max     1237 drivers/input/touchscreen/ads7846.c 		pdata->debounce_max = (u16) value;
debounce_max     1330 drivers/input/touchscreen/ads7846.c 	} else if (pdata->debounce_max) {
debounce_max     1331 drivers/input/touchscreen/ads7846.c 		ts->debounce_max = pdata->debounce_max;
debounce_max     1332 drivers/input/touchscreen/ads7846.c 		if (ts->debounce_max < 2)
debounce_max     1333 drivers/input/touchscreen/ads7846.c 			ts->debounce_max = 2;
debounce_max       44 include/linux/spi/ads7846.h 	u16	debounce_max;		/* max number of additional readings