Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/soc/ti/
Dti_sci_pm_domains.c142 np = of_find_node_with_property(np, "power-domains"); in ti_sci_pm_domain_probe()
/Linux-v5.10/drivers/usb/common/
Dcommon.c165 controller = of_find_node_with_property(controller, "phys"); in of_usb_get_dr_mode_by_phy()
/Linux-v5.10/include/linux/
Dof.h301 extern struct device_node *of_find_node_with_property(
650 static inline struct device_node *of_find_node_with_property( in of_find_node_with_property() function
1274 for (dn = of_find_node_with_property(NULL, prop_name); dn; \
1275 dn = of_find_node_with_property(dn, prop_name))
/Linux-v5.10/arch/powerpc/platforms/powermac/
Dsetup.c295 ic = of_find_node_with_property(NULL, "interrupt-controller"); in pmac_setup_arch()
/Linux-v5.10/drivers/clk/keystone/
Dsci-clk.c537 np = of_find_node_with_property(np, *clk_name); in ti_sci_scan_clocks_from_dt()
/Linux-v5.10/drivers/of/
Dbase.c1058 struct device_node *of_find_node_with_property(struct device_node *from, in of_find_node_with_property() function
1079 EXPORT_SYMBOL(of_find_node_with_property);
/Linux-v5.10/arch/powerpc/platforms/cell/
Diommu.c927 np = of_find_node_with_property(NULL, "dma-ranges"); in cell_iommu_fixed_mapping_init()