Lines Matching defs:groups
43 return d->soc->groups[group].name;
51 *pins = d->soc->groups[group].pins;
52 *num_pins = d->soc->groups[group].npins;
182 const char * const **groups,
187 *groups = d->soc->functions[group].groups;
207 struct mxs_group *g = &d->soc->groups[group];
251 *config = d->soc->groups[group].config;
261 struct mxs_group *g = &d->soc->groups[group];
355 struct mxs_group *g = &d->soc->groups[idx];
417 /* Count total functions and groups */
439 soc->groups = devm_kcalloc(&pdev->dev,
440 soc->ngroups, sizeof(*soc->groups),
442 if (!soc->groups)
445 /* Count groups for each function */
485 /* Get groups for each function */
503 f->groups = devm_kcalloc(&pdev->dev,
505 sizeof(*f->groups),
507 if (!f->groups) {
515 &f->groups[i++]);