Home
last modified time | relevance | path

Searched refs:of_find_node_with_property (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
A Dof.h305 extern struct device_node *of_find_node_with_property(
557 static inline struct device_node *of_find_node_with_property( in of_find_node_with_property() function
1489 for (dn = of_find_node_with_property(NULL, prop_name); dn; \
1490 dn = of_find_node_with_property(dn, prop_name))
/linux/arch/powerpc/platforms/powermac/
A Dsetup.c281 ic = of_find_node_with_property(NULL, "interrupt-controller"); in pmac_setup_arch()
/linux/drivers/clk/keystone/
A Dsci-clk.c531 np = of_find_node_with_property(np, *clk_name); in ti_sci_scan_clocks_from_dt()
/linux/drivers/of/
A Dbase.c973 struct device_node *of_find_node_with_property(struct device_node *from, in of_find_node_with_property() function
994 EXPORT_SYMBOL(of_find_node_with_property);
/linux/arch/powerpc/platforms/cell/
A Diommu.c915 np = of_find_node_with_property(NULL, "dma-ranges"); in cell_iommu_fixed_mapping_init()

Completed in 24 milliseconds