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;
2971 struct omap_hwmod *temp_oh;
2977 list_for_each_entry(temp_oh, &omap_hwmod_list, node) {
2978 ret = (*fn)(temp_oh, data);
3831 struct omap_hwmod *temp_oh;
3840 list_for_each_entry(temp_oh, &omap_hwmod_list, node) {
3841 if (!strcmp(temp_oh->class->name, classname)) {
3843 __func__, temp_oh->name);
3844 ret = (*fn)(temp_oh, user);