Lines Matching refs:ngroups
226 for (i = 0; i < info->ngroups; i++) {
272 return info->ngroups;
287 if (selector >= info->ngroups) {
2923 *num_groups = info->functions[selector].ngroups;
3203 info->ngroups += of_get_child_count(child);
3285 func->ngroups = of_get_child_count(np);
3286 if (func->ngroups <= 0) {
3290 func->groups = devm_kcalloc(info->dev, func->ngroups, sizeof(char *), GFP_KERNEL);
3320 dev_dbg(&pdev->dev, "ngroups = %d\n", info->ngroups);
3327 info->groups = devm_kcalloc(dev, info->ngroups, sizeof(struct rockchip_pin_group), GFP_KERNEL);