Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pinctrl/
Dpinctrl-at91.c198 void (*set_debounce)(void __iomem *pio, unsigned mask, bool is_on, u32 div); member
726 .set_debounce = at91_mux_pio3_set_debounce,
745 .set_debounce = at91_mux_pio3_set_debounce,
766 .set_debounce = at91_mux_pio3_set_debounce,
1058 if (info->ops->set_debounce) in at91_pinconf_set()
1059 info->ops->set_debounce(pio, mask, config & DEBOUNCE, in at91_pinconf_set()
/linux-6.1.9/drivers/gpio/
Dgpio-aspeed.c941 static int set_debounce(struct gpio_chip *chip, unsigned int offset, in set_debounce() function
962 return set_debounce(chip, offset, arg); in aspeed_gpio_set_config()