Lines Matching defs:groups
72 struct property *groups = of_find_property(np, "lantiq,groups", NULL);
80 if (!pins && !groups) {
81 dev_err(pctldev->dev, "%pOFn defines neither pins nor groups\n",
86 if (pins && groups) {
87 dev_err(pctldev->dev, "%pOFn defines both pins and groups\n",
93 if (groups && !ret) {
94 of_property_for_each_string(np, "lantiq,groups", prop, group) {
126 of_property_for_each_string(np, "lantiq,groups", prop, group) {
142 ret = of_property_count_strings(np, "lantiq,groups");
201 const char * const **groups,
206 *groups = info->funcs[func].groups;