Lines Matching defs:groups
81 * Cygnus mux function and supported pin groups
84 * @groups: array of groups that can be supported by this function
85 * @num_groups: total number of groups that can be supported by this function
89 const char * const *groups;
100 * @groups: pointer to array of groups
101 * @num_groups: total number of groups
113 const struct cygnus_pin_group *groups;
348 * List of groups of pins
497 * List of Cygnus pin groups
589 * List of groups supported by functions
652 .groups = func ## _grps, \
717 return pinctrl->groups[selector].name;
726 *pins = pinctrl->groups[selector].pins;
727 *num_pins = pinctrl->groups[selector].num_pins;
764 const char * const **groups,
769 *groups = pinctrl->functions[selector].groups;
836 const struct cygnus_pin_group *grp = &pinctrl->groups[grp_select];
983 pinctrl->groups = cygnus_pin_groups;