Home
last modified time | relevance | path

Searched refs:ois (Results 1 – 2 of 2) sorted by relevance

/arch/arm/mach-omap2/
Domap_hwmod.c2880 static int __init _alloc_linkspace(struct omap_hwmod_ocp_if **ois) in _alloc_linkspace() argument
2891 while (ois[i++]) in _alloc_linkspace()
3225 int __init omap_hwmod_register_links(struct omap_hwmod_ocp_if **ois) in omap_hwmod_register_links() argument
3232 if (!ois) in omap_hwmod_register_links()
3235 if (ois[0] == NULL) /* Empty list */ in omap_hwmod_register_links()
3239 if (_alloc_linkspace(ois)) { in omap_hwmod_register_links()
3247 r = _register_link(ois[i]); in omap_hwmod_register_links()
3250 ois[i]->master->name, ois[i]->slave->name, r); in omap_hwmod_register_links()
3251 } while (ois[++i]); in omap_hwmod_register_links()
Domap_hwmod.h773 extern int __init omap_hwmod_register_links(struct omap_hwmod_ocp_if **ois);