Lines Matching refs:group
95 * struct rzn1_pin_group - describes an rzn1 pin group
96 * @name: the name of this specific pin group
97 * @func: the name of the function selected by this group
98 * @npins: the number of pins in this group array, i.e. the number of
354 dev_err(ipctl->dev, "unable to find group for node %pOF\n", np);
359 /* Get the group's pin configuration */
371 /* Increase the number of maps to cover this group */
377 /* Associate the group with the function */
384 /* Associate the group's pin configuration with the group */
393 dev_dbg(pctldev->dev, "maps: function %s group %s (%d pins)\n",
465 unsigned int group)
468 struct rzn1_pin_group *grp = &ipctl->groups[group];
471 dev_dbg(ipctl->dev, "set mux %s(%d) group %s(%d)\n",
472 ipctl->functions[selector].name, selector, grp->name, group);
632 dev_dbg(ipctl->dev, "group get %s selector:%u\n", grp->name, selector);
658 dev_dbg(ipctl->dev, "group set %s selector:%u configs:%p/%d\n",
698 /* Initialise group */