Lines Matching refs:temp_oh
1349 struct omap_hwmod *oh, *temp_oh; in _lookup() local
1353 list_for_each_entry(temp_oh, &omap_hwmod_list, node) { in _lookup()
1354 if (!strcmp(name, temp_oh->name)) { in _lookup()
1355 oh = temp_oh; in _lookup()
3002 struct omap_hwmod *temp_oh; in omap_hwmod_for_each() local
3008 list_for_each_entry(temp_oh, &omap_hwmod_list, node) { in omap_hwmod_for_each()
3009 ret = (*fn)(temp_oh, data); in omap_hwmod_for_each()
3844 struct omap_hwmod *temp_oh; in omap_hwmod_for_each_by_class() local
3853 list_for_each_entry(temp_oh, &omap_hwmod_list, node) { in omap_hwmod_for_each_by_class()
3854 if (!strcmp(temp_oh->class->name, classname)) { in omap_hwmod_for_each_by_class()
3856 __func__, temp_oh->name); in omap_hwmod_for_each_by_class()
3857 ret = (*fn)(temp_oh, user); in omap_hwmod_for_each_by_class()