Searched refs:debounce_threshold (Results 1 – 1 of 1) sorted by relevance
30 unsigned int debounce_threshold; member67 if (keypad->debounce_count++ >= keypad->debounce_threshold) in charlieplex_keypad_check_switch_change()182 keypad->debounce_threshold = DIV_ROUND_UP(debounce_interval_ms, poll_interval_ms); in charlieplex_keypad_probe()