Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pinctrl/
Dpinctrl-at91.c178 bool (*get_debounce)(void __iomem *pio, unsigned pin, u32 *div); member
706 .get_debounce = at91_mux_pio3_get_debounce,
725 .get_debounce = at91_mux_pio3_get_debounce,
746 .get_debounce = at91_mux_pio3_get_debounce,
988 if (info->ops->get_debounce && info->ops->get_debounce(pio, pin, &div)) in at91_pinconf_get()