Home
last modified time | relevance | path

Searched refs:temp_oh (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Domap_hwmod.c1353 struct omap_hwmod *oh, *temp_oh; in _lookup() local
1357 list_for_each_entry(temp_oh, &omap_hwmod_list, node) { in _lookup()
1358 if (!strcmp(name, temp_oh->name)) { in _lookup()
1359 oh = temp_oh; in _lookup()
3003 struct omap_hwmod *temp_oh; in omap_hwmod_for_each() local
3009 list_for_each_entry(temp_oh, &omap_hwmod_list, node) { in omap_hwmod_for_each()
3010 ret = (*fn)(temp_oh, data); in omap_hwmod_for_each()
3915 struct omap_hwmod *temp_oh; in omap_hwmod_for_each_by_class() local
3924 list_for_each_entry(temp_oh, &omap_hwmod_list, node) { in omap_hwmod_for_each_by_class()
3925 if (!strcmp(temp_oh in omap_hwmod_for_each_by_class()
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Domap_hwmod.c1353 struct omap_hwmod *oh, *temp_oh; in _lookup() local
1357 list_for_each_entry(temp_oh, &omap_hwmod_list, node) { in _lookup()
1358 if (!strcmp(name, temp_oh->name)) { in _lookup()
1359 oh = temp_oh; in _lookup()
2971 struct omap_hwmod *temp_oh; in omap_hwmod_for_each() local
2977 list_for_each_entry(temp_oh, &omap_hwmod_list, node) { in omap_hwmod_for_each()
2978 ret = (*fn)(temp_oh, data); in omap_hwmod_for_each()
3831 struct omap_hwmod *temp_oh; in omap_hwmod_for_each_by_class() local
3840 list_for_each_entry(temp_oh, &omap_hwmod_list, node) { in omap_hwmod_for_each_by_class()
3841 if (!strcmp(temp_oh in omap_hwmod_for_each_by_class()
[all...]

Completed in 14 milliseconds