Searched defs:st_pinctrl (Results 1 – 1 of 1) sorted by relevance
326 struct st_pinctrl { struct327 struct device *dev;328 struct pinctrl_dev *pctl;329 struct st_gpio_bank *banks;330 int nbanks;331 struct st_pmx_func *functions;332 int nfunctions;333 struct st_pctl_group *groups;334 int ngroups;335 struct regmap *regmap;[all …]