Lines Matching defs:groups
93 * Northstar2 mux function and supported pin groups
96 * @groups: array of groups that can be supported by this function
97 * @num_groups: total number of groups that can be supported by function
101 const char * const *groups;
113 * @groups: pointer to array of groups
114 * @num_groups: total number of groups
127 const struct ns2_pin_group *groups;
310 * List of groups of pins
387 * List of Northstar2 pin groups
449 * List of groups supported by functions
483 .groups = func ## _grps, \
513 return pinctrl->groups[selector].name;
522 *pins = pinctrl->groups[selector].pins;
523 *num_pins = pinctrl->groups[selector].num_pins;
560 const char * const **groups,
565 *groups = pinctrl->functions[selector].groups;
648 grp = &pinctrl->groups[grp_select];
1079 pinctrl->groups = ns2_pin_groups;