Searched refs:of_find_node_with_property (Results 1 – 5 of 5) sorted by relevance
42 of_find_node_with_property(NULL, "#power-domain-cells")) in sh_pm_runtime_init()
273 extern struct device_node *of_find_node_with_property(454 static inline struct device_node *of_find_node_with_property( in of_find_node_with_property() function907 for (dn = of_find_node_with_property(NULL, prop_name); dn; \908 dn = of_find_node_with_property(dn, prop_name))
306 ic = of_find_node_with_property(NULL, "interrupt-controller"); in pmac_setup_arch()
924 struct device_node *of_find_node_with_property(struct device_node *from, in of_find_node_with_property() function945 EXPORT_SYMBOL(of_find_node_with_property);
1058 np = of_find_node_with_property(NULL, "dma-ranges"); in cell_iommu_fixed_mapping_init()