Searched refs:temp_oh (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/arch/arm/mach-omap2/ |
| D | omap_hwmod.c | 1354 struct omap_hwmod *oh, *temp_oh; in _lookup() local 1358 list_for_each_entry(temp_oh, &omap_hwmod_list, node) { in _lookup() 1359 if (!strcmp(name, temp_oh->name)) { in _lookup() 1360 oh = temp_oh; in _lookup() 3005 struct omap_hwmod *temp_oh; in omap_hwmod_for_each() local 3011 list_for_each_entry(temp_oh, &omap_hwmod_list, node) { in omap_hwmod_for_each() 3012 ret = (*fn)(temp_oh, data); in omap_hwmod_for_each() 3912 struct omap_hwmod *temp_oh; in omap_hwmod_for_each_by_class() local 3921 list_for_each_entry(temp_oh, &omap_hwmod_list, node) { in omap_hwmod_for_each_by_class() 3922 if (!strcmp(temp_oh->class->name, classname)) { in omap_hwmod_for_each_by_class() [all …]
|