Searched refs:debounce_ms (Results 1 – 5 of 5) sorted by relevance
372 unsigned int debounce_ms; in pmic8xxx_kpd_init() local420 if (of_property_read_u32(of_node, "debounce", &debounce_ms)) in pmic8xxx_kpd_init()421 debounce_ms = MIN_DEBOUNCE_TIME; in pmic8xxx_kpd_init()423 if (((debounce_ms % 5) != 0) || in pmic8xxx_kpd_init()424 debounce_ms > MAX_DEBOUNCE_TIME || in pmic8xxx_kpd_init()425 debounce_ms < MIN_DEBOUNCE_TIME) { in pmic8xxx_kpd_init()430 bits = (debounce_ms / 5) - 1; in pmic8xxx_kpd_init()
133 unsigned int debounce_ms; member271 if (keypad->debounce_ms > STMPE_KEYPAD_MAX_DEBOUNCE) in stmpe_keypad_chip_init()311 (keypad->debounce_ms << 1)); in stmpe_keypad_chip_init()354 of_property_read_u32(np, "debounce-interval", &keypad->debounce_ms); in stmpe_keypad_probe()
327 u32 debounce_ms; in tc3589x_keypad_of_probe() local360 of_property_read_u32(np, "debounce-delay-ms", &debounce_ms); in tc3589x_keypad_of_probe()361 if (debounce_ms) in tc3589x_keypad_of_probe()362 plat->debounce_period = debounce_ms * 16; in tc3589x_keypad_of_probe()
30 unsigned int debounce_ms; member183 msecs_to_jiffies(keypad->debounce_ms)); in matrix_keypad_interrupt()392 &keypad->debounce_ms); in matrix_keypad_probe()
75 uint32_t debounce_ms; member371 msecs_to_jiffies(keypad->debounce_ms)); in ht16k33_keypad_irq_thread()519 &keypad->debounce_ms); in ht16k33_keypad_probe()