Lines Matching defs:groups
60 return pmx->pfc->info->groups[selector].name;
68 *pins = pmx->pfc->info->groups[selector].pins;
69 *num_pins = pmx->pfc->info->groups[selector].nr_pins;
127 if (of_find_property(np, "groups", NULL) ||
130 pmx->groups_prop_name = "groups";
134 pmx->groups_prop_name = "renesas,groups";
159 /* Count the number of pins and groups and reallocate mappings. */
174 dev_err(dev, "Invalid pin groups list in DT\n");
200 /* Iterate over pins and groups and create the mappings. */
331 const char * const **groups,
336 *groups = pmx->pfc->info->functions[selector].groups;
347 const struct sh_pfc_pin_group *grp = &pfc->info->groups[group];
750 pins = pmx->pfc->info->groups[group].pins;
751 num_pins = pmx->pfc->info->groups[group].nr_pins;