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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dof.h184 extern struct device_node *of_find_node_with_property(
187 for (dn = of_find_node_with_property(NULL, prop_name); dn; \
188 dn = of_find_node_with_property(dn, prop_name))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dof.h184 extern struct device_node *of_find_node_with_property(
187 for (dn = of_find_node_with_property(NULL, prop_name); dn; \
188 dn = of_find_node_with_property(dn, prop_name))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/of/
H A Dbase.c455 * of_find_node_with_property - Find a node which has a property with
466 struct device_node *of_find_node_with_property(struct device_node *from, function
487 EXPORT_SYMBOL(of_find_node_with_property); variable
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/of/
H A Dbase.c455 * of_find_node_with_property - Find a node which has a property with
466 struct device_node *of_find_node_with_property(struct device_node *from, function
487 EXPORT_SYMBOL(of_find_node_with_property); variable
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dsetup.c306 ic = of_find_node_with_property(NULL, "interrupt-controller");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dsetup.c306 ic = of_find_node_with_property(NULL, "interrupt-controller");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Diommu.c1017 np = of_find_node_with_property(NULL, "dma-ranges");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Diommu.c1017 np = of_find_node_with_property(NULL, "dma-ranges");

Completed in 135 milliseconds