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

/linux-master/include/linux/
H A Dof_address.h89 extern int of_range_to_resource(struct device_node *np, int index,
148 static inline int of_range_to_resource(struct device_node *np, int index, function
/linux-master/arch/powerpc/sysdev/
H A Dfsl_soc.c50 if (!of_range_to_resource(soc, 0, &res))
H A Dfsl_rio.c574 if (of_range_to_resource(np, 0, &res)) {
/linux-master/drivers/of/
H A Daddress.c255 * of_range_to_resource - Create a resource from a ranges entry
264 int of_range_to_resource(struct device_node *np, int index, struct resource *res) function
280 EXPORT_SYMBOL(of_range_to_resource); variable
H A Dunittest.c1074 ret = of_range_to_resource(np, 1, &res);
1075 unittest(!ret, "of_range_to_resource returned error (%d) node %pOF\n",
1078 "of_range_to_resource wrong resource type on node %pOF res=%pR\n",
1081 "of_range_to_resource wrong resource start address on node %pOF res=%pR\n",
1084 "of_range_to_resource wrong resource start address on node %pOF res=%pR\n",
/linux-master/arch/arm/mach-omap2/
H A Domap_hwmod.c2207 err = of_range_to_resource(np, 0, res);

Completed in 174 milliseconds