Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dof.h272 extern struct device_node *of_find_node_with_property(
448 static inline struct device_node *of_find_node_with_property( in of_find_node_with_property() function
901 for (dn = of_find_node_with_property(NULL, prop_name); dn; \
902 dn = of_find_node_with_property(dn, prop_name))
/linux-4.1.27/arch/powerpc/platforms/powermac/
Dsetup.c306 ic = of_find_node_with_property(NULL, "interrupt-controller"); in pmac_setup_arch()
/linux-4.1.27/drivers/of/
Dbase.c927 struct device_node *of_find_node_with_property(struct device_node *from, in of_find_node_with_property() function
948 EXPORT_SYMBOL(of_find_node_with_property);
/linux-4.1.27/arch/powerpc/platforms/cell/
Diommu.c1052 np = of_find_node_with_property(NULL, "dma-ranges"); in cell_iommu_fixed_mapping_init()