Lines Matching defs:group
76 const char *group, *pin;
94 of_property_for_each_string(np, "lantiq,groups", prop, group) {
97 (*map)->data.mux.group = group;
126 of_property_for_each_string(np, "lantiq,groups", prop, group) {
131 (*map)->name = group;
132 (*map)->data.configs.group_or_pin = group;
261 unsigned group)
264 const struct ltq_pin_group *pin_grp = &info->grps[group];
269 dev_err(info->dev, "Failed to set the pin group: %s\n",
270 info->grps[group].name);