Lines Matching defs:ois
3020 * @ois: pointer to an array of omap_hwmod_ocp_if to register
3023 * initialized. If @ois is not null, will register all omap_hwmods
3024 * listed in @ois that are valid for this chip. Returns -EINVAL if
3029 int __init omap_hwmod_register_links(struct omap_hwmod_ocp_if **ois)
3036 if (!ois)
3039 if (ois[0] == NULL) /* Empty list */
3044 r = _register_link(ois[i]);
3047 ois[i]->master->name, ois[i]->slave->name, r);
3048 } while (ois[++i]);