Searched refs:classname (Results 1 – 2 of 2) sorted by relevance
642 int omap_hwmod_for_each_by_class(const char *classname,654 omap_hwmod_for_each_by_class(const char *classname, in omap_hwmod_for_each_by_class() argument
3827 int omap_hwmod_for_each_by_class(const char *classname, in omap_hwmod_for_each_by_class() argument3835 if (!classname || !fn) in omap_hwmod_for_each_by_class()3839 __func__, classname); in omap_hwmod_for_each_by_class()3842 if (!strcmp(temp_oh->class->name, classname)) { in omap_hwmod_for_each_by_class()
Completed in 12 milliseconds