Lines Matching defs:groups
103 struct stm32_pinctrl_group *groups;
523 struct stm32_pinctrl_group *grp = pctl->groups + i;
712 return pctl->groups[group].name;
722 *pins = (unsigned *)&pctl->groups[group].pin;
752 const char * const **groups,
757 *groups = pctl->grp_names;
836 struct stm32_pinctrl_group *g = pctl->groups + group;
1126 *config = pctl->groups[group].config;
1135 struct stm32_pinctrl_group *g = &pctl->groups[group];
1399 /* Allocate groups */
1400 pctl->groups = devm_kcalloc(&pdev->dev, pctl->ngroups,
1401 sizeof(*pctl->groups), GFP_KERNEL);
1402 if (!pctl->groups)
1413 struct stm32_pinctrl_group *group = pctl->groups + i;
1669 struct stm32_pinctrl_group *g = pctl->groups;