Lines Matching refs:of_find_property
164 return of_find_property(node, "bias-pull-up", NULL) ||
165 of_find_property(node, "bias-pull-down", NULL) ||
166 of_find_property(node, "bias-disable", NULL) ||
167 of_find_property(node, "allwinner,pull", NULL);
172 return of_find_property(node, "drive-strength", NULL) ||
173 of_find_property(node, "allwinner,drive", NULL);
181 if (of_find_property(node, "bias-pull-up", NULL))
184 if (of_find_property(node, "bias-pull-down", NULL))
187 if (of_find_property(node, "bias-disable", NULL))
1355 if (!of_find_property(node, "input-debounce", NULL))