Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-omap2/
Domap-iommu.c64 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()
Dgpio.c158 return omap_hwmod_for_each_by_class("gpio", omap2_gpio_dev_init, NULL); in omap2_gpio_init()
Ddevices.c209 omap_hwmod_for_each_by_class("mcspi", omap_mcspi_init, NULL); in omap_init_mcspi()
Ddma.c279 res = omap_hwmod_for_each_by_class("dma", in omap2_system_dma_init()
Domap_hwmod.h730 int omap_hwmod_for_each_by_class(const char *classname,
Dtimer.c768 ret = omap_hwmod_for_each_by_class("timer", omap_timer_init, NULL); in omap2_dm_timer_init()
Domap_hwmod.c3773 int omap_hwmod_for_each_by_class(const char *classname, in omap_hwmod_for_each_by_class() function