Home
last modified time | relevance | path

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

/arch/arm/mach-omap2/
A Domap_hwmod.h642 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
A Domap_hwmod.c3827 int omap_hwmod_for_each_by_class(const char *classname, in omap_hwmod_for_each_by_class() argument
3835 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