Searched refs:debounce_ms (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/input/keyboard/ |
D | pmic8xxx-keypad.c | 380 unsigned int debounce_ms; in pmic8xxx_kpd_init() local 428 if (of_property_read_u32(of_node, "debounce", &debounce_ms)) in pmic8xxx_kpd_init() 429 debounce_ms = MIN_DEBOUNCE_TIME; in pmic8xxx_kpd_init() 431 if (((debounce_ms % 5) != 0) || in pmic8xxx_kpd_init() 432 debounce_ms > MAX_DEBOUNCE_TIME || in pmic8xxx_kpd_init() 433 debounce_ms < MIN_DEBOUNCE_TIME) { in pmic8xxx_kpd_init() 438 bits = (debounce_ms / 5) - 1; in pmic8xxx_kpd_init()
|
D | stmpe-keypad.c | 132 unsigned int debounce_ms; member 270 if (keypad->debounce_ms > STMPE_KEYPAD_MAX_DEBOUNCE) in stmpe_keypad_chip_init() 310 (keypad->debounce_ms << 1)); in stmpe_keypad_chip_init() 353 of_property_read_u32(np, "debounce-interval", &keypad->debounce_ms); in stmpe_keypad_probe()
|
D | tc3589x-keypad.c | 328 u32 debounce_ms; in tc3589x_keypad_of_probe() local 362 of_property_read_u32(np, "debounce-delay-ms", &debounce_ms); in tc3589x_keypad_of_probe() 363 if (debounce_ms) in tc3589x_keypad_of_probe() 364 plat->debounce_period = debounce_ms * 16; in tc3589x_keypad_of_probe()
|
D | nomadik-ske-keypad.c | 97 int timeout = keypad->board->debounce_ms; in ske_keypad_chip_init() 114 value |= ((keypad->board->debounce_ms * 32000)/32768) << 8; in ske_keypad_chip_init() 201 int timeout = keypad->board->debounce_ms; in ske_keypad_irq()
|
D | matrix_keypad.c | 194 msecs_to_jiffies(keypad->pdata->debounce_ms)); in matrix_keypad_interrupt() 442 of_property_read_u32(np, "debounce-delay-ms", &pdata->debounce_ms); in matrix_keypad_parse_dt()
|
/Linux-v4.19/drivers/gpio/ |
D | gpio-tegra.c | 218 unsigned int debounce_ms = DIV_ROUND_UP(debounce, 1000); in tegra_gpio_set_debounce() local 222 if (!debounce_ms) { in tegra_gpio_set_debounce() 228 debounce_ms = min(debounce_ms, 255U); in tegra_gpio_set_debounce() 235 if (bank->dbc_cnt[port] < debounce_ms) { in tegra_gpio_set_debounce() 236 tegra_gpio_writel(tgi, debounce_ms, GPIO_DBC_CNT(tgi, offset)); in tegra_gpio_set_debounce() 237 bank->dbc_cnt[port] = debounce_ms; in tegra_gpio_set_debounce()
|
/Linux-v4.19/include/linux/platform_data/ |
D | keypad-nomadik-ske.h | 46 u8 debounce_ms; member
|
/Linux-v4.19/include/linux/input/ |
D | matrix_keypad.h | 71 unsigned int debounce_ms; member
|
/Linux-v4.19/drivers/auxdisplay/ |
D | ht16k33.c | 56 uint32_t debounce_ms; member 288 msecs_to_jiffies(keypad->debounce_ms)); in ht16k33_keypad_irq_thread() 343 &keypad->debounce_ms); in ht16k33_keypad_probe()
|
/Linux-v4.19/arch/arm/mach-pxa/ |
D | palmtc.c | 291 .debounce_ms = 20,
|
D | corgi.c | 400 .debounce_ms = 10,
|
D | tosa.c | 472 .debounce_ms = 10,
|
D | spitz.c | 387 .debounce_ms = 10,
|
/Linux-v4.19/arch/mips/jz4740/ |
D | board-qi_lb60.c | 276 .debounce_ms = 10,
|