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