Searched refs:set_debounce (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/pinctrl/ |
| H A D | pinctrl-at91.c | 87 void (*set_debounce)(struct at91_port *pio, u32 mask, bool is_on, member 258 .set_debounce = at91_mux_pio3_set_debounce, 270 .set_debounce = at91_mux_pio3_set_debounce, 332 if (ops->set_debounce) in at91_pinconf_set() 333 ops->set_debounce(pio, mask, config & DEBOUNCE, in at91_pinconf_set()
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/ |
| H A D | pinctrl-at91.c | 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()
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-aspeed.c | 944 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()
|