Lines Matching refs:group
149 * struct at91_pin_group - describes an At91 pin group
150 * @name: the name of this specific pin group
151 * @pins_conf: the mux mode for each pin in this group. The size of this
153 * @pins: an array of discrete physical pins used in this group, taken
155 * @npins: the number of pins in this group array, i.e. the number of
166 * struct at91_pinctrl_mux_ops - describes an AT91 mux ops group
301 * first find the group of this node and check if we need to create
306 dev_err(info->dev, "unable to find group for node %pOFn\n",
328 new_map[0].data.mux.group = np->name;
341 dev_dbg(pctldev->dev, "maps: function %s group %s num %d\n",
342 (*map)->data.mux.function, (*map)->data.mux.group, map_num);
844 unsigned group)
847 const struct at91_pmx_pin *pins_conf = info->groups[group].pins_conf;
849 uint32_t npins = info->groups[group].npins;
854 dev_dbg(info->dev, "enable function %s group %s\n",
855 info->functions[selector].name, info->groups[group].name);
857 /* first check that all the pins of the group are valid with a valid
861 ret = pin_check_config(info, info->groups[group].name, i, pin);
1127 struct seq_file *s, unsigned group)
1204 dev_dbg(info->dev, "group(%d): %pOFn\n", index, np);
1206 /* Initialise group */