debounce_cnt       85 drivers/input/keyboard/tegra-kbc.c 	unsigned int debounce_cnt;
debounce_cnt      358 drivers/input/keyboard/tegra-kbc.c 	unsigned int debounce_cnt;
debounce_cnt      378 drivers/input/keyboard/tegra-kbc.c 	debounce_cnt = min(kbc->debounce_cnt, KBC_MAX_DEBOUNCE_CNT);
debounce_cnt      379 drivers/input/keyboard/tegra-kbc.c 	val = KBC_DEBOUNCE_CNT_SHIFT(debounce_cnt);
debounce_cnt      502 drivers/input/keyboard/tegra-kbc.c 		kbc->debounce_cnt = prop;
debounce_cnt      604 drivers/input/keyboard/tegra-kbc.c 	unsigned int debounce_cnt;
debounce_cnt      668 drivers/input/keyboard/tegra-kbc.c 	debounce_cnt = min(kbc->debounce_cnt, KBC_MAX_DEBOUNCE_CNT);
debounce_cnt      669 drivers/input/keyboard/tegra-kbc.c 	scan_time_rows = (KBC_ROW_SCAN_TIME + debounce_cnt) * num_rows;
debounce_cnt      373 drivers/input/touchscreen/fsl-imx25-tcq.c 	unsigned int debounce_cnt;
debounce_cnt      382 drivers/input/touchscreen/fsl-imx25-tcq.c 	debounce_cnt = DIV_ROUND_UP(priv->pen_debounce, adc_period * 8) - 1;
debounce_cnt      392 drivers/input/touchscreen/fsl-imx25-tcq.c 	if (debounce_cnt > 127)
debounce_cnt      393 drivers/input/touchscreen/fsl-imx25-tcq.c 		debounce_cnt = 127;
debounce_cnt      411 drivers/input/touchscreen/fsl-imx25-tcq.c 			   MX25_TGCR_PDBTIME(debounce_cnt));