Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/common/
Dcommon.c147 controller = of_find_node_with_property(controller, "phys"); in of_usb_get_dr_mode_by_phy()
/Linux-v4.19/include/linux/
Dof.h304 extern struct device_node *of_find_node_with_property(
637 static inline struct device_node *of_find_node_with_property( in of_find_node_with_property() function
1221 for (dn = of_find_node_with_property(NULL, prop_name); dn; \
1222 dn = of_find_node_with_property(dn, prop_name))
/Linux-v4.19/arch/powerpc/platforms/powermac/
Dsetup.c300 ic = of_find_node_with_property(NULL, "interrupt-controller"); in pmac_setup_arch()
/Linux-v4.19/drivers/of/
Dbase.c996 struct device_node *of_find_node_with_property(struct device_node *from, in of_find_node_with_property() function
1017 EXPORT_SYMBOL(of_find_node_with_property);
/Linux-v4.19/arch/powerpc/platforms/cell/
Diommu.c1039 np = of_find_node_with_property(NULL, "dma-ranges"); in cell_iommu_fixed_mapping_init()