Lines Matching defs:groups
52 return pmx->soc->groups[group].name;
62 *pins = pmx->soc->groups[group].pins;
63 *num_pins = pmx->soc->groups[group].npins;
238 const char * const **groups,
243 *groups = pmx->soc->functions[function].groups;
258 g = &pmx->soc->groups[group];
289 group = &pmx->soc->groups[offset];
312 group = &pmx->soc->groups[offset];
497 g = &pmx->soc->groups[group];
526 g = &pmx->soc->groups[group];
594 g = &pmx->soc->groups[group];
663 g = &pmx->soc->groups[i];
772 * Each mux group will appear in 4 functions' list of groups.
773 * This over-allocates slightly, since not all groups are mux groups.
785 func->groups = group_pins;
788 const struct tegra_pingroup *g = &soc_data->groups[gn];