Lines Matching refs:group
167 struct group_desc *group;
173 group = pinctrl_generic_get_group(pctldev, group_selector);
174 if (!group)
178 pins = group->pins;
180 for (i = 0; i < group->num_pins; i++) {
329 /* Register a single pin group listing all the pins we read from DT */
337 * Register a single group function where the 'data' is an array PSEL
350 maps[idx].data.mux.group = name;
676 unsigned int group,
684 ret = pinctrl_generic_get_group_pins(pctldev, group, &pins, &npins);
699 unsigned int group,
706 ret = pinctrl_generic_get_group_pins(pctldev, group, &pins, &npins);