Lines Matching defs:groups
74 * Cygnus mux function and supported pin groups
77 * @groups: array of groups that can be supported by this function
78 * @num_groups: total number of groups that can be supported by this function
82 const char * const *groups;
93 * @groups: pointer to array of groups
94 * @num_groups: total number of groups
106 const struct cygnus_pin_group *groups;
341 * List of groups of pins
490 * List of Cygnus pin groups
582 * List of groups supported by functions
645 .groups = func ## _grps, \
710 return pinctrl->groups[selector].name;
719 *pins = pinctrl->groups[selector].pins;
720 *num_pins = pinctrl->groups[selector].num_pins;
757 const char * const **groups,
762 *groups = pinctrl->functions[selector].groups;
829 const struct cygnus_pin_group *grp = &pinctrl->groups[grp_select];
976 pinctrl->groups = cygnus_pin_groups;