Home
last modified time | relevance | path

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

/drivers/pinctrl/
Dpinctrl-at91.c173 void (*set_deglitch)(void __iomem *pio, unsigned mask, bool is_on); member
690 .set_deglitch = at91_mux_set_deglitch,
701 .set_deglitch = at91_mux_pio3_set_deglitch,
720 .set_deglitch = at91_mux_pio3_set_deglitch,
742 .set_deglitch = at91_mux_pio3_set_deglitch,
1034 if (info->ops->set_deglitch) in at91_pinconf_set()
1035 info->ops->set_deglitch(pio, mask, config & DEGLITCH); in at91_pinconf_set()