Lines Matching defs:groups
107 struct stm32_pinctrl_group *groups;
530 struct stm32_pinctrl_group *grp = pctl->groups + i;
717 return pctl->groups[group].name;
727 *pins = (unsigned *)&pctl->groups[group].pin;
757 const char * const **groups,
762 *groups = pctl->grp_names;
837 struct stm32_pinctrl_group *g = pctl->groups + group;
1135 *config = pctl->groups[group].config;
1144 struct stm32_pinctrl_group *g = &pctl->groups[group];
1484 /* Allocate groups */
1485 pctl->groups = devm_kcalloc(&pdev->dev, pctl->ngroups,
1486 sizeof(*pctl->groups), GFP_KERNEL);
1487 if (!pctl->groups)
1498 struct stm32_pinctrl_group *group = pctl->groups + i;
1748 struct stm32_pinctrl_group *g = pctl->groups;