Lines Matching refs:pins
35 const unsigned **pins,
41 *pins = info->grps[selector].pins;
70 struct property *pins = of_find_property(np, "lantiq,pins", 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",
115 of_property_for_each_string(np, "lantiq,pins", prop, pin) {
143 ret = of_property_count_strings(np, "lantiq,pins");
242 pin = match_mfp(info, grp->pins[i]);
245 grp->pins[i]);
273 pin = match_mfp(info, pin_grp->pins[i]);
276 pin_grp->pins[i]);