Lines Matching defs:groups
87 * nsp 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 this function
95 const char * const *groups;
107 * @groups: pointer to array of groups
108 * @num_groups: total number of groups
120 const struct nsp_pin_group *groups;
198 * List of groups of pins
241 * List of nsp pin groups
270 * List of groups supported by functions
294 .groups = func ## _grps, \
330 return pinctrl->groups[selector].name;
339 *pins = pinctrl->groups[selector].pins;
340 *num_pins = pinctrl->groups[selector].num_pins;
377 const char * const **groups,
382 *groups = pinctrl->functions[selector].groups;
468 grp = &pinctrl->groups[grp_select];
608 pinctrl->groups = nsp_pin_groups;