Lines Matching refs:group
129 * struct at91_pin_group - describes an At91 pin group
130 * @name: the name of this specific pin group
131 * @pins_conf: the mux mode for each pin in this group. The size of this
133 * @pins: an array of discrete physical pins used in this group, taken
135 * @npins: the number of pins in this group array, i.e. the number of
146 * struct at91_pinctrl_mux_ops - describes an AT91 mux ops group
281 * first find the group of this node and check if we need to create
286 dev_err(info->dev, "unable to find group for node %pOFn\n",
308 new_map[0].data.mux.group = np->name;
321 dev_dbg(pctldev->dev, "maps: function %s group %s num %d\n",
322 (*map)->data.mux.function, (*map)->data.mux.group, map_num);
824 unsigned group)
827 const struct at91_pmx_pin *pins_conf = info->groups[group].pins_conf;
829 uint32_t npins = info->groups[group].npins;
834 dev_dbg(info->dev, "enable function %s group %s\n",
835 info->functions[selector].name, info->groups[group].name);
837 /* first check that all the pins of the group are valid with a valid
841 ret = pin_check_config(info, info->groups[group].name, i, pin);
1107 struct seq_file *s, unsigned group)
1184 dev_dbg(info->dev, "group(%d): %pOFn\n", index, np);
1186 /* Initialise group */