Lines Matching defs:groups
379 *config = pctl->groups[group].config;
388 struct mtk_pinctrl_group *g = &pctl->groups[group];
415 struct mtk_pinctrl_group *grp = pctl->groups + i;
625 return pctl->groups[group].name;
635 *pins = (unsigned *)&pctl->groups[group].pin;
662 const char * const **groups,
667 *groups = pctl->grp_names;
719 struct mtk_pinctrl_group *g = pctl->groups + group;
904 /* Allocate groups */
905 pctl->groups = devm_kcalloc(&pdev->dev, pctl->ngroups,
906 sizeof(*pctl->groups), GFP_KERNEL);
907 if (!pctl->groups)
918 struct mtk_pinctrl_group *group = pctl->groups + i;