Lines Matching refs:pins
36 const unsigned **pins,
42 *pins = info->grps[selector].pins;
71 struct property *pins = of_find_property(np, "lantiq,pins", 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",
116 of_property_for_each_string(np, "lantiq,pins", prop, pin) {
144 ret = of_property_count_strings(np, "lantiq,pins");
243 pin = match_mfp(info, grp->pins[i]);
246 grp->pins[i]);
274 pin = match_mfp(info, pin_grp->pins[i]);
277 pin_grp->pins[i]);