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

/linux-master/drivers/usb/common/
H A Dcommon.c286 controller = of_find_node_with_property(controller, "phys");
/linux-master/include/linux/
H A Dof.h305 extern struct device_node *of_find_node_with_property(
559 static inline struct device_node *of_find_node_with_property( function
1490 for (dn = of_find_node_with_property(NULL, prop_name); dn; \
1491 dn = of_find_node_with_property(dn, prop_name))
/linux-master/arch/powerpc/platforms/powermac/
H A Dsetup.c281 ic = of_find_node_with_property(NULL, "interrupt-controller");
/linux-master/drivers/clk/keystone/
H A Dsci-clk.c531 np = of_find_node_with_property(np, *clk_name);
/linux-master/drivers/of/
H A Dbase.c961 * of_find_node_with_property - Find a node which has a property with
972 struct device_node *of_find_node_with_property(struct device_node *from, function
993 EXPORT_SYMBOL(of_find_node_with_property); variable
/linux-master/arch/powerpc/platforms/cell/
H A Diommu.c932 np = of_find_node_with_property(NULL, "dma-ranges");

Completed in 153 milliseconds