Searched refs:oh_name (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/arch/arm/mach-omap2/ |
D | omap_device.c | 132 const char *oh_name; in omap_device_build_from_dt() local 143 ret = of_property_read_string_index(node, "ti,hwmods", 0, &oh_name); in omap_device_build_from_dt() 144 if (!ret && (!strncmp("dma_system", oh_name, 10) || in omap_device_build_from_dt() 145 !strncmp("dma", oh_name, 3))) in omap_device_build_from_dt() 160 of_property_read_string_index(node, "ti,hwmods", i, &oh_name); in omap_device_build_from_dt() 161 oh = omap_hwmod_lookup(oh_name); in omap_device_build_from_dt() 164 oh_name); in omap_device_build_from_dt() 176 oh_name); in omap_device_build_from_dt() 603 struct device *omap_device_get_by_hwmod_name(const char *oh_name) in omap_device_get_by_hwmod_name() argument 607 if (!oh_name) { in omap_device_get_by_hwmod_name() [all …]
|
D | omap_device.h | 75 struct device *omap_device_get_by_hwmod_name(const char *oh_name);
|
D | omap_hwmod.c | 3087 int __init omap_hwmod_setup_one(const char *oh_name) in omap_hwmod_setup_one() argument 3091 pr_debug("omap_hwmod: %s: %s\n", oh_name, __func__); in omap_hwmod_setup_one() 3093 oh = _lookup(oh_name); in omap_hwmod_setup_one() 3095 WARN(1, "omap_hwmod: %s: hwmod not yet registered\n", oh_name); in omap_hwmod_setup_one()
|