of_find_property  248 include/linux/of.h extern struct property *of_find_property(const struct device_node *np,
of_find_property  737 include/linux/of.h 	struct property *prop = of_find_property(np, propname, NULL);
of_find_property  764 include/linux/of.h 	for (prop = of_find_property(np, propname, NULL),	\
of_find_property  770 include/linux/of.h 	for (prop = of_find_property(np, propname, NULL),	\