Home
last modified time | relevance | path

Searched refs:classname (Results 1 – 2 of 2) sorted by relevance

/arch/arm/mach-omap2/
Domap_hwmod.h649 int omap_hwmod_for_each_by_class(const char *classname,
664 omap_hwmod_for_each_by_class(const char *classname, in omap_hwmod_for_each_by_class() argument
Domap_hwmod.c3909 int omap_hwmod_for_each_by_class(const char *classname, in omap_hwmod_for_each_by_class() argument
3917 if (!classname || !fn) in omap_hwmod_for_each_by_class()
3921 __func__, classname); in omap_hwmod_for_each_by_class()
3924 if (!strcmp(temp_oh->class->name, classname)) { in omap_hwmod_for_each_by_class()