Lines Matching defs:groups
418 * @groups: Array of pin groups
419 * @ngroups: Number of groups in the array
434 const struct intel_pingroup *groups;
523 return mp->groups[group].name;
531 *pins = mp->groups[group].pins;
532 *npins = mp->groups[group].npins;
582 const char * const **groups,
587 *groups = mp->functions[function].groups;
597 const struct intel_pingroup *grp = &mp->groups[group];
604 * All pins in the groups needs to be accessible and writable
937 mp->groups = mrfld_groups;