Lines Matching refs:group
91 * struct rzn1_pin_group - describes an rzn1 pin group
92 * @name: the name of this specific pin group
93 * @func: the name of the function selected by this group
94 * @npins: the number of pins in this group array, i.e. the number of
350 dev_err(ipctl->dev, "unable to find group for node %pOF\n", np);
355 /* Get the group's pin configuration */
367 /* Increase the number of maps to cover this group */
373 /* Associate the group with the function */
380 /* Associate the group's pin configuration with the group */
389 dev_dbg(pctldev->dev, "maps: function %s group %s (%d pins)\n",
461 unsigned int group)
464 struct rzn1_pin_group *grp = &ipctl->groups[group];
467 dev_dbg(ipctl->dev, "set mux %s(%d) group %s(%d)\n",
468 ipctl->functions[selector].name, selector, grp->name, group);
628 dev_dbg(ipctl->dev, "group get %s selector:%u\n", grp->name, selector);
654 dev_dbg(ipctl->dev, "group set %s selector:%u configs:%p/%d\n",
694 /* Initialise group */