Searched refs:oh_name (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/arch/arm/mach-omap2/ |
D | omap_device.c | 135 const char *oh_name; in omap_device_build_from_dt() local 146 ret = of_property_read_string_index(node, "ti,hwmods", 0, &oh_name); in omap_device_build_from_dt() 147 if (!ret && (!strncmp("dma_system", oh_name, 10) || in omap_device_build_from_dt() 148 !strncmp("dma", oh_name, 3))) in omap_device_build_from_dt() 163 of_property_read_string_index(node, "ti,hwmods", i, &oh_name); in omap_device_build_from_dt() 164 oh = omap_hwmod_lookup(oh_name); in omap_device_build_from_dt() 167 oh_name); in omap_device_build_from_dt() 179 oh_name); in omap_device_build_from_dt() 622 struct device *omap_device_get_by_hwmod_name(const char *oh_name) in omap_device_get_by_hwmod_name() argument 626 if (!oh_name) { in omap_device_get_by_hwmod_name() [all …]
|
D | omap_device.h | 76 struct device *omap_device_get_by_hwmod_name(const char *oh_name);
|
D | omap_hwmod.c | 3081 int __init omap_hwmod_setup_one(const char *oh_name) in omap_hwmod_setup_one() argument 3085 pr_debug("omap_hwmod: %s: %s\n", oh_name, __func__); in omap_hwmod_setup_one() 3087 oh = _lookup(oh_name); in omap_hwmod_setup_one() 3089 WARN(1, "omap_hwmod: %s: hwmod not yet registered\n", oh_name); in omap_hwmod_setup_one()
|