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