Lines Matching defs:group
98 * @groups: groups table to provide group name and pin in the group to pinctrl.
99 * @group_names: group names table to provide all the group/pin names to
533 /* Want the device name not the group one. */
587 const char *group, *func;
593 ret = atmel_pctl_xlate_pinfunc(pctldev, np, pinfunc, &group,
599 group, func);
603 reserved_maps, num_maps, group,
690 unsigned group)
696 dev_dbg(pctldev->dev, "enable function %s group %s\n",
697 atmel_functions[function], atmel_pioctrl->groups[group].name);
699 pin = atmel_pioctrl->groups[group].pin;
717 unsigned group,
722 struct atmel_group *grp = atmel_pioctrl->groups + group;
770 unsigned group,
775 struct atmel_group *grp = atmel_pioctrl->groups + group;
821 * - can't have different debounce periods inside a same group,
1062 /* One pin is one group since a pin can achieve all functions. */
1076 struct atmel_group *group = atmel_pioctrl->groups + i;
1096 group->name = group_names[i] = pin_desc[i].name;
1097 group->pin = pin_desc[i].number;
1134 dev_err(dev, "missing irq resource for group %c\n",