Searched refs:of_find_node_with_property (Results 1 – 4 of 4) sorted by relevance
310 extern struct device_node *of_find_node_with_property(565 static inline struct device_node *of_find_node_with_property( in of_find_node_with_property() function1500 for (dn = of_find_node_with_property(NULL, prop_name); dn; \1501 dn = of_find_node_with_property(dn, prop_name))
281 ic = of_find_node_with_property(NULL, "interrupt-controller"); in pmac_setup_arch()
531 np = of_find_node_with_property(np, *clk_name); in ti_sci_scan_clocks_from_dt()
1053 struct device_node *of_find_node_with_property(struct device_node *from, in of_find_node_with_property() function1070 EXPORT_SYMBOL(of_find_node_with_property);