Searched refs:get_deglitch (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/ |
H A D | pinctrl-at91.c | 156 * @get_deglitch: get deglitch status 176 bool (*get_deglitch)(void __iomem *pio, unsigned pin); member 693 .get_deglitch = at91_mux_get_deglitch, 704 .get_deglitch = at91_mux_pio3_get_deglitch, 723 .get_deglitch = at91_mux_pio3_get_deglitch, 744 .get_deglitch = at91_mux_pio3_get_deglitch, 986 if (info->ops->get_deglitch && info->ops->get_deglitch(pio, pin)) in at91_pinconf_get()
|
/kernel/linux/linux-6.6/drivers/pinctrl/ |
H A D | pinctrl-at91.c | 176 * @get_deglitch: get deglitch status 196 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()
|
Completed in 7 milliseconds