Searched refs:debounce_ms (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/input/keyboard/ |
D | pmic8xxx-keypad.c | 372 unsigned int debounce_ms; in pmic8xxx_kpd_init() local 420 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()
|
D | stmpe-keypad.c | 133 unsigned int debounce_ms; member 271 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()
|
D | tc3589x-keypad.c | 327 u32 debounce_ms; in tc3589x_keypad_of_probe() local 360 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()
|
D | matrix_keypad.c | 31 unsigned int debounce_ms; member 185 msecs_to_jiffies(keypad->debounce_ms)); in matrix_keypad_interrupt() 395 &keypad->debounce_ms); in matrix_keypad_probe()
|
/linux-6.12.1/drivers/gpio/ |
D | gpio-tegra.c | 231 unsigned int debounce_ms = DIV_ROUND_UP(debounce, 1000); in tegra_gpio_set_debounce() local 235 if (!debounce_ms) { in tegra_gpio_set_debounce() 241 debounce_ms = min(debounce_ms, 255U); in tegra_gpio_set_debounce() 248 if (bank->dbc_cnt[port] < debounce_ms) { in tegra_gpio_set_debounce() 249 tegra_gpio_writel(tgi, debounce_ms, GPIO_DBC_CNT(tgi, offset)); in tegra_gpio_set_debounce() 250 bank->dbc_cnt[port] = debounce_ms; in tegra_gpio_set_debounce()
|
/linux-6.12.1/drivers/auxdisplay/ |
D | ht16k33.c | 75 uint32_t debounce_ms; member 371 msecs_to_jiffies(keypad->debounce_ms)); in ht16k33_keypad_irq_thread() 519 &keypad->debounce_ms); in ht16k33_keypad_probe()
|