temp_oh          1384 arch/arm/mach-omap2/omap_hwmod.c 	struct omap_hwmod *oh, *temp_oh;
temp_oh          1388 arch/arm/mach-omap2/omap_hwmod.c 	list_for_each_entry(temp_oh, &omap_hwmod_list, node) {
temp_oh          1389 arch/arm/mach-omap2/omap_hwmod.c 		if (!strcmp(name, temp_oh->name)) {
temp_oh          1390 arch/arm/mach-omap2/omap_hwmod.c 			oh = temp_oh;
temp_oh          3052 arch/arm/mach-omap2/omap_hwmod.c 	struct omap_hwmod *temp_oh;
temp_oh          3058 arch/arm/mach-omap2/omap_hwmod.c 	list_for_each_entry(temp_oh, &omap_hwmod_list, node) {
temp_oh          3059 arch/arm/mach-omap2/omap_hwmod.c 		ret = (*fn)(temp_oh, data);
temp_oh          4005 arch/arm/mach-omap2/omap_hwmod.c 	struct omap_hwmod *temp_oh;
temp_oh          4014 arch/arm/mach-omap2/omap_hwmod.c 	list_for_each_entry(temp_oh, &omap_hwmod_list, node) {
temp_oh          4015 arch/arm/mach-omap2/omap_hwmod.c 		if (!strcmp(temp_oh->class->name, classname)) {
temp_oh          4017 arch/arm/mach-omap2/omap_hwmod.c 				 __func__, temp_oh->name);
temp_oh          4018 arch/arm/mach-omap2/omap_hwmod.c 			ret = (*fn)(temp_oh, user);