Lines Matching defs:groups
71 struct property *groups = of_find_property(np, "lantiq,groups", NULL);
79 if (!pins && !groups) {
80 dev_err(pctldev->dev, "%pOFn defines neither pins nor groups\n",
85 if (pins && groups) {
86 dev_err(pctldev->dev, "%pOFn defines both pins and groups\n",
92 if (groups && !ret) {
93 of_property_for_each_string(np, "lantiq,groups", prop, group) {
125 of_property_for_each_string(np, "lantiq,groups", prop, group) {
141 ret = of_property_count_strings(np, "lantiq,groups");
200 const char * const **groups,
205 *groups = info->funcs[func].groups;