omap_hwmod       1266 arch/arm/mach-omap2/clockdomain.c int clkdm_hwmod_enable(struct clockdomain *clkdm, struct omap_hwmod *oh)
omap_hwmod       1297 arch/arm/mach-omap2/clockdomain.c int clkdm_hwmod_disable(struct clockdomain *clkdm, struct omap_hwmod *oh)
omap_hwmod         97 arch/arm/mach-omap2/clockdomain.h struct omap_hwmod;
omap_hwmod        216 arch/arm/mach-omap2/clockdomain.h int clkdm_hwmod_enable(struct clockdomain *clkdm, struct omap_hwmod *oh);
omap_hwmod        217 arch/arm/mach-omap2/clockdomain.h int clkdm_hwmod_disable(struct clockdomain *clkdm, struct omap_hwmod *oh);
omap_hwmod        340 arch/arm/mach-omap2/common.h extern int dra7xx_pciess_reset(struct omap_hwmod *oh);
omap_hwmod        342 arch/arm/mach-omap2/common.h static inline int dra7xx_pciess_reset(struct omap_hwmod *oh)
omap_hwmod        358 arch/arm/mach-omap2/common.h struct omap_hwmod;
omap_hwmod        359 arch/arm/mach-omap2/common.h extern int omap_dss_reset(struct omap_hwmod *);
omap_hwmod        283 arch/arm/mach-omap2/display.c 	struct omap_hwmod *oh;
omap_hwmod        376 arch/arm/mach-omap2/display.c int omap_dss_reset(struct omap_hwmod *oh)
omap_hwmod        230 arch/arm/mach-omap2/dma.c static int __init omap2_system_dma_init_dev(struct omap_hwmod *oh, void *unused)
omap_hwmod         37 arch/arm/mach-omap2/hdq1w.c int omap_hdq1w_reset(struct omap_hwmod *oh)
omap_hwmod         21 arch/arm/mach-omap2/hdq1w.h extern int omap_hdq1w_reset(struct omap_hwmod *oh);
omap_hwmod         73 arch/arm/mach-omap2/hsmmc.c 	struct omap_hwmod *oh;
omap_hwmod         74 arch/arm/mach-omap2/hsmmc.c 	struct omap_hwmod *ohs[1];
omap_hwmod         36 arch/arm/mach-omap2/i2c.c int omap_i2c_reset(struct omap_hwmod *oh)
omap_hwmod         11 arch/arm/mach-omap2/i2c.h struct omap_hwmod;
omap_hwmod         13 arch/arm/mach-omap2/i2c.h int omap_i2c_reset(struct omap_hwmod *oh);
omap_hwmod        404 arch/arm/mach-omap2/io.c static int _set_hwmod_postsetup_state(struct omap_hwmod *oh, void *data)
omap_hwmod          9 arch/arm/mach-omap2/mmc.h struct omap_hwmod;
omap_hwmod         12 arch/arm/mach-omap2/mmc.h int omap_msdi_reset(struct omap_hwmod *oh);
omap_hwmod         14 arch/arm/mach-omap2/mmc.h static inline int omap_msdi_reset(struct omap_hwmod *oh)
omap_hwmod         45 arch/arm/mach-omap2/msdi.c int omap_msdi_reset(struct omap_hwmod *oh)
omap_hwmod        109 arch/arm/mach-omap2/omap_device.c 				     struct omap_hwmod *oh)
omap_hwmod        134 arch/arm/mach-omap2/omap_device.c 	struct omap_hwmod **hwmods;
omap_hwmod        136 arch/arm/mach-omap2/omap_device.c 	struct omap_hwmod *oh;
omap_hwmod        160 arch/arm/mach-omap2/omap_device.c 	hwmods = kcalloc(oh_cnt, sizeof(struct omap_hwmod *), GFP_KERNEL);
omap_hwmod        334 arch/arm/mach-omap2/omap_device.c 					struct omap_hwmod **ohs, int oh_cnt)
omap_hwmod        339 arch/arm/mach-omap2/omap_device.c 	struct omap_hwmod **hwmods;
omap_hwmod        348 arch/arm/mach-omap2/omap_device.c 	hwmods = kmemdup(ohs, sizeof(struct omap_hwmod *) * oh_cnt, GFP_KERNEL);
omap_hwmod        393 arch/arm/mach-omap2/omap_device.c omap_device_copy_resources(struct omap_hwmod *oh,
omap_hwmod        482 arch/arm/mach-omap2/omap_device.c 						 struct omap_hwmod *oh,
omap_hwmod        799 arch/arm/mach-omap2/omap_device.c 	struct omap_hwmod *oh;
omap_hwmod         57 arch/arm/mach-omap2/omap_device.h 	struct omap_hwmod		**hwmods;
omap_hwmod         72 arch/arm/mach-omap2/omap_device.h 					  struct omap_hwmod *oh, void *pdata,
omap_hwmod         76 arch/arm/mach-omap2/omap_device.h 				      struct omap_hwmod **ohs, int oh_cnt);
omap_hwmod        218 arch/arm/mach-omap2/omap_hwmod.c 	int (*reset)(struct omap_hwmod *oh);
omap_hwmod        231 arch/arm/mach-omap2/omap_hwmod.c 	void (*enable_module)(struct omap_hwmod *oh);
omap_hwmod        232 arch/arm/mach-omap2/omap_hwmod.c 	int (*disable_module)(struct omap_hwmod *oh);
omap_hwmod        233 arch/arm/mach-omap2/omap_hwmod.c 	int (*wait_target_ready)(struct omap_hwmod *oh);
omap_hwmod        234 arch/arm/mach-omap2/omap_hwmod.c 	int (*assert_hardreset)(struct omap_hwmod *oh,
omap_hwmod        236 arch/arm/mach-omap2/omap_hwmod.c 	int (*deassert_hardreset)(struct omap_hwmod *oh,
omap_hwmod        238 arch/arm/mach-omap2/omap_hwmod.c 	int (*is_hardreset_asserted)(struct omap_hwmod *oh,
omap_hwmod        240 arch/arm/mach-omap2/omap_hwmod.c 	int (*init_clkdm)(struct omap_hwmod *oh);
omap_hwmod        241 arch/arm/mach-omap2/omap_hwmod.c 	void (*update_context_lost)(struct omap_hwmod *oh);
omap_hwmod        242 arch/arm/mach-omap2/omap_hwmod.c 	int (*get_context_lost)(struct omap_hwmod *oh);
omap_hwmod        243 arch/arm/mach-omap2/omap_hwmod.c 	int (*disable_direct_prcm)(struct omap_hwmod *oh);
omap_hwmod        244 arch/arm/mach-omap2/omap_hwmod.c 	u32 (*xlate_clkctrl)(struct omap_hwmod *oh);
omap_hwmod        255 arch/arm/mach-omap2/omap_hwmod.c static struct omap_hwmod *mpu_oh;
omap_hwmod        270 arch/arm/mach-omap2/omap_hwmod.c static int _update_sysc_cache(struct omap_hwmod *oh)
omap_hwmod        295 arch/arm/mach-omap2/omap_hwmod.c static void _write_sysconfig(u32 v, struct omap_hwmod *oh)
omap_hwmod        332 arch/arm/mach-omap2/omap_hwmod.c static int _set_master_standbymode(struct omap_hwmod *oh, u8 standbymode,
omap_hwmod        366 arch/arm/mach-omap2/omap_hwmod.c static int _set_slave_idlemode(struct omap_hwmod *oh, u8 idlemode, u32 *v)
omap_hwmod        400 arch/arm/mach-omap2/omap_hwmod.c static int _set_clockactivity(struct omap_hwmod *oh, u8 clockact, u32 *v)
omap_hwmod        431 arch/arm/mach-omap2/omap_hwmod.c static int _set_softreset(struct omap_hwmod *oh, u32 *v)
omap_hwmod        459 arch/arm/mach-omap2/omap_hwmod.c static int _clear_softreset(struct omap_hwmod *oh, u32 *v)
omap_hwmod        491 arch/arm/mach-omap2/omap_hwmod.c static int _wait_softreset_complete(struct omap_hwmod *oh)
omap_hwmod        525 arch/arm/mach-omap2/omap_hwmod.c static int _set_dmadisable(struct omap_hwmod *oh)
omap_hwmod        569 arch/arm/mach-omap2/omap_hwmod.c static int _set_module_autoidle(struct omap_hwmod *oh, u8 autoidle,
omap_hwmod        600 arch/arm/mach-omap2/omap_hwmod.c static int _enable_wakeup(struct omap_hwmod *oh, u32 *v)
omap_hwmod        633 arch/arm/mach-omap2/omap_hwmod.c static int _disable_wakeup(struct omap_hwmod *oh, u32 *v)
omap_hwmod        659 arch/arm/mach-omap2/omap_hwmod.c static struct clockdomain *_get_clkdm(struct omap_hwmod *oh)
omap_hwmod        687 arch/arm/mach-omap2/omap_hwmod.c static int _add_initiator_dep(struct omap_hwmod *oh, struct omap_hwmod *init_oh)
omap_hwmod        716 arch/arm/mach-omap2/omap_hwmod.c static int _del_initiator_dep(struct omap_hwmod *oh, struct omap_hwmod *init_oh)
omap_hwmod        792 arch/arm/mach-omap2/omap_hwmod.c static u32 _omap4_xlate_clkctrl(struct omap_hwmod *oh)
omap_hwmod        802 arch/arm/mach-omap2/omap_hwmod.c static struct clk *_lookup_clkctrl_clk(struct omap_hwmod *oh)
omap_hwmod        852 arch/arm/mach-omap2/omap_hwmod.c static int _init_main_clk(struct omap_hwmod *oh)
omap_hwmod        901 arch/arm/mach-omap2/omap_hwmod.c static int _init_interface_clks(struct omap_hwmod *oh)
omap_hwmod        940 arch/arm/mach-omap2/omap_hwmod.c static int _init_opt_clks(struct omap_hwmod *oh)
omap_hwmod        970 arch/arm/mach-omap2/omap_hwmod.c static void _enable_optional_clocks(struct omap_hwmod *oh)
omap_hwmod        985 arch/arm/mach-omap2/omap_hwmod.c static void _disable_optional_clocks(struct omap_hwmod *oh)
omap_hwmod       1007 arch/arm/mach-omap2/omap_hwmod.c static int _enable_clocks(struct omap_hwmod *oh)
omap_hwmod       1035 arch/arm/mach-omap2/omap_hwmod.c static bool _omap4_clkctrl_managed_by_clkfwk(struct omap_hwmod *oh)
omap_hwmod       1047 arch/arm/mach-omap2/omap_hwmod.c static bool _omap4_has_clkctrl_clock(struct omap_hwmod *oh)
omap_hwmod       1065 arch/arm/mach-omap2/omap_hwmod.c static int _disable_clocks(struct omap_hwmod *oh)
omap_hwmod       1096 arch/arm/mach-omap2/omap_hwmod.c static void _omap4_enable_module(struct omap_hwmod *oh)
omap_hwmod       1119 arch/arm/mach-omap2/omap_hwmod.c static int _omap4_wait_target_disable(struct omap_hwmod *oh)
omap_hwmod       1150 arch/arm/mach-omap2/omap_hwmod.c static void __init _save_mpu_port_index(struct omap_hwmod *oh)
omap_hwmod       1183 arch/arm/mach-omap2/omap_hwmod.c static struct omap_hwmod_ocp_if *_find_mpu_rt_port(struct omap_hwmod *oh)
omap_hwmod       1202 arch/arm/mach-omap2/omap_hwmod.c static void _enable_sysc(struct omap_hwmod *oh)
omap_hwmod       1301 arch/arm/mach-omap2/omap_hwmod.c static void _idle_sysc(struct omap_hwmod *oh)
omap_hwmod       1353 arch/arm/mach-omap2/omap_hwmod.c static void _shutdown_sysc(struct omap_hwmod *oh)
omap_hwmod       1382 arch/arm/mach-omap2/omap_hwmod.c static struct omap_hwmod *_lookup(const char *name)
omap_hwmod       1384 arch/arm/mach-omap2/omap_hwmod.c 	struct omap_hwmod *oh, *temp_oh;
omap_hwmod       1406 arch/arm/mach-omap2/omap_hwmod.c static int _init_clkdm(struct omap_hwmod *oh)
omap_hwmod       1436 arch/arm/mach-omap2/omap_hwmod.c static int _init_clocks(struct omap_hwmod *oh, struct device_node *np)
omap_hwmod       1469 arch/arm/mach-omap2/omap_hwmod.c static int _lookup_hardreset(struct omap_hwmod *oh, const char *name,
omap_hwmod       1503 arch/arm/mach-omap2/omap_hwmod.c static int _assert_hardreset(struct omap_hwmod *oh, const char *name)
omap_hwmod       1536 arch/arm/mach-omap2/omap_hwmod.c static int _deassert_hardreset(struct omap_hwmod *oh, const char *name)
omap_hwmod       1604 arch/arm/mach-omap2/omap_hwmod.c static int _read_hardreset(struct omap_hwmod *oh, const char *name)
omap_hwmod       1632 arch/arm/mach-omap2/omap_hwmod.c static bool _are_all_hardreset_lines_asserted(struct omap_hwmod *oh)
omap_hwmod       1660 arch/arm/mach-omap2/omap_hwmod.c static bool _are_any_hardreset_lines_asserted(struct omap_hwmod *oh)
omap_hwmod       1679 arch/arm/mach-omap2/omap_hwmod.c static int _omap4_disable_module(struct omap_hwmod *oh)
omap_hwmod       1723 arch/arm/mach-omap2/omap_hwmod.c static int _ocp_softreset(struct omap_hwmod *oh)
omap_hwmod       1817 arch/arm/mach-omap2/omap_hwmod.c static int _reset(struct omap_hwmod *oh)
omap_hwmod       1861 arch/arm/mach-omap2/omap_hwmod.c static void _omap4_update_context_lost(struct omap_hwmod *oh)
omap_hwmod       1883 arch/arm/mach-omap2/omap_hwmod.c static int _omap4_get_context_lost(struct omap_hwmod *oh)
omap_hwmod       1897 arch/arm/mach-omap2/omap_hwmod.c static int _enable_preprogram(struct omap_hwmod *oh)
omap_hwmod       1913 arch/arm/mach-omap2/omap_hwmod.c static int _enable(struct omap_hwmod *oh)
omap_hwmod       2011 arch/arm/mach-omap2/omap_hwmod.c static int _idle(struct omap_hwmod *oh)
omap_hwmod       2072 arch/arm/mach-omap2/omap_hwmod.c static int _shutdown(struct omap_hwmod *oh)
omap_hwmod       2130 arch/arm/mach-omap2/omap_hwmod.c 			     struct omap_hwmod *oh)
omap_hwmod       2166 arch/arm/mach-omap2/omap_hwmod.c 			       struct omap_hwmod *oh,
omap_hwmod       2212 arch/arm/mach-omap2/omap_hwmod.c static void omap_hwmod_fix_mpu_rt_idx(struct omap_hwmod *oh,
omap_hwmod       2240 arch/arm/mach-omap2/omap_hwmod.c int omap_hwmod_parse_module_range(struct omap_hwmod *oh,
omap_hwmod       2321 arch/arm/mach-omap2/omap_hwmod.c static int __init _init_mpu_rt_base(struct omap_hwmod *oh, void *data,
omap_hwmod       2367 arch/arm/mach-omap2/omap_hwmod.c static void __init parse_module_flags(struct omap_hwmod *oh,
omap_hwmod       2391 arch/arm/mach-omap2/omap_hwmod.c static int __init _init(struct omap_hwmod *oh, void *data)
omap_hwmod       2446 arch/arm/mach-omap2/omap_hwmod.c static void _setup_iclk_autoidle(struct omap_hwmod *oh)
omap_hwmod       2481 arch/arm/mach-omap2/omap_hwmod.c static int _setup_reset(struct omap_hwmod *oh)
omap_hwmod       2542 arch/arm/mach-omap2/omap_hwmod.c static void _setup_postsetup(struct omap_hwmod *oh)
omap_hwmod       2590 arch/arm/mach-omap2/omap_hwmod.c static int _setup(struct omap_hwmod *oh, void *data)
omap_hwmod       2642 arch/arm/mach-omap2/omap_hwmod.c static int _register(struct omap_hwmod *oh)
omap_hwmod       2744 arch/arm/mach-omap2/omap_hwmod.c static int _omap2xxx_3xxx_wait_target_ready(struct omap_hwmod *oh)
omap_hwmod       2771 arch/arm/mach-omap2/omap_hwmod.c static int _omap4_wait_target_ready(struct omap_hwmod *oh)
omap_hwmod       2806 arch/arm/mach-omap2/omap_hwmod.c static int _omap2_assert_hardreset(struct omap_hwmod *oh,
omap_hwmod       2824 arch/arm/mach-omap2/omap_hwmod.c static int _omap2_deassert_hardreset(struct omap_hwmod *oh,
omap_hwmod       2843 arch/arm/mach-omap2/omap_hwmod.c static int _omap2_is_hardreset_asserted(struct omap_hwmod *oh,
omap_hwmod       2862 arch/arm/mach-omap2/omap_hwmod.c static int _omap4_assert_hardreset(struct omap_hwmod *oh,
omap_hwmod       2886 arch/arm/mach-omap2/omap_hwmod.c static int _omap4_deassert_hardreset(struct omap_hwmod *oh,
omap_hwmod       2915 arch/arm/mach-omap2/omap_hwmod.c static int _omap4_is_hardreset_asserted(struct omap_hwmod *oh,
omap_hwmod       2936 arch/arm/mach-omap2/omap_hwmod.c static int _omap4_disable_direct_prcm(struct omap_hwmod *oh)
omap_hwmod       2958 arch/arm/mach-omap2/omap_hwmod.c static int _am33xx_deassert_hardreset(struct omap_hwmod *oh,
omap_hwmod       2970 arch/arm/mach-omap2/omap_hwmod.c u32 omap_hwmod_read(struct omap_hwmod *oh, u16 reg_offs)
omap_hwmod       2978 arch/arm/mach-omap2/omap_hwmod.c void omap_hwmod_write(u32 v, struct omap_hwmod *oh, u16 reg_offs)
omap_hwmod       2995 arch/arm/mach-omap2/omap_hwmod.c int omap_hwmod_softreset(struct omap_hwmod *oh)
omap_hwmod       3025 arch/arm/mach-omap2/omap_hwmod.c struct omap_hwmod *omap_hwmod_lookup(const char *name)
omap_hwmod       3027 arch/arm/mach-omap2/omap_hwmod.c 	struct omap_hwmod *oh;
omap_hwmod       3049 arch/arm/mach-omap2/omap_hwmod.c int omap_hwmod_for_each(int (*fn)(struct omap_hwmod *oh, void *data),
omap_hwmod       3052 arch/arm/mach-omap2/omap_hwmod.c 	struct omap_hwmod *temp_oh;
omap_hwmod       3112 arch/arm/mach-omap2/omap_hwmod.c static void __init _ensure_mpu_hwmod_is_setup(struct omap_hwmod *oh)
omap_hwmod       3134 arch/arm/mach-omap2/omap_hwmod.c 	struct omap_hwmod *oh;
omap_hwmod       3400 arch/arm/mach-omap2/omap_hwmod.c 				   struct omap_hwmod *oh,
omap_hwmod       3454 arch/arm/mach-omap2/omap_hwmod.c static int omap_hwmod_allocate_module(struct device *dev, struct omap_hwmod *oh,
omap_hwmod       3545 arch/arm/mach-omap2/omap_hwmod.c omap_hwmod_init_reset_quirk(struct device *dev, struct omap_hwmod *oh,
omap_hwmod       3564 arch/arm/mach-omap2/omap_hwmod.c omap_hwmod_init_reset_quirks(struct device *dev, struct omap_hwmod *oh,
omap_hwmod       3590 arch/arm/mach-omap2/omap_hwmod.c 	struct omap_hwmod *oh;
omap_hwmod       3683 arch/arm/mach-omap2/omap_hwmod.c 	struct omap_hwmod *oh;
omap_hwmod       3737 arch/arm/mach-omap2/omap_hwmod.c int omap_hwmod_enable(struct omap_hwmod *oh)
omap_hwmod       3759 arch/arm/mach-omap2/omap_hwmod.c int omap_hwmod_idle(struct omap_hwmod *oh)
omap_hwmod       3782 arch/arm/mach-omap2/omap_hwmod.c int omap_hwmod_shutdown(struct omap_hwmod *oh)
omap_hwmod       3812 arch/arm/mach-omap2/omap_hwmod.c struct powerdomain *omap_hwmod_get_pwrdm(struct omap_hwmod *oh)
omap_hwmod       3851 arch/arm/mach-omap2/omap_hwmod.c void __iomem *omap_hwmod_get_mpu_rt_va(struct omap_hwmod *oh)
omap_hwmod       3883 arch/arm/mach-omap2/omap_hwmod.c int omap_hwmod_enable_wakeup(struct omap_hwmod *oh)
omap_hwmod       3915 arch/arm/mach-omap2/omap_hwmod.c int omap_hwmod_disable_wakeup(struct omap_hwmod *oh)
omap_hwmod       3946 arch/arm/mach-omap2/omap_hwmod.c int omap_hwmod_assert_hardreset(struct omap_hwmod *oh, const char *name)
omap_hwmod       3973 arch/arm/mach-omap2/omap_hwmod.c int omap_hwmod_deassert_hardreset(struct omap_hwmod *oh, const char *name)
omap_hwmod       4001 arch/arm/mach-omap2/omap_hwmod.c 				 int (*fn)(struct omap_hwmod *oh,
omap_hwmod       4005 arch/arm/mach-omap2/omap_hwmod.c 	struct omap_hwmod *temp_oh;
omap_hwmod       4042 arch/arm/mach-omap2/omap_hwmod.c int omap_hwmod_set_postsetup_state(struct omap_hwmod *oh, u8 state)
omap_hwmod       4082 arch/arm/mach-omap2/omap_hwmod.c int omap_hwmod_get_context_loss_count(struct omap_hwmod *oh)
omap_hwmod       4156 arch/arm/mach-omap2/omap_hwmod.c const char *omap_hwmod_get_main_clk(struct omap_hwmod *oh)
omap_hwmod        240 arch/arm/mach-omap2/omap_hwmod.h 	struct omap_hwmod		*master;
omap_hwmod        241 arch/arm/mach-omap2/omap_hwmod.h 	struct omap_hwmod		*slave;
omap_hwmod        527 arch/arm/mach-omap2/omap_hwmod.h 	int					(*pre_shutdown)(struct omap_hwmod *oh);
omap_hwmod        528 arch/arm/mach-omap2/omap_hwmod.h 	int					(*reset)(struct omap_hwmod *oh);
omap_hwmod        529 arch/arm/mach-omap2/omap_hwmod.h 	int					(*enable_preprogram)(struct omap_hwmod *oh);
omap_hwmod        530 arch/arm/mach-omap2/omap_hwmod.h 	void					(*lock)(struct omap_hwmod *oh);
omap_hwmod        531 arch/arm/mach-omap2/omap_hwmod.h 	void					(*unlock)(struct omap_hwmod *oh);
omap_hwmod        609 arch/arm/mach-omap2/omap_hwmod.h 	struct omap_hwmod		*parent_hwmod;
omap_hwmod        614 arch/arm/mach-omap2/omap_hwmod.h struct omap_hwmod *omap_hwmod_lookup(const char *name);
omap_hwmod        615 arch/arm/mach-omap2/omap_hwmod.h int omap_hwmod_for_each(int (*fn)(struct omap_hwmod *oh, void *data),
omap_hwmod        619 arch/arm/mach-omap2/omap_hwmod.h int omap_hwmod_parse_module_range(struct omap_hwmod *oh,
omap_hwmod        630 arch/arm/mach-omap2/omap_hwmod.h int omap_hwmod_enable(struct omap_hwmod *oh);
omap_hwmod        631 arch/arm/mach-omap2/omap_hwmod.h int omap_hwmod_idle(struct omap_hwmod *oh);
omap_hwmod        632 arch/arm/mach-omap2/omap_hwmod.h int omap_hwmod_shutdown(struct omap_hwmod *oh);
omap_hwmod        634 arch/arm/mach-omap2/omap_hwmod.h int omap_hwmod_assert_hardreset(struct omap_hwmod *oh, const char *name);
omap_hwmod        635 arch/arm/mach-omap2/omap_hwmod.h int omap_hwmod_deassert_hardreset(struct omap_hwmod *oh, const char *name);
omap_hwmod        637 arch/arm/mach-omap2/omap_hwmod.h void omap_hwmod_write(u32 v, struct omap_hwmod *oh, u16 reg_offs);
omap_hwmod        638 arch/arm/mach-omap2/omap_hwmod.h u32 omap_hwmod_read(struct omap_hwmod *oh, u16 reg_offs);
omap_hwmod        639 arch/arm/mach-omap2/omap_hwmod.h int omap_hwmod_softreset(struct omap_hwmod *oh);
omap_hwmod        641 arch/arm/mach-omap2/omap_hwmod.h int omap_hwmod_count_resources(struct omap_hwmod *oh, unsigned long flags);
omap_hwmod        642 arch/arm/mach-omap2/omap_hwmod.h int omap_hwmod_fill_resources(struct omap_hwmod *oh, struct resource *res);
omap_hwmod        643 arch/arm/mach-omap2/omap_hwmod.h int omap_hwmod_get_resource_byname(struct omap_hwmod *oh, unsigned int type,
omap_hwmod        646 arch/arm/mach-omap2/omap_hwmod.h struct powerdomain *omap_hwmod_get_pwrdm(struct omap_hwmod *oh);
omap_hwmod        647 arch/arm/mach-omap2/omap_hwmod.h void __iomem *omap_hwmod_get_mpu_rt_va(struct omap_hwmod *oh);
omap_hwmod        649 arch/arm/mach-omap2/omap_hwmod.h int omap_hwmod_enable_wakeup(struct omap_hwmod *oh);
omap_hwmod        650 arch/arm/mach-omap2/omap_hwmod.h int omap_hwmod_disable_wakeup(struct omap_hwmod *oh);
omap_hwmod        653 arch/arm/mach-omap2/omap_hwmod.h 				 int (*fn)(struct omap_hwmod *oh,
omap_hwmod        657 arch/arm/mach-omap2/omap_hwmod.h int omap_hwmod_set_postsetup_state(struct omap_hwmod *oh, u8 state);
omap_hwmod        658 arch/arm/mach-omap2/omap_hwmod.h int omap_hwmod_get_context_loss_count(struct omap_hwmod *oh);
omap_hwmod        662 arch/arm/mach-omap2/omap_hwmod.h const char *omap_hwmod_get_main_clk(struct omap_hwmod *oh);
omap_hwmod        668 arch/arm/mach-omap2/omap_hwmod.h extern int omap_hwmod_aess_preprogram(struct omap_hwmod *oh);
omap_hwmod        669 arch/arm/mach-omap2/omap_hwmod.h void omap_hwmod_rtc_unlock(struct omap_hwmod *oh);
omap_hwmod        670 arch/arm/mach-omap2/omap_hwmod.h void omap_hwmod_rtc_lock(struct omap_hwmod *oh);
omap_hwmod         51 arch/arm/mach-omap2/omap_hwmod_2420_data.c static struct omap_hwmod omap2420_iva_hwmod = {
omap_hwmod         70 arch/arm/mach-omap2/omap_hwmod_2420_data.c static struct omap_hwmod omap2420_dsp_hwmod = {
omap_hwmod         95 arch/arm/mach-omap2/omap_hwmod_2420_data.c static struct omap_hwmod omap2420_i2c1_hwmod = {
omap_hwmod        115 arch/arm/mach-omap2/omap_hwmod_2420_data.c static struct omap_hwmod omap2420_i2c2_hwmod = {
omap_hwmod        136 arch/arm/mach-omap2/omap_hwmod_2420_data.c static struct omap_hwmod omap2420_dma_system_hwmod = {
omap_hwmod        145 arch/arm/mach-omap2/omap_hwmod_2420_data.c static struct omap_hwmod omap2420_mailbox_hwmod = {
omap_hwmod        173 arch/arm/mach-omap2/omap_hwmod_2420_data.c static struct omap_hwmod omap2420_mcbsp1_hwmod = {
omap_hwmod        189 arch/arm/mach-omap2/omap_hwmod_2420_data.c static struct omap_hwmod omap2420_mcbsp2_hwmod = {
omap_hwmod        219 arch/arm/mach-omap2/omap_hwmod_2420_data.c static struct omap_hwmod omap2420_msdi1_hwmod = {
omap_hwmod        234 arch/arm/mach-omap2/omap_hwmod_2420_data.c static struct omap_hwmod omap2420_hdq1w_hwmod = {
omap_hwmod         46 arch/arm/mach-omap2/omap_hwmod_2430_data.c static struct omap_hwmod omap2430_iva_hwmod = {
omap_hwmod         72 arch/arm/mach-omap2/omap_hwmod_2430_data.c static struct omap_hwmod omap2430_i2c1_hwmod = {
omap_hwmod         95 arch/arm/mach-omap2/omap_hwmod_2430_data.c static struct omap_hwmod omap2430_i2c2_hwmod = {
omap_hwmod        110 arch/arm/mach-omap2/omap_hwmod_2430_data.c static struct omap_hwmod omap2430_gpio5_hwmod = {
omap_hwmod        131 arch/arm/mach-omap2/omap_hwmod_2430_data.c static struct omap_hwmod omap2430_dma_system_hwmod = {
omap_hwmod        140 arch/arm/mach-omap2/omap_hwmod_2430_data.c static struct omap_hwmod omap2430_mailbox_hwmod = {
omap_hwmod        154 arch/arm/mach-omap2/omap_hwmod_2430_data.c static struct omap_hwmod omap2430_mcspi3_hwmod = {
omap_hwmod        186 arch/arm/mach-omap2/omap_hwmod_2430_data.c static struct omap_hwmod omap2430_usbhsotg_hwmod = {
omap_hwmod        229 arch/arm/mach-omap2/omap_hwmod_2430_data.c static struct omap_hwmod omap2430_mcbsp1_hwmod = {
omap_hwmod        245 arch/arm/mach-omap2/omap_hwmod_2430_data.c static struct omap_hwmod omap2430_mcbsp2_hwmod = {
omap_hwmod        261 arch/arm/mach-omap2/omap_hwmod_2430_data.c static struct omap_hwmod omap2430_mcbsp3_hwmod = {
omap_hwmod        277 arch/arm/mach-omap2/omap_hwmod_2430_data.c static struct omap_hwmod omap2430_mcbsp4_hwmod = {
omap_hwmod        293 arch/arm/mach-omap2/omap_hwmod_2430_data.c static struct omap_hwmod omap2430_mcbsp5_hwmod = {
omap_hwmod        334 arch/arm/mach-omap2/omap_hwmod_2430_data.c static struct omap_hwmod omap2430_mmc1_hwmod = {
omap_hwmod        356 arch/arm/mach-omap2/omap_hwmod_2430_data.c static struct omap_hwmod omap2430_mmc2_hwmod = {
omap_hwmod        373 arch/arm/mach-omap2/omap_hwmod_2430_data.c static struct omap_hwmod omap2430_hdq1w_hwmod = {
omap_hwmod        183 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_l3_main_hwmod = {
omap_hwmod        190 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_l4_core_hwmod = {
omap_hwmod        197 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_l4_wkup_hwmod = {
omap_hwmod        204 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_mpu_hwmod = {
omap_hwmod        211 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_iva_hwmod = {
omap_hwmod        217 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_timer1_hwmod = {
omap_hwmod        232 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_timer2_hwmod = {
omap_hwmod        247 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_timer3_hwmod = {
omap_hwmod        262 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_timer4_hwmod = {
omap_hwmod        277 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_timer5_hwmod = {
omap_hwmod        292 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_timer6_hwmod = {
omap_hwmod        307 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_timer7_hwmod = {
omap_hwmod        322 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_timer8_hwmod = {
omap_hwmod        337 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_timer9_hwmod = {
omap_hwmod        352 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_timer10_hwmod = {
omap_hwmod        367 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_timer11_hwmod = {
omap_hwmod        382 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_timer12_hwmod = {
omap_hwmod        397 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_wd_timer2_hwmod = {
omap_hwmod        412 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_uart1_hwmod = {
omap_hwmod        428 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_uart2_hwmod = {
omap_hwmod        444 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_uart3_hwmod = {
omap_hwmod        469 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_dss_core_hwmod = {
omap_hwmod        484 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_dss_dispc_hwmod = {
omap_hwmod        502 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_dss_rfbi_hwmod = {
omap_hwmod        516 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_dss_venc_hwmod = {
omap_hwmod        529 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_gpio1_hwmod = {
omap_hwmod        544 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_gpio2_hwmod = {
omap_hwmod        559 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_gpio3_hwmod = {
omap_hwmod        574 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_gpio4_hwmod = {
omap_hwmod        589 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_mcspi1_hwmod = {
omap_hwmod        603 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_mcspi2_hwmod = {
omap_hwmod        620 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_counter_32k_hwmod = {
omap_hwmod        634 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_gpmc_hwmod = {
omap_hwmod        663 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_rng_hwmod = {
omap_hwmod        699 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_sham_hwmod = {
omap_hwmod        728 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c struct omap_hwmod omap2xxx_aes_hwmod = {
omap_hwmod         59 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_l3_main_hwmod;
omap_hwmod         60 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_l3_s_hwmod;
omap_hwmod         61 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_l3_instr_hwmod;
omap_hwmod         62 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_l4_ls_hwmod;
omap_hwmod         63 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_l4_wkup_hwmod;
omap_hwmod         64 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_mpu_hwmod;
omap_hwmod         65 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_pruss_hwmod;
omap_hwmod         66 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_gfx_hwmod;
omap_hwmod         67 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_prcm_hwmod;
omap_hwmod         68 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_aes0_hwmod;
omap_hwmod         69 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_sha0_hwmod;
omap_hwmod         70 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_rng_hwmod;
omap_hwmod         71 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_ocmcram_hwmod;
omap_hwmod         72 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_smartreflex0_hwmod;
omap_hwmod         73 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_smartreflex1_hwmod;
omap_hwmod         74 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_dcan0_hwmod;
omap_hwmod         75 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_dcan1_hwmod;
omap_hwmod         76 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_elm_hwmod;
omap_hwmod         77 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_epwmss0_hwmod;
omap_hwmod         78 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_epwmss1_hwmod;
omap_hwmod         79 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_epwmss2_hwmod;
omap_hwmod         80 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_gpmc_hwmod;
omap_hwmod         81 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_mailbox_hwmod;
omap_hwmod         82 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_mcasp0_hwmod;
omap_hwmod         83 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_mcasp1_hwmod;
omap_hwmod         84 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_rtc_hwmod;
omap_hwmod         85 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_spi0_hwmod;
omap_hwmod         86 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_spi1_hwmod;
omap_hwmod         87 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_spinlock_hwmod;
omap_hwmod         88 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_timer1_hwmod;
omap_hwmod         89 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_timer2_hwmod;
omap_hwmod         90 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_timer3_hwmod;
omap_hwmod         91 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_timer4_hwmod;
omap_hwmod         92 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_timer5_hwmod;
omap_hwmod         93 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_timer6_hwmod;
omap_hwmod         94 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_timer7_hwmod;
omap_hwmod         95 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_tpcc_hwmod;
omap_hwmod         96 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_tptc0_hwmod;
omap_hwmod         97 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_tptc1_hwmod;
omap_hwmod         98 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_tptc2_hwmod;
omap_hwmod         99 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_common_data.h extern struct omap_hwmod am33xx_wd_timer1_hwmod;
omap_hwmod         40 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_l3_main_hwmod = {
omap_hwmod         54 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_l3_s_hwmod = {
omap_hwmod         61 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_l3_instr_hwmod = {
omap_hwmod         83 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_l4_ls_hwmod = {
omap_hwmod         97 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_l4_wkup_hwmod = {
omap_hwmod        116 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_mpu_hwmod = {
omap_hwmod        151 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_pruss_hwmod = {
omap_hwmod        175 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_gfx_hwmod = {
omap_hwmod        198 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_prcm_hwmod = {
omap_hwmod        232 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_aes0_hwmod = {
omap_hwmod        257 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_sha0_hwmod = {
omap_hwmod        283 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_rng_hwmod = {
omap_hwmod        301 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_ocmcram_hwmod = {
omap_hwmod        320 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_smartreflex0_hwmod = {
omap_hwmod        333 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_smartreflex1_hwmod = {
omap_hwmod        360 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_dcan0_hwmod = {
omap_hwmod        373 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_dcan1_hwmod = {
omap_hwmod        402 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_elm_hwmod = {
omap_hwmod        431 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_epwmss0_hwmod = {
omap_hwmod        444 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_epwmss1_hwmod = {
omap_hwmod        457 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_epwmss2_hwmod = {
omap_hwmod        494 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c static struct omap_hwmod am33xx_gpio1_hwmod = {
omap_hwmod        514 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c static struct omap_hwmod am33xx_gpio2_hwmod = {
omap_hwmod        534 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c static struct omap_hwmod am33xx_gpio3_hwmod = {
omap_hwmod        565 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_gpmc_hwmod = {
omap_hwmod        598 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_mailbox_hwmod = {
omap_hwmod        627 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_mcasp0_hwmod = {
omap_hwmod        640 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_mcasp1_hwmod = {
omap_hwmod        672 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_rtc_hwmod = {
omap_hwmod        702 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_spi0_hwmod = {
omap_hwmod        715 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_spi1_hwmod = {
omap_hwmod        749 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_spinlock_hwmod = {
omap_hwmod        795 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_timer1_hwmod = {
omap_hwmod        807 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_timer2_hwmod = {
omap_hwmod        819 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_timer3_hwmod = {
omap_hwmod        831 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_timer4_hwmod = {
omap_hwmod        843 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_timer5_hwmod = {
omap_hwmod        855 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_timer6_hwmod = {
omap_hwmod        867 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_timer7_hwmod = {
omap_hwmod        884 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_tpcc_hwmod = {
omap_hwmod        912 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_tptc0_hwmod = {
omap_hwmod        926 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_tptc1_hwmod = {
omap_hwmod        940 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_tptc2_hwmod = {
omap_hwmod        975 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c struct omap_hwmod am33xx_wd_timer1_hwmod = {
omap_hwmod         32 arch/arm/mach-omap2/omap_hwmod_33xx_data.c static struct omap_hwmod am33xx_emif_hwmod = {
omap_hwmod         47 arch/arm/mach-omap2/omap_hwmod_33xx_data.c static struct omap_hwmod am33xx_l4_hs_hwmod = {
omap_hwmod         66 arch/arm/mach-omap2/omap_hwmod_33xx_data.c static struct omap_hwmod am33xx_wkup_m3_hwmod = {
omap_hwmod        103 arch/arm/mach-omap2/omap_hwmod_33xx_data.c static struct omap_hwmod am33xx_adc_tsc_hwmod = {
omap_hwmod        136 arch/arm/mach-omap2/omap_hwmod_33xx_data.c static struct omap_hwmod am33xx_cefuse_hwmod = {
omap_hwmod        156 arch/arm/mach-omap2/omap_hwmod_33xx_data.c static struct omap_hwmod am33xx_clkdiv32k_hwmod = {
omap_hwmod        174 arch/arm/mach-omap2/omap_hwmod_33xx_data.c static struct omap_hwmod am33xx_ocpwp_hwmod = {
omap_hwmod        201 arch/arm/mach-omap2/omap_hwmod_33xx_data.c static struct omap_hwmod am33xx_debugss_hwmod = {
omap_hwmod        216 arch/arm/mach-omap2/omap_hwmod_33xx_data.c static struct omap_hwmod am33xx_control_hwmod = {
omap_hwmod        245 arch/arm/mach-omap2/omap_hwmod_33xx_data.c static struct omap_hwmod am33xx_lcdc_hwmod = {
omap_hwmod        277 arch/arm/mach-omap2/omap_hwmod_33xx_data.c static struct omap_hwmod am33xx_usbss_hwmod = {
omap_hwmod         50 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_l3_main_hwmod = {
omap_hwmod         57 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_l4_core_hwmod = {
omap_hwmod         64 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_l4_per_hwmod = {
omap_hwmod         71 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_l4_wkup_hwmod = {
omap_hwmod         78 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_l4_sec_hwmod = {
omap_hwmod         86 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_mpu_hwmod = {
omap_hwmod         99 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_iva_hwmod = {
omap_hwmod        125 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_debugss_hwmod = {
omap_hwmod        152 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_timer1_hwmod = {
omap_hwmod        167 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_timer2_hwmod = {
omap_hwmod        182 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_timer3_hwmod = {
omap_hwmod        197 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_timer4_hwmod = {
omap_hwmod        212 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_timer5_hwmod = {
omap_hwmod        227 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_timer6_hwmod = {
omap_hwmod        242 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_timer7_hwmod = {
omap_hwmod        257 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_timer8_hwmod = {
omap_hwmod        272 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_timer9_hwmod = {
omap_hwmod        287 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_timer10_hwmod = {
omap_hwmod        302 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_timer11_hwmod = {
omap_hwmod        317 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_timer12_hwmod = {
omap_hwmod        368 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_wd_timer2_hwmod = {
omap_hwmod        387 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_uart1_hwmod = {
omap_hwmod        402 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_uart2_hwmod = {
omap_hwmod        417 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_uart3_hwmod = {
omap_hwmod        435 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap36xx_uart4_hwmod = {
omap_hwmod        465 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod am35xx_uart4_hwmod = {
omap_hwmod        499 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3430es1_dss_core_hwmod = {
omap_hwmod        514 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_dss_core_hwmod = {
omap_hwmod        552 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_dss_dispc_hwmod = {
omap_hwmod        591 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_dss_dsi1_hwmod = {
omap_hwmod        609 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_dss_rfbi_hwmod = {
omap_hwmod        628 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_dss_venc_hwmod = {
omap_hwmod        643 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_i2c1_hwmod = {
omap_hwmod        658 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_i2c2_hwmod = {
omap_hwmod        673 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_i2c3_hwmod = {
omap_hwmod        713 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_gpio1_hwmod = {
omap_hwmod        734 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_gpio2_hwmod = {
omap_hwmod        755 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_gpio3_hwmod = {
omap_hwmod        776 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_gpio4_hwmod = {
omap_hwmod        798 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_gpio5_hwmod = {
omap_hwmod        820 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_gpio6_hwmod = {
omap_hwmod        862 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_dma_system_hwmod = {
omap_hwmod        908 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_mcbsp1_hwmod = {
omap_hwmod        924 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_mcbsp2_hwmod = {
omap_hwmod        940 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_mcbsp3_hwmod = {
omap_hwmod        956 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_mcbsp4_hwmod = {
omap_hwmod        972 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_mcbsp5_hwmod = {
omap_hwmod       1001 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_mcbsp2_sidetone_hwmod = {
omap_hwmod       1009 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_mcbsp3_sidetone_hwmod = {
omap_hwmod       1049 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap34xx_sr1_hwmod = {
omap_hwmod       1064 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap36xx_sr1_hwmod = {
omap_hwmod       1084 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap34xx_sr2_hwmod = {
omap_hwmod       1099 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap36xx_sr2_hwmod = {
omap_hwmod       1134 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_mailbox_hwmod = {
omap_hwmod       1170 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap34xx_mcspi1 = {
omap_hwmod       1184 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap34xx_mcspi2 = {
omap_hwmod       1198 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap34xx_mcspi3 = {
omap_hwmod       1212 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap34xx_mcspi4 = {
omap_hwmod       1245 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_usbhsotg_hwmod = {
omap_hwmod       1277 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod am35xx_usbhsotg_hwmod = {
omap_hwmod       1319 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_pre_es3_mmc1_hwmod = {
omap_hwmod       1335 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_es3plus_mmc1_hwmod = {
omap_hwmod       1364 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_pre_es3_mmc2_hwmod = {
omap_hwmod       1380 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_es3plus_mmc2_hwmod = {
omap_hwmod       1403 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_mmc3_hwmod = {
omap_hwmod       1442 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_usb_host_hs_hwmod = {
omap_hwmod       1517 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_usb_tll_hs_hwmod = {
omap_hwmod       1531 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_hdq1w_hwmod = {
omap_hwmod       1554 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_sad2d_hwmod = {
omap_hwmod       1586 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_counter_32k_hwmod = {
omap_hwmod       1621 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_gpmc_hwmod = {
omap_hwmod       2164 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_mmu_isp_hwmod;
omap_hwmod       2173 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_mmu_isp_hwmod = {
omap_hwmod       2182 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_mmu_iva_hwmod;
omap_hwmod       2195 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_mmu_iva_hwmod = {
omap_hwmod       2402 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod am35xx_mdio_hwmod = {
omap_hwmod       2437 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod am35xx_emac_hwmod = {
omap_hwmod       2498 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_sham_hwmod = {
omap_hwmod       2536 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_aes_hwmod = {
omap_hwmod       2577 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c static struct omap_hwmod omap3xxx_ssi_hwmod = {
omap_hwmod         25 arch/arm/mach-omap2/omap_hwmod_43xx_data.c static struct omap_hwmod am43xx_emif_hwmod = {
omap_hwmod         39 arch/arm/mach-omap2/omap_hwmod_43xx_data.c static struct omap_hwmod am43xx_l4_hs_hwmod = {
omap_hwmod         57 arch/arm/mach-omap2/omap_hwmod_43xx_data.c static struct omap_hwmod am43xx_wkup_m3_hwmod = {
omap_hwmod         76 arch/arm/mach-omap2/omap_hwmod_43xx_data.c static struct omap_hwmod am43xx_control_hwmod = {
omap_hwmod        103 arch/arm/mach-omap2/omap_hwmod_43xx_data.c static struct omap_hwmod am43xx_synctimer_hwmod = {
omap_hwmod        117 arch/arm/mach-omap2/omap_hwmod_43xx_data.c static struct omap_hwmod am43xx_timer8_hwmod = {
omap_hwmod        130 arch/arm/mach-omap2/omap_hwmod_43xx_data.c static struct omap_hwmod am43xx_timer9_hwmod = {
omap_hwmod        143 arch/arm/mach-omap2/omap_hwmod_43xx_data.c static struct omap_hwmod am43xx_timer10_hwmod = {
omap_hwmod        156 arch/arm/mach-omap2/omap_hwmod_43xx_data.c static struct omap_hwmod am43xx_timer11_hwmod = {
omap_hwmod        169 arch/arm/mach-omap2/omap_hwmod_43xx_data.c static struct omap_hwmod am43xx_epwmss3_hwmod = {
omap_hwmod        182 arch/arm/mach-omap2/omap_hwmod_43xx_data.c static struct omap_hwmod am43xx_epwmss4_hwmod = {
omap_hwmod        195 arch/arm/mach-omap2/omap_hwmod_43xx_data.c static struct omap_hwmod am43xx_epwmss5_hwmod = {
omap_hwmod        208 arch/arm/mach-omap2/omap_hwmod_43xx_data.c static struct omap_hwmod am43xx_spi2_hwmod = {
omap_hwmod        221 arch/arm/mach-omap2/omap_hwmod_43xx_data.c static struct omap_hwmod am43xx_spi3_hwmod = {
omap_hwmod        234 arch/arm/mach-omap2/omap_hwmod_43xx_data.c static struct omap_hwmod am43xx_spi4_hwmod = {
omap_hwmod        251 arch/arm/mach-omap2/omap_hwmod_43xx_data.c static struct omap_hwmod am43xx_ocp2scp0_hwmod = {
omap_hwmod        264 arch/arm/mach-omap2/omap_hwmod_43xx_data.c static struct omap_hwmod am43xx_ocp2scp1_hwmod = {
omap_hwmod        294 arch/arm/mach-omap2/omap_hwmod_43xx_data.c static struct omap_hwmod am43xx_usb_otg_ss0_hwmod = {
omap_hwmod        307 arch/arm/mach-omap2/omap_hwmod_43xx_data.c static struct omap_hwmod am43xx_usb_otg_ss1_hwmod = {
omap_hwmod        334 arch/arm/mach-omap2/omap_hwmod_43xx_data.c static struct omap_hwmod am43xx_qspi_hwmod = {
omap_hwmod        365 arch/arm/mach-omap2/omap_hwmod_43xx_data.c static struct omap_hwmod am43xx_adc_tsc_hwmod = {
omap_hwmod        390 arch/arm/mach-omap2/omap_hwmod_43xx_data.c static struct omap_hwmod am43xx_des_hwmod = {
omap_hwmod        405 arch/arm/mach-omap2/omap_hwmod_43xx_data.c static struct omap_hwmod am43xx_dss_core_hwmod = {
omap_hwmod        442 arch/arm/mach-omap2/omap_hwmod_43xx_data.c static struct omap_hwmod am43xx_dss_dispc_hwmod = {
omap_hwmod        458 arch/arm/mach-omap2/omap_hwmod_43xx_data.c static struct omap_hwmod am43xx_dss_rfbi_hwmod = {
omap_hwmod        486 arch/arm/mach-omap2/omap_hwmod_43xx_data.c static struct omap_hwmod am43xx_hdq1w_hwmod = {
omap_hwmod        512 arch/arm/mach-omap2/omap_hwmod_43xx_data.c static struct omap_hwmod am43xx_vpfe0_hwmod = {
omap_hwmod        524 arch/arm/mach-omap2/omap_hwmod_43xx_data.c static struct omap_hwmod am43xx_vpfe1_hwmod = {
omap_hwmod         51 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_dmm_hwmod = {
omap_hwmod         72 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_l3_instr_hwmod = {
omap_hwmod         86 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_l3_main_1_hwmod = {
omap_hwmod         99 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_l3_main_2_hwmod = {
omap_hwmod        112 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_l3_main_3_hwmod = {
omap_hwmod        134 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_l4_abe_hwmod = {
omap_hwmod        149 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_l4_cfg_hwmod = {
omap_hwmod        162 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_l4_per_hwmod = {
omap_hwmod        175 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_l4_wkup_hwmod = {
omap_hwmod        196 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_mpu_private_hwmod = {
omap_hwmod        216 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_ocp_wp_noc_hwmod = {
omap_hwmod        262 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_aess_hwmod = {
omap_hwmod        296 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_counter_32k_hwmod = {
omap_hwmod        331 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_ctrl_module_core_hwmod = {
omap_hwmod        343 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_ctrl_module_pad_core_hwmod = {
omap_hwmod        355 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_ctrl_module_wkup_hwmod = {
omap_hwmod        367 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_ctrl_module_pad_wkup_hwmod = {
omap_hwmod        388 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_debugss_hwmod = {
omap_hwmod        433 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_dma_system_hwmod = {
omap_hwmod        468 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_dmic_hwmod = {
omap_hwmod        496 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_dsp_hwmod = {
omap_hwmod        537 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_dss_hwmod = {
omap_hwmod        583 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_dss_dispc_hwmod = {
omap_hwmod        624 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_dss_dsi1_hwmod = {
omap_hwmod        645 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_dss_dsi2_hwmod = {
omap_hwmod        687 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_dss_hdmi_hwmod = {
omap_hwmod        733 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_dss_rfbi_hwmod = {
omap_hwmod        763 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_dss_venc_hwmod = {
omap_hwmod        793 arch/arm/mach-omap2/omap_hwmod_44xx_data.c struct omap_hwmod omap44xx_sha0_hwmod = {
omap_hwmod        829 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_elm_hwmod = {
omap_hwmod        856 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_emif1_hwmod = {
omap_hwmod        872 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_emif2_hwmod = {
omap_hwmod        906 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_aes1_hwmod = {
omap_hwmod        927 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_aes2_hwmod = {
omap_hwmod        963 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_des_hwmod = {
omap_hwmod       1014 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_fdif_hwmod = {
omap_hwmod       1049 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_gpmc_hwmod = {
omap_hwmod       1084 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_hdq1w_hwmod = {
omap_hwmod       1124 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_hsi_hwmod = {
omap_hwmod       1153 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_ipu_hwmod = {
omap_hwmod       1205 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_iss_hwmod = {
omap_hwmod       1237 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_iva_hwmod = {
omap_hwmod       1277 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_kbd_hwmod = {
omap_hwmod       1312 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_mailbox_hwmod = {
omap_hwmod       1345 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_mcasp_hwmod = {
omap_hwmod       1384 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_mcbsp1_hwmod = {
omap_hwmod       1406 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_mcbsp2_hwmod = {
omap_hwmod       1428 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_mcbsp3_hwmod = {
omap_hwmod       1450 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_mcbsp4_hwmod = {
omap_hwmod       1488 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_mcpdm_hwmod = {
omap_hwmod       1537 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_mmu_ipu_hwmod;
omap_hwmod       1550 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_mmu_ipu_hwmod = {
omap_hwmod       1569 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_mmu_dsp_hwmod;
omap_hwmod       1582 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_mmu_dsp_hwmod = {
omap_hwmod       1609 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_mpu_hwmod = {
omap_hwmod       1633 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_ocmc_ram_hwmod = {
omap_hwmod       1667 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_ocp2scp_usb_phy_hwmod = {
omap_hwmod       1702 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_prcm_mpu_hwmod = {
omap_hwmod       1715 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_cm_core_aon_hwmod = {
omap_hwmod       1727 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_cm_core_hwmod = {
omap_hwmod       1744 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_prm_hwmod = {
omap_hwmod       1761 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_scrm_hwmod = {
omap_hwmod       1782 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_sl2if_hwmod = {
omap_hwmod       1824 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_slimbus1_hwmod = {
omap_hwmod       1846 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_slimbus2_hwmod = {
omap_hwmod       1887 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_smartreflex_core_hwmod = {
omap_hwmod       1908 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_smartreflex_iva_hwmod = {
omap_hwmod       1928 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_smartreflex_mpu_hwmod = {
omap_hwmod       1966 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_spinlock_hwmod = {
omap_hwmod       2017 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_timer1_hwmod = {
omap_hwmod       2033 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_timer2_hwmod = {
omap_hwmod       2049 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_timer3_hwmod = {
omap_hwmod       2064 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_timer4_hwmod = {
omap_hwmod       2079 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_timer5_hwmod = {
omap_hwmod       2094 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_timer6_hwmod = {
omap_hwmod       2109 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_timer7_hwmod = {
omap_hwmod       2124 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_timer8_hwmod = {
omap_hwmod       2139 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_timer9_hwmod = {
omap_hwmod       2154 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_timer10_hwmod = {
omap_hwmod       2170 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_timer11_hwmod = {
omap_hwmod       2206 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_usb_host_fs_hwmod = {
omap_hwmod       2243 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_usb_host_hs_hwmod = {
omap_hwmod       2325 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_usb_otg_hs_hwmod = {
omap_hwmod       2363 arch/arm/mach-omap2/omap_hwmod_44xx_data.c static struct omap_hwmod omap44xx_usb_tll_hs_hwmod = {
omap_hwmod         49 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_dmm_hwmod = {
omap_hwmod         70 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_l3_instr_hwmod = {
omap_hwmod         84 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_l3_main_1_hwmod = {
omap_hwmod         97 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_l3_main_2_hwmod = {
omap_hwmod        110 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_l3_main_3_hwmod = {
omap_hwmod        132 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_l4_abe_hwmod = {
omap_hwmod        145 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_l4_cfg_hwmod = {
omap_hwmod        158 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_l4_per_hwmod = {
omap_hwmod        171 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_l4_wkup_hwmod = {
omap_hwmod        192 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_mpu_private_hwmod = {
omap_hwmod        222 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_counter_32k_hwmod = {
omap_hwmod        268 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_dma_system_hwmod = {
omap_hwmod        303 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_dmic_hwmod = {
omap_hwmod        340 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_dss_hwmod = {
omap_hwmod        391 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_dss_dispc_hwmod = {
omap_hwmod        434 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_dss_dsi1_a_hwmod = {
omap_hwmod        455 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_dss_dsi1_c_hwmod = {
omap_hwmod        495 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_dss_hdmi_hwmod = {
omap_hwmod        536 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_dss_rfbi_hwmod = {
omap_hwmod        566 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_emif1_hwmod = {
omap_hwmod        582 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_emif2_hwmod = {
omap_hwmod        617 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_kbd_hwmod = {
omap_hwmod        652 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_mailbox_hwmod = {
omap_hwmod        689 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_mcbsp1_hwmod = {
omap_hwmod        711 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_mcbsp2_hwmod = {
omap_hwmod        733 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_mcbsp3_hwmod = {
omap_hwmod        771 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_mcpdm_hwmod = {
omap_hwmod        820 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_mcspi1_hwmod = {
omap_hwmod        835 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_mcspi2_hwmod = {
omap_hwmod        850 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_mcspi3_hwmod = {
omap_hwmod        865 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_mcspi4_hwmod = {
omap_hwmod        905 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_mmu_dsp_hwmod = {
omap_hwmod        927 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_mmu_ipu_hwmod = {
omap_hwmod        954 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_mpu_hwmod = {
omap_hwmod        991 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_spinlock_hwmod = {
omap_hwmod       1025 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_ocp2scp1_hwmod = {
omap_hwmod       1076 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_timer1_hwmod = {
omap_hwmod       1092 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_timer2_hwmod = {
omap_hwmod       1108 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_timer3_hwmod = {
omap_hwmod       1123 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_timer4_hwmod = {
omap_hwmod       1138 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_timer5_hwmod = {
omap_hwmod       1153 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_timer6_hwmod = {
omap_hwmod       1168 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_timer7_hwmod = {
omap_hwmod       1183 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_timer8_hwmod = {
omap_hwmod       1198 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_timer9_hwmod = {
omap_hwmod       1213 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_timer10_hwmod = {
omap_hwmod       1229 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_timer11_hwmod = {
omap_hwmod       1264 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_usb_host_hs_hwmod = {
omap_hwmod       1338 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_usb_tll_hs_hwmod = {
omap_hwmod       1378 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_usb_otg_ss_hwmod = {
omap_hwmod       1419 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_wd_timer2_hwmod = {
omap_hwmod       1439 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_ocp2scp3_hwmod;
omap_hwmod       1448 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_ocp2scp3_hwmod = {
omap_hwmod       1482 arch/arm/mach-omap2/omap_hwmod_54xx_data.c static struct omap_hwmod omap54xx_sata_hwmod = {
omap_hwmod         50 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_dmm_hwmod = {
omap_hwmod         71 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_l3_instr_hwmod = {
omap_hwmod         85 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_l3_main_1_hwmod = {
omap_hwmod         98 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_l3_main_2_hwmod = {
omap_hwmod        120 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_l4_cfg_hwmod = {
omap_hwmod        133 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_l4_per1_hwmod = {
omap_hwmod        146 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_l4_per2_hwmod = {
omap_hwmod        159 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_l4_per3_hwmod = {
omap_hwmod        172 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_l4_wkup_hwmod = {
omap_hwmod        194 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_atl_hwmod = {
omap_hwmod        218 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_bb2d_hwmod = {
omap_hwmod        252 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_counter_32k_hwmod = {
omap_hwmod        276 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_ctrl_module_wkup_hwmod = {
omap_hwmod        297 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_dcan1_hwmod = {
omap_hwmod        313 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_dcan2_hwmod = {
omap_hwmod        347 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_epwmss0_hwmod = {
omap_hwmod        362 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_epwmss1_hwmod = {
omap_hwmod        377 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_epwmss2_hwmod = {
omap_hwmod        423 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_dma_system_hwmod = {
omap_hwmod        445 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_tpcc_hwmod = {
omap_hwmod        467 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_tptc0_hwmod = {
omap_hwmod        483 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_tptc1_hwmod = {
omap_hwmod        526 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_dss_hwmod = {
omap_hwmod        573 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_dss_dispc_hwmod = {
omap_hwmod        614 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_dss_hdmi_hwmod = {
omap_hwmod        644 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_aes1_hwmod = {
omap_hwmod        659 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_aes2_hwmod = {
omap_hwmod        686 arch/arm/mach-omap2/omap_hwmod_7xx_data.c struct omap_hwmod dra7xx_sha0_hwmod = {
omap_hwmod        724 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_elm_hwmod = {
omap_hwmod        759 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_gpmc_hwmod = {
omap_hwmod        796 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_hdq1w_hwmod = {
omap_hwmod        831 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_mailbox1_hwmod = {
omap_hwmod        844 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_mailbox2_hwmod = {
omap_hwmod        857 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_mailbox3_hwmod = {
omap_hwmod        870 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_mailbox4_hwmod = {
omap_hwmod        883 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_mailbox5_hwmod = {
omap_hwmod        896 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_mailbox6_hwmod = {
omap_hwmod        909 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_mailbox7_hwmod = {
omap_hwmod        922 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_mailbox8_hwmod = {
omap_hwmod        935 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_mailbox9_hwmod = {
omap_hwmod        948 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_mailbox10_hwmod = {
omap_hwmod        961 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_mailbox11_hwmod = {
omap_hwmod        974 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_mailbox12_hwmod = {
omap_hwmod        987 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_mailbox13_hwmod = {
omap_hwmod       1009 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_mpu_hwmod = {
omap_hwmod       1044 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_ocp2scp1_hwmod = {
omap_hwmod       1059 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_ocp2scp3_hwmod = {
omap_hwmod       1088 arch/arm/mach-omap2/omap_hwmod_7xx_data.c int dra7xx_pciess_reset(struct omap_hwmod *oh)
omap_hwmod       1110 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_pciess1_hwmod = {
omap_hwmod       1133 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_pciess2_hwmod = {
omap_hwmod       1170 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_qspi_hwmod = {
omap_hwmod       1205 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_rtcss_hwmod = {
omap_hwmod       1241 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_sata_hwmod = {
omap_hwmod       1283 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_smartreflex_core_hwmod = {
omap_hwmod       1304 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_smartreflex_mpu_hwmod = {
omap_hwmod       1341 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_spinlock_hwmod = {
omap_hwmod       1392 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_timer1_hwmod = {
omap_hwmod       1407 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_timer2_hwmod = {
omap_hwmod       1422 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_timer3_hwmod = {
omap_hwmod       1437 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_timer4_hwmod = {
omap_hwmod       1452 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_timer5_hwmod = {
omap_hwmod       1467 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_timer6_hwmod = {
omap_hwmod       1482 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_timer7_hwmod = {
omap_hwmod       1497 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_timer8_hwmod = {
omap_hwmod       1512 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_timer9_hwmod = {
omap_hwmod       1527 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_timer10_hwmod = {
omap_hwmod       1542 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_timer11_hwmod = {
omap_hwmod       1557 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_timer12_hwmod = {
omap_hwmod       1571 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_timer13_hwmod = {
omap_hwmod       1586 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_timer14_hwmod = {
omap_hwmod       1601 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_timer15_hwmod = {
omap_hwmod       1616 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_timer16_hwmod = {
omap_hwmod       1644 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_des_hwmod = {
omap_hwmod       1672 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_rng_hwmod = {
omap_hwmod       1712 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_usb_otg_ss1_hwmod = {
omap_hwmod       1734 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_usb_otg_ss2_hwmod = {
omap_hwmod       1752 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_usb_otg_ss3_hwmod = {
omap_hwmod       1767 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_usb_otg_ss4_hwmod = {
omap_hwmod       1791 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_vcp1_hwmod = {
omap_hwmod       1805 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_vcp2_hwmod = {
omap_hwmod       1842 arch/arm/mach-omap2/omap_hwmod_7xx_data.c static struct omap_hwmod dra7xx_wd_timer2_hwmod = {
omap_hwmod        111 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm81xx_alwon_l3_slow_hwmod = {
omap_hwmod        118 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm81xx_default_l3_slow_hwmod = {
omap_hwmod        125 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm81xx_alwon_l3_med_hwmod = {
omap_hwmod        132 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm81xx_alwon_l3_fast_hwmod = {
omap_hwmod        143 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm81xx_l4_ls_hwmod = {
omap_hwmod        155 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm81xx_l4_hs_hwmod = {
omap_hwmod        177 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm814x_mpu_hwmod = {
omap_hwmod        204 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm816x_mpu_hwmod = {
omap_hwmod        246 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod ti81xx_rtc_hwmod = {
omap_hwmod        285 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm81xx_uart1_hwmod = {
omap_hwmod        306 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm81xx_uart2_hwmod = {
omap_hwmod        327 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm81xx_uart3_hwmod = {
omap_hwmod        364 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm81xx_wd_timer_hwmod = {
omap_hwmod        402 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm81xx_i2c1_hwmod = {
omap_hwmod        422 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm81xx_i2c2_hwmod = {
omap_hwmod        458 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm81xx_elm_hwmod = {
omap_hwmod        493 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm81xx_gpio1_hwmod = {
omap_hwmod        519 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm81xx_gpio2_hwmod = {
omap_hwmod        545 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm81xx_gpio3_hwmod = {
omap_hwmod        571 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm81xx_gpio4_hwmod = {
omap_hwmod        608 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm81xx_gpmc_hwmod = {
omap_hwmod        645 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm814x_usbss_hwmod = {
omap_hwmod        665 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm816x_usbss_hwmod = {
omap_hwmod        700 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm814x_timer1_hwmod = {
omap_hwmod        715 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm816x_timer1_hwmod = {
omap_hwmod        735 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm814x_timer2_hwmod = {
omap_hwmod        750 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm816x_timer2_hwmod = {
omap_hwmod        770 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm816x_timer3_hwmod = {
omap_hwmod        790 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm816x_timer4_hwmod = {
omap_hwmod        810 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm816x_timer5_hwmod = {
omap_hwmod        830 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm816x_timer6_hwmod = {
omap_hwmod        850 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm816x_timer7_hwmod = {
omap_hwmod        887 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm814x_cpgmac0_hwmod = {
omap_hwmod        905 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm814x_mdio_hwmod = {
omap_hwmod        943 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm816x_emac0_hwmod = {
omap_hwmod        962 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm81xx_emac0_mdio_hwmod = {
omap_hwmod        986 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm816x_emac1_hwmod = {
omap_hwmod       1020 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm81xx_sata_hwmod = {
omap_hwmod       1063 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm814x_mmc1_hwmod = {
omap_hwmod       1087 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm814x_mmc2_hwmod = {
omap_hwmod       1111 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm814x_mmc3_hwmod = {
omap_hwmod       1134 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm816x_mmc1_hwmod = {
omap_hwmod       1174 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm81xx_mcspi1_hwmod = {
omap_hwmod       1187 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm81xx_mcspi2_hwmod = {
omap_hwmod       1200 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm81xx_mcspi3_hwmod = {
omap_hwmod       1213 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm81xx_mcspi4_hwmod = {
omap_hwmod       1269 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm81xx_mailbox_hwmod = {
omap_hwmod       1304 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm81xx_spinbox_hwmod = {
omap_hwmod       1328 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm81xx_tpcc_hwmod = {
omap_hwmod       1352 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm81xx_tptc0_hwmod = {
omap_hwmod       1383 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm81xx_tptc1_hwmod = {
omap_hwmod       1414 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm81xx_tptc2_hwmod = {
omap_hwmod       1445 arch/arm/mach-omap2/omap_hwmod_81xx_data.c static struct omap_hwmod dm81xx_tptc3_hwmod = {
omap_hwmod         19 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_l3_main_hwmod;
omap_hwmod         20 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_l4_core_hwmod;
omap_hwmod         21 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_l4_wkup_hwmod;
omap_hwmod         22 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_mpu_hwmod;
omap_hwmod         23 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_iva_hwmod;
omap_hwmod         24 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_timer1_hwmod;
omap_hwmod         25 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_timer2_hwmod;
omap_hwmod         26 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_timer3_hwmod;
omap_hwmod         27 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_timer4_hwmod;
omap_hwmod         28 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_timer5_hwmod;
omap_hwmod         29 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_timer6_hwmod;
omap_hwmod         30 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_timer7_hwmod;
omap_hwmod         31 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_timer8_hwmod;
omap_hwmod         32 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_timer9_hwmod;
omap_hwmod         33 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_timer10_hwmod;
omap_hwmod         34 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_timer11_hwmod;
omap_hwmod         35 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_timer12_hwmod;
omap_hwmod         36 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_wd_timer2_hwmod;
omap_hwmod         37 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_uart1_hwmod;
omap_hwmod         38 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_uart2_hwmod;
omap_hwmod         39 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_uart3_hwmod;
omap_hwmod         40 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_dss_core_hwmod;
omap_hwmod         41 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_dss_dispc_hwmod;
omap_hwmod         42 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_dss_rfbi_hwmod;
omap_hwmod         43 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_dss_venc_hwmod;
omap_hwmod         44 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_gpio1_hwmod;
omap_hwmod         45 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_gpio2_hwmod;
omap_hwmod         46 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_gpio3_hwmod;
omap_hwmod         47 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_gpio4_hwmod;
omap_hwmod         48 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_mcspi1_hwmod;
omap_hwmod         49 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_mcspi2_hwmod;
omap_hwmod         50 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_counter_32k_hwmod;
omap_hwmod         51 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_gpmc_hwmod;
omap_hwmod         52 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_rng_hwmod;
omap_hwmod         53 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_sham_hwmod;
omap_hwmod         54 arch/arm/mach-omap2/omap_hwmod_common_data.h extern struct omap_hwmod omap2xxx_aes_hwmod;
omap_hwmod         52 arch/arm/mach-omap2/omap_hwmod_reset.c int omap_hwmod_aess_preprogram(struct omap_hwmod *oh)
omap_hwmod         74 arch/arm/mach-omap2/omap_hwmod_reset.c static void omap_rtc_wait_not_busy(struct omap_hwmod *oh)
omap_hwmod         93 arch/arm/mach-omap2/omap_hwmod_reset.c void omap_hwmod_rtc_unlock(struct omap_hwmod *oh)
omap_hwmod        113 arch/arm/mach-omap2/omap_hwmod_reset.c void omap_hwmod_rtc_lock(struct omap_hwmod *oh)
omap_hwmod         35 arch/arm/mach-omap2/pm33xx-core.c static struct omap_hwmod *rtc_oh;
omap_hwmod         91 arch/arm/mach-omap2/sr_device.c static int __init sr_dev_init(struct omap_hwmod *oh, void *user)
omap_hwmod         70 arch/arm/mach-omap2/timer.c static struct omap_hwmod *clockevent_gpt_hwmod;
omap_hwmod         73 arch/arm/mach-omap2/timer.c static struct omap_hwmod *clocksource_gpt_hwmod;
omap_hwmod        291 arch/arm/mach-omap2/timer.c 	struct omap_hwmod *oh;
omap_hwmod        447 arch/arm/mach-omap2/timer.c 	struct omap_hwmod *oh;
omap_hwmod         31 arch/arm/mach-omap2/wd_timer.c int omap2_wd_timer_disable(struct omap_hwmod *oh)
omap_hwmod         75 arch/arm/mach-omap2/wd_timer.c int omap2_wd_timer_reset(struct omap_hwmod *oh)
omap_hwmod         11 arch/arm/mach-omap2/wd_timer.h extern int omap2_wd_timer_disable(struct omap_hwmod *oh);
omap_hwmod         12 arch/arm/mach-omap2/wd_timer.h extern int omap2_wd_timer_reset(struct omap_hwmod *oh);