Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/soc/ti/
A Dti_sci_pm_domains.c142 np = of_find_node_with_property(np, "power-domains"); in ti_sci_pm_domain_probe()
/linux-6.3-rc2/include/linux/
A Dof.h312 extern struct device_node *of_find_node_with_property(
544 static inline struct device_node *of_find_node_with_property( in of_find_node_with_property() function
1419 for (dn = of_find_node_with_property(NULL, prop_name); dn; \
1420 dn = of_find_node_with_property(dn, prop_name))
/linux-6.3-rc2/drivers/usb/common/
A Dcommon.c285 controller = of_find_node_with_property(controller, "phys"); in of_usb_get_dr_mode_by_phy()
/linux-6.3-rc2/arch/powerpc/platforms/powermac/
A Dsetup.c280 ic = of_find_node_with_property(NULL, "interrupt-controller"); in pmac_setup_arch()
/linux-6.3-rc2/drivers/clk/keystone/
A Dsci-clk.c529 np = of_find_node_with_property(np, *clk_name); in ti_sci_scan_clocks_from_dt()
/linux-6.3-rc2/drivers/of/
A Dbase.c1106 struct device_node *of_find_node_with_property(struct device_node *from, in of_find_node_with_property() function
1127 EXPORT_SYMBOL(of_find_node_with_property);
/linux-6.3-rc2/arch/powerpc/platforms/cell/
A Diommu.c932 np = of_find_node_with_property(NULL, "dma-ranges"); in cell_iommu_fixed_mapping_init()

Completed in 19 milliseconds