Lines Matching defs:groups
40 return d->soc->groups[group].name;
48 *pins = d->soc->groups[group].pins;
49 *num_pins = d->soc->groups[group].npins;
179 const char * const **groups,
184 *groups = d->soc->functions[group].groups;
204 struct mxs_group *g = &d->soc->groups[group];
248 *config = d->soc->groups[group].config;
258 struct mxs_group *g = &d->soc->groups[group];
352 struct mxs_group *g = &d->soc->groups[idx];
414 /* Count total functions and groups */
436 soc->groups = devm_kcalloc(&pdev->dev,
437 soc->ngroups, sizeof(*soc->groups),
439 if (!soc->groups)
442 /* Count groups for each function */
482 /* Get groups for each function */
500 f->groups = devm_kcalloc(&pdev->dev,
502 sizeof(*f->groups),
504 if (!f->groups) {
512 &f->groups[i++]);