Searched refs:classname (Results 1 – 4 of 4) sorted by relevance
69 #define DEFINE_WW_CLASS(classname) \ argument70 struct ww_class classname = __WW_CLASS_INITIALIZER(classname)
740 int omap_hwmod_for_each_by_class(const char *classname,
3789 int omap_hwmod_for_each_by_class(const char *classname, in omap_hwmod_for_each_by_class() argument3797 if (!classname || !fn) in omap_hwmod_for_each_by_class()3801 __func__, classname); in omap_hwmod_for_each_by_class()3804 if (!strcmp(temp_oh->class->name, classname)) { in omap_hwmod_for_each_by_class()
1613 static int sel_make_class_dir_entries(char *classname, int index, in sel_make_class_dir_entries() argument1636 rc = sel_make_perm_files(classname, index, dentry); in sel_make_class_dir_entries()