Lines Matching refs:num_groups
91 * @num_groups: total number of groups that can be supported by this function
96 const unsigned int num_groups;
108 * @num_groups: total number of groups
121 unsigned int num_groups;
295 .num_groups = ARRAY_SIZE(func ## _grps), \
322 return pinctrl->num_groups;
378 unsigned * const num_groups)
383 *num_groups = pinctrl->functions[selector].num_groups;
399 for (i = 0; i < pinctrl->num_groups; i++) {
422 if (i == pinctrl->num_groups)
463 if (grp_select >= pinctrl->num_groups ||
609 pinctrl->num_groups = ARRAY_SIZE(nsp_pin_groups);