Searched refs:omap_hwmod_for_each_by_class (Results 1 – 9 of 9) sorted by relevance
/arch/arm/mach-omap2/ |
D | omap-iommu.c | 63 return omap_hwmod_for_each_by_class("mmu", omap_iommu_dev_init, NULL); in omap_iommu_init()
|
D | mcbsp.c | 118 omap_hwmod_for_each_by_class("mcbsp", omap_init_mcbsp, NULL); in omap2_mcbsp_init()
|
D | sr_device.c | 176 return omap_hwmod_for_each_by_class("smartreflex", sr_dev_init, NULL); in omap_devinit_smartreflex()
|
D | devices.c | 156 omap_hwmod_for_each_by_class("mcspi", omap_mcspi_init, NULL); in omap_init_mcspi()
|
D | gpio.c | 158 return omap_hwmod_for_each_by_class("gpio", omap2_gpio_dev_init, NULL); in omap2_gpio_init()
|
D | dma.c | 278 res = omap_hwmod_for_each_by_class("dma", in omap2_system_dma_init()
|
D | omap_hwmod.h | 740 int omap_hwmod_for_each_by_class(const char *classname,
|
D | timer.c | 744 ret = omap_hwmod_for_each_by_class("timer", omap_timer_init, NULL); in omap2_dm_timer_init()
|
D | omap_hwmod.c | 3789 int omap_hwmod_for_each_by_class(const char *classname, in omap_hwmod_for_each_by_class() function
|