Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pinctrl/
Dpinctrl-at91.c196 bool (*get_deglitch)(void __iomem *pio, unsigned pin); member
713 .get_deglitch = at91_mux_get_deglitch,
724 .get_deglitch = at91_mux_pio3_get_deglitch,
743 .get_deglitch = at91_mux_pio3_get_deglitch,
764 .get_deglitch = at91_mux_pio3_get_deglitch,
1006 if (info->ops->get_deglitch && info->ops->get_deglitch(pio, pin)) in at91_pinconf_get()