hwmods 30 arch/arm/mach-omap2/omap-iommu.c pwrdm = omap_hwmod_get_pwrdm(od->hwmods[0]); hwmods 134 arch/arm/mach-omap2/omap_device.c struct omap_hwmod **hwmods; hwmods 160 arch/arm/mach-omap2/omap_device.c hwmods = kcalloc(oh_cnt, sizeof(struct omap_hwmod *), GFP_KERNEL); hwmods 161 arch/arm/mach-omap2/omap_device.c if (!hwmods) { hwmods 175 arch/arm/mach-omap2/omap_device.c hwmods[i] = oh; hwmods 180 arch/arm/mach-omap2/omap_device.c od = omap_device_alloc(pdev, hwmods, oh_cnt); hwmods 205 arch/arm/mach-omap2/omap_device.c kfree(hwmods); hwmods 269 arch/arm/mach-omap2/omap_device.c ret |= omap_hwmod_enable(od->hwmods[i]); hwmods 286 arch/arm/mach-omap2/omap_device.c ret |= omap_hwmod_idle(od->hwmods[i]); hwmods 316 arch/arm/mach-omap2/omap_device.c ret = omap_hwmod_get_context_loss_count(od->hwmods[0]); hwmods 339 arch/arm/mach-omap2/omap_device.c struct omap_hwmod **hwmods; hwmods 348 arch/arm/mach-omap2/omap_device.c hwmods = kmemdup(ohs, sizeof(struct omap_hwmod *) * oh_cnt, GFP_KERNEL); hwmods 349 arch/arm/mach-omap2/omap_device.c if (!hwmods) hwmods 352 arch/arm/mach-omap2/omap_device.c od->hwmods = hwmods; hwmods 357 arch/arm/mach-omap2/omap_device.c hwmods[i]->od = od; hwmods 358 arch/arm/mach-omap2/omap_device.c _add_hwmod_clocks_clkdev(od, hwmods[i]); hwmods 377 arch/arm/mach-omap2/omap_device.c kfree(od->hwmods); hwmods 753 arch/arm/mach-omap2/omap_device.c ret = omap_hwmod_assert_hardreset(od->hwmods[i], name); hwmods 781 arch/arm/mach-omap2/omap_device.c ret = omap_hwmod_deassert_hardreset(od->hwmods[i], name); hwmods 859 arch/arm/mach-omap2/omap_device.c if (od->hwmods[i]->flags & HWMOD_INIT_NO_IDLE) hwmods 57 arch/arm/mach-omap2/omap_device.h struct omap_hwmod **hwmods;