Home
last modified time | relevance | path

Searched refs:omap_hwmod_for_each_by_class (Results 1 – 9 of 9) sorted by relevance

/arch/arm/mach-omap2/
Domap-iommu.c63 return omap_hwmod_for_each_by_class("mmu", omap_iommu_dev_init, NULL); in omap_iommu_init()
Dmcbsp.c118 omap_hwmod_for_each_by_class("mcbsp", omap_init_mcbsp, NULL); in omap2_mcbsp_init()
Dsr_device.c176 return omap_hwmod_for_each_by_class("smartreflex", sr_dev_init, NULL); in omap_devinit_smartreflex()
Ddevices.c156 omap_hwmod_for_each_by_class("mcspi", omap_mcspi_init, NULL); in omap_init_mcspi()
Dgpio.c158 return omap_hwmod_for_each_by_class("gpio", omap2_gpio_dev_init, NULL); in omap2_gpio_init()
Ddma.c278 res = omap_hwmod_for_each_by_class("dma", in omap2_system_dma_init()
Domap_hwmod.h740 int omap_hwmod_for_each_by_class(const char *classname,
Dtimer.c744 ret = omap_hwmod_for_each_by_class("timer", omap_timer_init, NULL); in omap2_dm_timer_init()
Domap_hwmod.c3789 int omap_hwmod_for_each_by_class(const char *classname, in omap_hwmod_for_each_by_class() function