of_find_node_with_property  927 arch/powerpc/platforms/cell/iommu.c 	np = of_find_node_with_property(NULL, "dma-ranges");
of_find_node_with_property  296 arch/powerpc/platforms/powermac/setup.c 	ic = of_find_node_with_property(NULL, "interrupt-controller");
of_find_node_with_property  522 drivers/clk/keystone/sci-clk.c 		np = of_find_node_with_property(np, *clk_name);
of_find_node_with_property 1105 drivers/of/base.c EXPORT_SYMBOL(of_find_node_with_property);
of_find_node_with_property  165 drivers/usb/common/common.c 		controller = of_find_node_with_property(controller, "phys");
of_find_node_with_property  301 include/linux/of.h extern struct device_node *of_find_node_with_property(
of_find_node_with_property 1256 include/linux/of.h 	for (dn = of_find_node_with_property(NULL, prop_name); dn; \
of_find_node_with_property 1257 include/linux/of.h 	     dn = of_find_node_with_property(dn, prop_name))