Home
last modified time | relevance | path

Searched refs:oh_name (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Domap_device.c135 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()
619 * @oh_name: name of the hwmod device
624 struct device *omap_device_get_by_hwmod_name(const char *oh_name) in omap_device_get_by_hwmod_name() argument
[all...]
H A Domap_device.h76 struct device *omap_device_get_by_hwmod_name(const char *oh_name);
H A Domap_hwmod.c3074 * @oh_name: const char * name of the already-registered hwmod to set up
3083 int __init omap_hwmod_setup_one(const char *oh_name) in omap_hwmod_setup_one() argument
3087 pr_debug("omap_hwmod: %s: %s\n", oh_name, __func__); in omap_hwmod_setup_one()
3089 oh = _lookup(oh_name); in omap_hwmod_setup_one()
3091 WARN(1, "omap_hwmod: %s: hwmod not yet registered\n", oh_name); in omap_hwmod_setup_one()
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Domap_device.c138 const char *oh_name; in omap_device_build_from_dt() local
149 ret = of_property_read_string_index(node, "ti,hwmods", 0, &oh_name); in omap_device_build_from_dt()
150 if (!ret && (!strncmp("dma_system", oh_name, 10) || in omap_device_build_from_dt()
151 !strncmp("dma", oh_name, 3))) in omap_device_build_from_dt()
166 of_property_read_string_index(node, "ti,hwmods", i, &oh_name); in omap_device_build_from_dt()
167 oh = omap_hwmod_lookup(oh_name); in omap_device_build_from_dt()
170 oh_name); in omap_device_build_from_dt()
182 oh_name); in omap_device_build_from_dt()
H A Domap_hwmod.c3021 static int __init omap_hwmod_setup_one(const char *oh_name);
3044 * @oh_name: const char * name of the already-registered hwmod to set up
3053 static int __init omap_hwmod_setup_one(const char *oh_name) in omap_hwmod_setup_one() argument
3057 pr_debug("omap_hwmod: %s: %s\n", oh_name, __func__); in omap_hwmod_setup_one()
3059 oh = _lookup(oh_name); in omap_hwmod_setup_one()
3061 WARN(1, "omap_hwmod: %s: hwmod not yet registered\n", oh_name); in omap_hwmod_setup_one()

Completed in 11 milliseconds