Searched refs:at91_pinctrl_mux_ops (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/pinctrl/
H A Dpinctrl-at91.c34 struct at91_pinctrl_mux_ops;
45 struct at91_pinctrl_mux_ops *ops; /* ops */
132 * struct at91_pinctrl_mux_ops - describes an AT91 mux ops group
152 struct at91_pinctrl_mux_ops { struct
191 struct at91_pinctrl_mux_ops *ops;
595 static struct at91_pinctrl_mux_ops at91rm9200_ops = {
604 static struct at91_pinctrl_mux_ops at91sam9x5_ops = {
623 static struct at91_pinctrl_mux_ops sama5d3_ops = {
1154 info->ops = (struct at91_pinctrl_mux_ops *) at91_pinctrl_probe_dt()
1725 at91_chip->ops = (struct at91_pinctrl_mux_ops *) at91_gpio_probe()

Completed in 44 milliseconds