Home
last modified time | relevance | path

Searched refs:omap_hwmod_for_each (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/arm/mach-omap2/
Domap_hwmod.c1627 int omap_hwmod_for_each(int (*fn)(struct omap_hwmod *oh, void *data), in omap_hwmod_for_each() function
1760 r = omap_hwmod_for_each(_populate_mpu_rt_base, NULL); in omap_hwmod_setup_all()
1762 r = omap_hwmod_for_each(_init_clocks, NULL); in omap_hwmod_setup_all()
1766 omap_hwmod_for_each(_setup, NULL); in omap_hwmod_setup_all()
Dio.c383 omap_hwmod_for_each(_set_hwmod_postsetup_state, &postsetup_state); in omap2_init_common_infrastructure()
/linux-2.6.39/arch/arm/plat-omap/include/plat/
Domap_hwmod.h549 int omap_hwmod_for_each(int (*fn)(struct omap_hwmod *oh, void *data),