Searched refs:set_deglitch (Results 1 – 1 of 1) sorted by relevance
86 void (*set_deglitch)(struct at91_port *pio, u32 mask, bool is_on); member249 .set_deglitch = at91_mux_set_deglitch,257 .set_deglitch = at91_mux_pio3_set_deglitch,269 .set_deglitch = at91_mux_pio3_set_deglitch,330 if (ops->set_deglitch) in at91_pinconf_set()331 ops->set_deglitch(pio, mask, config & DEGLITCH); in at91_pinconf_set()