Lines Matching refs:ngroups
262 unsigned ngroups; member
334 int ngroups; member
835 return info->ngroups; in st_pctl_get_groups_count()
851 if (selector >= info->ngroups) in st_pctl_get_group_pins()
865 for (i = 0; i < info->ngroups; i++) { in st_pctl_find_group_by_name()
957 *ngrps = info->functions[selector].ngroups; in st_pmx_get_groups()
1106 info->ngroups += of_get_child_count(child); in st_pctl_dt_child_count()
1310 func->ngroups = of_get_child_count(np); in st_pctl_parse_functions()
1311 if (func->ngroups == 0) { in st_pctl_parse_functions()
1316 func->ngroups * sizeof(char *), GFP_KERNEL); in st_pctl_parse_functions()
1330 index, func->name, func->ngroups); in st_pctl_parse_functions()
1633 dev_info(&pdev->dev, "ngroups = %d\n", info->ngroups); in st_pctl_probe_dt()
1639 info->ngroups * sizeof(*info->groups) , GFP_KERNEL); in st_pctl_probe_dt()