Lines Matching defs:groups
87 * Northstar2 mux function and supported pin groups
90 * @groups: array of groups that can be supported by this function
91 * @num_groups: total number of groups that can be supported by function
95 const char * const *groups;
107 * @groups: pointer to array of groups
108 * @num_groups: total number of groups
121 const struct ns2_pin_group *groups;
304 * List of groups of pins
381 * List of Northstar2 pin groups
443 * List of groups supported by functions
477 .groups = func ## _grps, \
507 return pinctrl->groups[selector].name;
516 *pins = pinctrl->groups[selector].pins;
517 *num_pins = pinctrl->groups[selector].num_pins;
554 const char * const **groups,
559 *groups = pinctrl->functions[selector].groups;
642 grp = &pinctrl->groups[grp_select];
1073 pinctrl->groups = ns2_pin_groups;