Searched refs:of_range_to_resource (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | of_address.h | 90 extern int of_range_to_resource(struct device_node *np, int index, 149 static inline int of_range_to_resource(struct device_node *np, int index, in of_range_to_resource() function
|
| /linux-6.15/arch/powerpc/sysdev/ |
| H A D | fsl_soc.c | 50 if (!of_range_to_resource(soc, 0, &res)) in get_immrbase()
|
| H A D | fsl_rio.c | 574 if (of_range_to_resource(np, 0, &res)) { in fsl_rio_setup()
|
| /linux-6.15/drivers/of/ |
| H A D | address.c | 262 int of_range_to_resource(struct device_node *np, int index, struct resource *res) in of_range_to_resource() function 278 EXPORT_SYMBOL(of_range_to_resource);
|
| H A D | unittest.c | 1282 ret = of_range_to_resource(np, 1, &res); in of_unittest_bus_ranges()
|
| /linux-6.15/arch/arm/mach-omap2/ |
| H A D | omap_hwmod.c | 2207 err = of_range_to_resource(np, 0, res); in omap_hwmod_parse_module_range()
|