Lines Matching refs:temp_oh
1353 struct omap_hwmod *oh, *temp_oh;
1357 list_for_each_entry(temp_oh, &omap_hwmod_list, node) {
1358 if (!strcmp(name, temp_oh->name)) {
1359 oh = temp_oh;
3003 struct omap_hwmod *temp_oh;
3009 list_for_each_entry(temp_oh, &omap_hwmod_list, node) {
3010 ret = (*fn)(temp_oh, data);
3915 struct omap_hwmod *temp_oh;
3924 list_for_each_entry(temp_oh, &omap_hwmod_list, node) {
3925 if (!strcmp(temp_oh->class->name, classname)) {
3927 __func__, temp_oh->name);
3928 ret = (*fn)(temp_oh, user);