Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/
H A Dpinctrl-at91.c195 bool (*get_deglitch)(void __iomem *pio, unsigned pin); member
712 .get_deglitch = at91_mux_get_deglitch,
723 .get_deglitch = at91_mux_pio3_get_deglitch,
742 .get_deglitch = at91_mux_pio3_get_deglitch,
763 .get_deglitch = at91_mux_pio3_get_deglitch,
1005 if (info->ops->get_deglitch && info->ops->get_deglitch(pio, pin)) in at91_pinconf_get()