Lines Matching defs:groups
55 struct sunxi_pinctrl_group *grp = pctl->groups + i;
146 return pctl->groups[group].name;
156 *pins = (unsigned *)&pctl->groups[group].pin;
535 struct sunxi_pinctrl_group *g = &pctl->groups[group];
609 struct sunxi_pinctrl_group *g = &pctl->groups[group];
698 const char * const **groups,
703 *groups = pctl->functions[function].groups;
733 struct sunxi_pinctrl_group *g = pctl->groups + group;
1202 * Allocate groups
1204 * We assume that the number of groups is the number of pins
1212 pctl->groups = devm_kcalloc(&pdev->dev,
1213 pctl->desc->npins, sizeof(*pctl->groups),
1215 if (!pctl->groups)
1220 struct sunxi_pinctrl_group *group = pctl->groups + pctl->ngroups;
1228 /* And now we count the actual number of pins / groups */
1242 /* Count functions and their associated groups */
1296 if (!func_item->groups) {
1297 func_item->groups =
1300 sizeof(*func_item->groups),
1302 if (!func_item->groups) {
1308 func_grp = func_item->groups;