Lines Matching defs:groups
411 *config = pctl->groups[group].config;
420 struct mtk_pinctrl_group *g = &pctl->groups[group];
447 struct mtk_pinctrl_group *grp = pctl->groups + i;
657 return pctl->groups[group].name;
667 *pins = (unsigned *)&pctl->groups[group].pin;
694 const char * const **groups,
699 *groups = pctl->grp_names;
751 struct mtk_pinctrl_group *g = pctl->groups + group;
935 /* Allocate groups */
936 pctl->groups = devm_kcalloc(&pdev->dev, pctl->ngroups,
937 sizeof(*pctl->groups), GFP_KERNEL);
938 if (!pctl->groups)
949 struct mtk_pinctrl_group *group = pctl->groups + i;