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