Lines Matching refs:oh_name
139 const char *oh_name; in omap_device_build_from_dt() local
150 ret = of_property_read_string_index(node, "ti,hwmods", 0, &oh_name); in omap_device_build_from_dt()
151 if (!ret && (!strncmp("dma_system", oh_name, 10) || in omap_device_build_from_dt()
152 !strncmp("dma", oh_name, 3))) in omap_device_build_from_dt()
167 of_property_read_string_index(node, "ti,hwmods", i, &oh_name); in omap_device_build_from_dt()
168 oh = omap_hwmod_lookup(oh_name); in omap_device_build_from_dt()
171 oh_name); in omap_device_build_from_dt()
183 oh_name); in omap_device_build_from_dt()
797 struct device *omap_device_get_by_hwmod_name(const char *oh_name) in omap_device_get_by_hwmod_name() argument
801 if (!oh_name) { in omap_device_get_by_hwmod_name()
806 oh = omap_hwmod_lookup(oh_name); in omap_device_get_by_hwmod_name()
809 oh_name); in omap_device_get_by_hwmod_name()
814 oh_name); in omap_device_get_by_hwmod_name()