Lines Matching refs:group
75 const char *group, *pin;
93 of_property_for_each_string(np, "lantiq,groups", prop, group) {
96 (*map)->data.mux.group = group;
125 of_property_for_each_string(np, "lantiq,groups", prop, group) {
130 (*map)->name = group;
131 (*map)->data.configs.group_or_pin = group;
260 unsigned group)
263 const struct ltq_pin_group *pin_grp = &info->grps[group];
268 dev_err(info->dev, "Failed to set the pin group: %s\n",
269 info->grps[group].name);