Home
last modified time | relevance | path

Searched refs:set_debounce (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/pinctrl/
H A Dpinctrl-at91.c159 * @set_debounce: enable/disable debounce
179 void (*set_debounce)(void __iomem *pio, unsigned mask, bool is_on, u32 div); member
707 .set_debounce = at91_mux_pio3_set_debounce,
726 .set_debounce = at91_mux_pio3_set_debounce,
747 .set_debounce = at91_mux_pio3_set_debounce,
1039 if (info->ops->set_debounce) in at91_pinconf_set()
1040 info->ops->set_debounce(pio, mask, config & DEBOUNCE, in at91_pinconf_set()
/kernel/linux/linux-6.6/drivers/pinctrl/
H A Dpinctrl-at91.c179 * @set_debounce: enable/disable debounce
199 void (*set_debounce)(void __iomem *pio, unsigned mask, bool is_on, u32 div); member
727 .set_debounce = at91_mux_pio3_set_debounce,
746 .set_debounce = at91_mux_pio3_set_debounce,
767 .set_debounce = at91_mux_pio3_set_debounce,
1059 if (info->ops->set_debounce) in at91_pinconf_set()
1060 info->ops->set_debounce(pio, mask, config & DEBOUNCE, in at91_pinconf_set()
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-aspeed.c944 static int set_debounce(struct gpio_chip *chip, unsigned int offset, in set_debounce() function
965 return set_debounce(chip, offset, arg); in aspeed_gpio_set_config()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-aspeed.c951 static int set_debounce(struct gpio_chip *chip, unsigned int offset, in set_debounce() function
972 return set_debounce(chip, offset, arg); in aspeed_gpio_set_config()

Completed in 10 milliseconds