Lines Matching defs:cygnus_pinctrl
103 struct cygnus_pinctrl { struct
104 struct pinctrl_dev *pctl;
105 struct device *dev;
106 void __iomem *base0;
107 void __iomem *base1;
109 const struct cygnus_pin_group *groups;
110 unsigned num_groups;
112 const struct cygnus_pin_function *functions;
113 unsigned num_functions;
115 struct cygnus_mux_log *mux_log;
117 spinlock_t lock;