Searched refs:ois (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | omap_hwmod.c | 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) in omap_hwmod_register_links() argument 3036 if (!ois) in omap_hwmod_register_links() 3039 if (ois[0] == NULL) /* Empty list */ in omap_hwmod_register_links() 3044 r = _register_link(ois[i]); in omap_hwmod_register_links() 3047 ois[i]->master->name, ois[i]->slave->name, r); in omap_hwmod_register_links() 3048 } while (ois[ in omap_hwmod_register_links() [all...] |
H A D | omap_hwmod.h | 681 extern int __init omap_hwmod_register_links(struct omap_hwmod_ocp_if **ois);
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | omap_hwmod.c | 2988 * @ois: pointer to an array of omap_hwmod_ocp_if to register 2991 * initialized. If @ois is not null, will register all omap_hwmods 2992 * listed in @ois that are valid for this chip. Returns -EINVAL if 2997 int __init omap_hwmod_register_links(struct omap_hwmod_ocp_if **ois) in omap_hwmod_register_links() argument 3004 if (!ois) in omap_hwmod_register_links() 3007 if (ois[0] == NULL) /* Empty list */ in omap_hwmod_register_links() 3012 r = _register_link(ois[i]); in omap_hwmod_register_links() 3015 ois[i]->master->name, ois[i]->slave->name, r); in omap_hwmod_register_links() 3016 } while (ois[ in omap_hwmod_register_links() [all...] |
H A D | omap_hwmod.h | 672 extern int __init omap_hwmod_register_links(struct omap_hwmod_ocp_if **ois);
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | apply.c | 203 struct omap_overlay_info *ois[MAX_DSS_OVERLAYS]; in dss_check_settings_low() local 228 ois[ovl->id] = oi; in dss_check_settings_low() 231 return dss_mgr_check(mgr, mi, &mp->timings, &mp->lcd_config, ois); in dss_check_settings_low()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | apply.c | 201 struct omap_overlay_info *ois[MAX_DSS_OVERLAYS]; in dss_check_settings_low() local 226 ois[ovl->id] = oi; in dss_check_settings_low() 229 return dss_mgr_check(mgr, mi, &mp->timings, &mp->lcd_config, ois); in dss_check_settings_low()
|
Completed in 14 milliseconds