Lines Matching defs:oh_name
135 const char *oh_name;
146 ret = of_property_read_string_index(node, "ti,hwmods", 0, &oh_name);
147 if (!ret && (!strncmp("dma_system", oh_name, 10) ||
148 !strncmp("dma", oh_name, 3)))
163 of_property_read_string_index(node, "ti,hwmods", i, &oh_name);
164 oh = omap_hwmod_lookup(oh_name);
167 oh_name);
179 oh_name);
619 * @oh_name: name of the hwmod device
624 struct device *omap_device_get_by_hwmod_name(const char *oh_name)
628 if (!oh_name) {
633 oh = omap_hwmod_lookup(oh_name);
636 oh_name);
641 oh_name);