Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dof.h306 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
1440 for (dn = of_find_node_with_property(NULL, prop_name); dn; \
1441 dn = of_find_node_with_property(dn, prop_name))
/Linux-v6.6/drivers/usb/common/
Dcommon.c286 controller = of_find_node_with_property(controller, "phys"); in of_usb_get_dr_mode_by_phy()
/Linux-v6.6/arch/powerpc/platforms/powermac/
Dsetup.c281 ic = of_find_node_with_property(NULL, "interrupt-controller"); in pmac_setup_arch()
/Linux-v6.6/drivers/clk/keystone/
Dsci-clk.c530 np = of_find_node_with_property(np, *clk_name); in ti_sci_scan_clocks_from_dt()
/Linux-v6.6/drivers/of/
Dbase.c920 struct device_node *of_find_node_with_property(struct device_node *from, in of_find_node_with_property() function
941 EXPORT_SYMBOL(of_find_node_with_property);
/Linux-v6.6/arch/powerpc/platforms/cell/
Diommu.c932 np = of_find_node_with_property(NULL, "dma-ranges"); in cell_iommu_fixed_mapping_init()