Home
last modified time | relevance | path

Searched refs:debounce_threshold (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/input/keyboard/
H A Dcharlieplex_keypad.c30 unsigned int debounce_threshold; member
67 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()