arch/arm/mach-omap2/clockdomain.c
1213
int clkdm_hwmod_enable(struct clockdomain *clkdm, struct omap_hwmod *oh)
arch/arm/mach-omap2/clockdomain.c
1244
int clkdm_hwmod_disable(struct clockdomain *clkdm, struct omap_hwmod *oh)
arch/arm/mach-omap2/clockdomain.h
213
int clkdm_hwmod_enable(struct clockdomain *clkdm, struct omap_hwmod *oh);
arch/arm/mach-omap2/clockdomain.h
214
int clkdm_hwmod_disable(struct clockdomain *clkdm, struct omap_hwmod *oh);
arch/arm/mach-omap2/clockdomain.h
98
struct omap_hwmod;
arch/arm/mach-omap2/common.h
331
struct omap_hwmod;
arch/arm/mach-omap2/common.h
332
extern int omap_dss_reset(struct omap_hwmod *);
arch/arm/mach-omap2/display.c
278
struct omap_hwmod *oh;
arch/arm/mach-omap2/display.c
371
int omap_dss_reset(struct omap_hwmod *oh)
arch/arm/mach-omap2/hdq1w.c
37
int omap_hdq1w_reset(struct omap_hwmod *oh)
arch/arm/mach-omap2/hdq1w.h
21
extern int omap_hdq1w_reset(struct omap_hwmod *oh);
arch/arm/mach-omap2/i2c.c
36
int omap_i2c_reset(struct omap_hwmod *oh)
arch/arm/mach-omap2/i2c.h
11
struct omap_hwmod;
arch/arm/mach-omap2/i2c.h
13
int omap_i2c_reset(struct omap_hwmod *oh);
arch/arm/mach-omap2/io.c
403
static int _set_hwmod_postsetup_state(struct omap_hwmod *oh, void *data)
arch/arm/mach-omap2/mmc.h
12
int omap_msdi_reset(struct omap_hwmod *oh);
arch/arm/mach-omap2/mmc.h
14
static inline int omap_msdi_reset(struct omap_hwmod *oh)
arch/arm/mach-omap2/mmc.h
9
struct omap_hwmod;
arch/arm/mach-omap2/msdi.c
45
int omap_msdi_reset(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_device.c
112
struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_device.c
133
struct omap_hwmod **hwmods;
arch/arm/mach-omap2/omap_device.c
135
struct omap_hwmod *oh;
arch/arm/mach-omap2/omap_device.c
159
hwmods = kzalloc_objs(struct omap_hwmod *, oh_cnt);
arch/arm/mach-omap2/omap_device.c
305
struct omap_hwmod **ohs, int oh_cnt)
arch/arm/mach-omap2/omap_device.c
310
struct omap_hwmod *hwmod;
arch/arm/mach-omap2/omap_device.c
43
struct omap_hwmod **ohs, int oh_cnt);
arch/arm/mach-omap2/omap_device.h
58
struct omap_hwmod *hwmods[] __counted_by(hwmods_cnt);
arch/arm/mach-omap2/omap_hwmod.c
1004
static bool _omap4_clkctrl_managed_by_clkfwk(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
1016
static bool _omap4_has_clkctrl_clock(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
1034
static int _disable_clocks(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
1065
static void _omap4_enable_module(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
1088
static int _omap4_wait_target_disable(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
1119
static void __init _save_mpu_port_index(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
1152
static struct omap_hwmod_ocp_if *_find_mpu_rt_port(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
1171
static void _enable_sysc(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
1270
static void _idle_sysc(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
1322
static void _shutdown_sysc(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
1351
static struct omap_hwmod *_lookup(const char *name)
arch/arm/mach-omap2/omap_hwmod.c
1353
struct omap_hwmod *oh, *temp_oh;
arch/arm/mach-omap2/omap_hwmod.c
1375
static int _init_clkdm(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
1405
static int _init_clocks(struct omap_hwmod *oh, struct device_node *np)
arch/arm/mach-omap2/omap_hwmod.c
1438
static int _lookup_hardreset(struct omap_hwmod *oh, const char *name,
arch/arm/mach-omap2/omap_hwmod.c
1472
static int _assert_hardreset(struct omap_hwmod *oh, const char *name)
arch/arm/mach-omap2/omap_hwmod.c
1505
static int _deassert_hardreset(struct omap_hwmod *oh, const char *name)
arch/arm/mach-omap2/omap_hwmod.c
1573
static int _read_hardreset(struct omap_hwmod *oh, const char *name)
arch/arm/mach-omap2/omap_hwmod.c
1601
static bool _are_all_hardreset_lines_asserted(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
1629
static bool _are_any_hardreset_lines_asserted(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
1648
static int _omap4_disable_module(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
1692
static int _ocp_softreset(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
1786
static int _reset(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
1830
static void _omap4_update_context_lost(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
1852
static int _omap4_get_context_lost(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
1865
static int _enable(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
1962
static int _idle(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
2023
static int _shutdown(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
2081
struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
2117
struct omap_hwmod *oh,
arch/arm/mach-omap2/omap_hwmod.c
2164
static void omap_hwmod_fix_mpu_rt_idx(struct omap_hwmod *oh,
arch/arm/mach-omap2/omap_hwmod.c
218
int (*reset)(struct omap_hwmod *oh);
arch/arm/mach-omap2/omap_hwmod.c
2192
int omap_hwmod_parse_module_range(struct omap_hwmod *oh,
arch/arm/mach-omap2/omap_hwmod.c
2240
static int __init _init_mpu_rt_base(struct omap_hwmod *oh, void *data,
arch/arm/mach-omap2/omap_hwmod.c
2286
static void __init parse_module_flags(struct omap_hwmod *oh,
arch/arm/mach-omap2/omap_hwmod.c
231
void (*enable_module)(struct omap_hwmod *oh);
arch/arm/mach-omap2/omap_hwmod.c
2310
static int __init _init(struct omap_hwmod *oh, void *data)
arch/arm/mach-omap2/omap_hwmod.c
232
int (*disable_module)(struct omap_hwmod *oh);
arch/arm/mach-omap2/omap_hwmod.c
233
int (*wait_target_ready)(struct omap_hwmod *oh);
arch/arm/mach-omap2/omap_hwmod.c
234
int (*assert_hardreset)(struct omap_hwmod *oh,
arch/arm/mach-omap2/omap_hwmod.c
236
int (*deassert_hardreset)(struct omap_hwmod *oh,
arch/arm/mach-omap2/omap_hwmod.c
2365
static void _setup_iclk_autoidle(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
238
int (*is_hardreset_asserted)(struct omap_hwmod *oh,
arch/arm/mach-omap2/omap_hwmod.c
240
int (*init_clkdm)(struct omap_hwmod *oh);
arch/arm/mach-omap2/omap_hwmod.c
2400
static int _setup_reset(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
241
void (*update_context_lost)(struct omap_hwmod *oh);
arch/arm/mach-omap2/omap_hwmod.c
242
int (*get_context_lost)(struct omap_hwmod *oh);
arch/arm/mach-omap2/omap_hwmod.c
243
int (*disable_direct_prcm)(struct omap_hwmod *oh);
arch/arm/mach-omap2/omap_hwmod.c
244
u32 (*xlate_clkctrl)(struct omap_hwmod *oh);
arch/arm/mach-omap2/omap_hwmod.c
2461
static void _setup_postsetup(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
2509
static int _setup(struct omap_hwmod *oh, void *data)
arch/arm/mach-omap2/omap_hwmod.c
255
static struct omap_hwmod *mpu_oh;
arch/arm/mach-omap2/omap_hwmod.c
2561
static int _register(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
2663
static int _omap2xxx_3xxx_wait_target_ready(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
2690
static int _omap4_wait_target_ready(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
270
static int _update_sysc_cache(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
2725
static int _omap2_assert_hardreset(struct omap_hwmod *oh,
arch/arm/mach-omap2/omap_hwmod.c
2743
static int _omap2_deassert_hardreset(struct omap_hwmod *oh,
arch/arm/mach-omap2/omap_hwmod.c
2762
static int _omap2_is_hardreset_asserted(struct omap_hwmod *oh,
arch/arm/mach-omap2/omap_hwmod.c
2781
static int _omap4_assert_hardreset(struct omap_hwmod *oh,
arch/arm/mach-omap2/omap_hwmod.c
2805
static int _omap4_deassert_hardreset(struct omap_hwmod *oh,
arch/arm/mach-omap2/omap_hwmod.c
2834
static int _omap4_is_hardreset_asserted(struct omap_hwmod *oh,
arch/arm/mach-omap2/omap_hwmod.c
2855
static int _omap4_disable_direct_prcm(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
2877
static int _am33xx_deassert_hardreset(struct omap_hwmod *oh,
arch/arm/mach-omap2/omap_hwmod.c
2889
u32 omap_hwmod_read(struct omap_hwmod *oh, u16 reg_offs)
arch/arm/mach-omap2/omap_hwmod.c
2897
void omap_hwmod_write(u32 v, struct omap_hwmod *oh, u16 reg_offs)
arch/arm/mach-omap2/omap_hwmod.c
2914
int omap_hwmod_softreset(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
2944
struct omap_hwmod *omap_hwmod_lookup(const char *name)
arch/arm/mach-omap2/omap_hwmod.c
2946
struct omap_hwmod *oh;
arch/arm/mach-omap2/omap_hwmod.c
295
static void _write_sysconfig(u32 v, struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
2968
int omap_hwmod_for_each(int (*fn)(struct omap_hwmod *oh, void *data),
arch/arm/mach-omap2/omap_hwmod.c
2971
struct omap_hwmod *temp_oh;
arch/arm/mach-omap2/omap_hwmod.c
3033
static void __init _ensure_mpu_hwmod_is_setup(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
3055
struct omap_hwmod *oh;
arch/arm/mach-omap2/omap_hwmod.c
3127
static int omap_hwmod_init_regbits(struct device *dev, struct omap_hwmod *oh,
arch/arm/mach-omap2/omap_hwmod.c
332
static int _set_master_standbymode(struct omap_hwmod *oh, u8 standbymode,
arch/arm/mach-omap2/omap_hwmod.c
3326
struct omap_hwmod *oh,
arch/arm/mach-omap2/omap_hwmod.c
3381
static int omap_hwmod_allocate_module(struct device *dev, struct omap_hwmod *oh,
arch/arm/mach-omap2/omap_hwmod.c
3476
omap_hwmod_init_reset_quirk(struct device *dev, struct omap_hwmod *oh,
arch/arm/mach-omap2/omap_hwmod.c
3495
omap_hwmod_init_reset_quirks(struct device *dev, struct omap_hwmod *oh,
arch/arm/mach-omap2/omap_hwmod.c
3517
struct omap_hwmod *oh;
arch/arm/mach-omap2/omap_hwmod.c
3612
struct omap_hwmod *oh;
arch/arm/mach-omap2/omap_hwmod.c
366
static int _set_slave_idlemode(struct omap_hwmod *oh, u8 idlemode, u32 *v)
arch/arm/mach-omap2/omap_hwmod.c
3669
int omap_hwmod_enable(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
3691
int omap_hwmod_idle(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
3714
int omap_hwmod_shutdown(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
3742
void __iomem *omap_hwmod_get_mpu_rt_va(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
3773
int omap_hwmod_assert_hardreset(struct omap_hwmod *oh, const char *name)
arch/arm/mach-omap2/omap_hwmod.c
3800
int omap_hwmod_deassert_hardreset(struct omap_hwmod *oh, const char *name)
arch/arm/mach-omap2/omap_hwmod.c
3828
int (*fn)(struct omap_hwmod *oh,
arch/arm/mach-omap2/omap_hwmod.c
3832
struct omap_hwmod *temp_oh;
arch/arm/mach-omap2/omap_hwmod.c
3869
int omap_hwmod_set_postsetup_state(struct omap_hwmod *oh, u8 state)
arch/arm/mach-omap2/omap_hwmod.c
400
static int _set_clockactivity(struct omap_hwmod *oh, u8 clockact, u32 *v)
arch/arm/mach-omap2/omap_hwmod.c
431
static int _set_softreset(struct omap_hwmod *oh, u32 *v)
arch/arm/mach-omap2/omap_hwmod.c
459
static int _clear_softreset(struct omap_hwmod *oh, u32 *v)
arch/arm/mach-omap2/omap_hwmod.c
491
static int _wait_softreset_complete(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
525
static int _set_dmadisable(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
569
static int _set_module_autoidle(struct omap_hwmod *oh, u8 autoidle,
arch/arm/mach-omap2/omap_hwmod.c
600
static int _enable_wakeup(struct omap_hwmod *oh, u32 *v)
arch/arm/mach-omap2/omap_hwmod.c
626
static struct clockdomain *_get_clkdm(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
657
static int _add_initiator_dep(struct omap_hwmod *oh, struct omap_hwmod *init_oh)
arch/arm/mach-omap2/omap_hwmod.c
686
static int _del_initiator_dep(struct omap_hwmod *oh, struct omap_hwmod *init_oh)
arch/arm/mach-omap2/omap_hwmod.c
761
static u32 _omap4_xlate_clkctrl(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
771
static struct clk *_lookup_clkctrl_clk(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
821
static int _init_main_clk(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
870
static int _init_interface_clks(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
909
static int _init_opt_clks(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
939
static void _enable_optional_clocks(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
954
static void _disable_optional_clocks(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.c
976
static int _enable_clocks(struct omap_hwmod *oh)
arch/arm/mach-omap2/omap_hwmod.h
240
struct omap_hwmod *master;
arch/arm/mach-omap2/omap_hwmod.h
241
struct omap_hwmod *slave;
arch/arm/mach-omap2/omap_hwmod.h
526
int (*pre_shutdown)(struct omap_hwmod *oh);
arch/arm/mach-omap2/omap_hwmod.h
527
int (*reset)(struct omap_hwmod *oh);
arch/arm/mach-omap2/omap_hwmod.h
528
void (*lock)(struct omap_hwmod *oh);
arch/arm/mach-omap2/omap_hwmod.h
529
void (*unlock)(struct omap_hwmod *oh);
arch/arm/mach-omap2/omap_hwmod.h
607
struct omap_hwmod *parent_hwmod;
arch/arm/mach-omap2/omap_hwmod.h
614
struct omap_hwmod *omap_hwmod_lookup(const char *name);
arch/arm/mach-omap2/omap_hwmod.h
615
int omap_hwmod_for_each(int (*fn)(struct omap_hwmod *oh, void *data),
arch/arm/mach-omap2/omap_hwmod.h
618
int omap_hwmod_parse_module_range(struct omap_hwmod *oh,
arch/arm/mach-omap2/omap_hwmod.h
629
int omap_hwmod_enable(struct omap_hwmod *oh);
arch/arm/mach-omap2/omap_hwmod.h
630
int omap_hwmod_idle(struct omap_hwmod *oh);
arch/arm/mach-omap2/omap_hwmod.h
631
int omap_hwmod_shutdown(struct omap_hwmod *oh);
arch/arm/mach-omap2/omap_hwmod.h
633
int omap_hwmod_assert_hardreset(struct omap_hwmod *oh, const char *name);
arch/arm/mach-omap2/omap_hwmod.h
634
int omap_hwmod_deassert_hardreset(struct omap_hwmod *oh, const char *name);
arch/arm/mach-omap2/omap_hwmod.h
636
void omap_hwmod_write(u32 v, struct omap_hwmod *oh, u16 reg_offs);
arch/arm/mach-omap2/omap_hwmod.h
637
u32 omap_hwmod_read(struct omap_hwmod *oh, u16 reg_offs);
arch/arm/mach-omap2/omap_hwmod.h
638
int omap_hwmod_softreset(struct omap_hwmod *oh);
arch/arm/mach-omap2/omap_hwmod.h
640
void __iomem *omap_hwmod_get_mpu_rt_va(struct omap_hwmod *oh);
arch/arm/mach-omap2/omap_hwmod.h
643
int (*fn)(struct omap_hwmod *oh,
arch/arm/mach-omap2/omap_hwmod.h
647
int omap_hwmod_set_postsetup_state(struct omap_hwmod *oh, u8 state);
arch/arm/mach-omap2/omap_hwmod.h
655
int (*fn)(struct omap_hwmod *oh, void *user),
arch/arm/mach-omap2/omap_hwmod_2420_data.c
113
static struct omap_hwmod omap2420_i2c2_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2420_data.c
128
static struct omap_hwmod omap2420_mailbox_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2420_data.c
156
static struct omap_hwmod omap2420_mcbsp1_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2420_data.c
172
static struct omap_hwmod omap2420_mcbsp2_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2420_data.c
202
static struct omap_hwmod omap2420_msdi1_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2420_data.c
217
static struct omap_hwmod omap2420_hdq1w_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2420_data.c
49
static struct omap_hwmod omap2420_iva_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2420_data.c
68
static struct omap_hwmod omap2420_dsp_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2420_data.c
93
static struct omap_hwmod omap2420_i2c1_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2430_data.c
109
static struct omap_hwmod omap2430_gpio5_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2430_data.c
124
static struct omap_hwmod omap2430_mailbox_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2430_data.c
138
static struct omap_hwmod omap2430_mcspi3_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2430_data.c
170
static struct omap_hwmod omap2430_usbhsotg_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2430_data.c
213
static struct omap_hwmod omap2430_mcbsp1_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2430_data.c
229
static struct omap_hwmod omap2430_mcbsp2_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2430_data.c
245
static struct omap_hwmod omap2430_mcbsp3_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2430_data.c
261
static struct omap_hwmod omap2430_mcbsp4_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2430_data.c
277
static struct omap_hwmod omap2430_mcbsp5_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2430_data.c
318
static struct omap_hwmod omap2430_mmc1_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2430_data.c
340
static struct omap_hwmod omap2430_mmc2_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2430_data.c
357
static struct omap_hwmod omap2430_hdq1w_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2430_data.c
45
static struct omap_hwmod omap2430_iva_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2430_data.c
71
static struct omap_hwmod omap2430_i2c1_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2430_data.c
94
static struct omap_hwmod omap2430_i2c2_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
165
struct omap_hwmod omap2xxx_l3_main_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
172
struct omap_hwmod omap2xxx_l4_core_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
179
struct omap_hwmod omap2xxx_l4_wkup_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
186
struct omap_hwmod omap2xxx_mpu_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
193
struct omap_hwmod omap2xxx_timer3_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
208
struct omap_hwmod omap2xxx_timer4_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
223
struct omap_hwmod omap2xxx_timer5_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
238
struct omap_hwmod omap2xxx_timer6_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
253
struct omap_hwmod omap2xxx_timer7_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
268
struct omap_hwmod omap2xxx_timer8_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
283
struct omap_hwmod omap2xxx_timer9_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
298
struct omap_hwmod omap2xxx_timer10_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
313
struct omap_hwmod omap2xxx_timer11_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
328
struct omap_hwmod omap2xxx_timer12_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
343
struct omap_hwmod omap2xxx_wd_timer2_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
358
struct omap_hwmod omap2xxx_uart1_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
374
struct omap_hwmod omap2xxx_uart2_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
390
struct omap_hwmod omap2xxx_uart3_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
415
struct omap_hwmod omap2xxx_dss_core_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
430
struct omap_hwmod omap2xxx_dss_dispc_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
448
struct omap_hwmod omap2xxx_dss_rfbi_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
462
struct omap_hwmod omap2xxx_dss_venc_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
475
struct omap_hwmod omap2xxx_gpio1_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
490
struct omap_hwmod omap2xxx_gpio2_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
505
struct omap_hwmod omap2xxx_gpio3_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
520
struct omap_hwmod omap2xxx_gpio4_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
535
struct omap_hwmod omap2xxx_mcspi1_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
549
struct omap_hwmod omap2xxx_mcspi2_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
563
struct omap_hwmod omap2xxx_gpmc_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
592
struct omap_hwmod omap2xxx_rng_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
628
struct omap_hwmod omap2xxx_sham_hwmod = {
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
657
struct omap_hwmod omap2xxx_aes_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
1011
static struct omap_hwmod omap36xx_sr2_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
1046
static struct omap_hwmod omap3xxx_mailbox_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
1082
static struct omap_hwmod omap34xx_mcspi1 = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
1096
static struct omap_hwmod omap34xx_mcspi2 = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
1110
static struct omap_hwmod omap34xx_mcspi3 = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
1124
static struct omap_hwmod omap34xx_mcspi4 = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
1172
static struct omap_hwmod omap3xxx_pre_es3_mmc1_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
1188
static struct omap_hwmod omap3xxx_es3plus_mmc1_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
1217
static struct omap_hwmod omap3xxx_pre_es3_mmc2_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
123
static struct omap_hwmod omap3xxx_debugss_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
1233
static struct omap_hwmod omap3xxx_es3plus_mmc2_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
1256
static struct omap_hwmod omap3xxx_mmc3_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
1295
static struct omap_hwmod omap3xxx_usb_host_hs_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
1370
static struct omap_hwmod omap3xxx_usb_tll_hs_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
1384
static struct omap_hwmod omap3xxx_hdq1w_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
1407
static struct omap_hwmod omap3xxx_sad2d_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
1442
static struct omap_hwmod omap3xxx_gpmc_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
150
static struct omap_hwmod omap3xxx_timer3_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
165
static struct omap_hwmod omap3xxx_timer4_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
180
static struct omap_hwmod omap3xxx_timer5_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
1923
static struct omap_hwmod omap3xxx_mmu_isp_hwmod;
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
1932
static struct omap_hwmod omap3xxx_mmu_isp_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
1941
static struct omap_hwmod omap3xxx_mmu_iva_hwmod;
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
195
static struct omap_hwmod omap3xxx_timer6_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
1954
static struct omap_hwmod omap3xxx_mmu_iva_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
210
static struct omap_hwmod omap3xxx_timer7_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
2134
static struct omap_hwmod am35xx_mdio_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
2169
static struct omap_hwmod am35xx_emac_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
2230
static struct omap_hwmod omap3xxx_sham_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
225
static struct omap_hwmod omap3xxx_timer8_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
2271
static struct omap_hwmod omap3xxx_ssi_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
240
static struct omap_hwmod omap3xxx_timer9_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
255
static struct omap_hwmod omap3xxx_timer10_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
270
static struct omap_hwmod omap3xxx_timer11_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
321
static struct omap_hwmod omap3xxx_wd_timer2_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
340
static struct omap_hwmod omap3xxx_uart1_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
355
static struct omap_hwmod omap3xxx_uart2_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
370
static struct omap_hwmod omap3xxx_uart3_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
388
static struct omap_hwmod omap36xx_uart4_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
418
static struct omap_hwmod am35xx_uart4_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
452
static struct omap_hwmod omap3430es1_dss_core_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
467
static struct omap_hwmod omap3xxx_dss_core_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
48
static struct omap_hwmod omap3xxx_l3_main_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
505
static struct omap_hwmod omap3xxx_dss_dispc_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
544
static struct omap_hwmod omap3xxx_dss_dsi1_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
55
static struct omap_hwmod omap3xxx_l4_core_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
562
static struct omap_hwmod omap3xxx_dss_rfbi_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
581
static struct omap_hwmod omap3xxx_dss_venc_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
596
static struct omap_hwmod omap3xxx_i2c1_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
611
static struct omap_hwmod omap3xxx_i2c2_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
62
static struct omap_hwmod omap3xxx_l4_per_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
626
static struct omap_hwmod omap3xxx_i2c3_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
666
static struct omap_hwmod omap3xxx_gpio1_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
687
static struct omap_hwmod omap3xxx_gpio2_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
69
static struct omap_hwmod omap3xxx_l4_wkup_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
708
static struct omap_hwmod omap3xxx_gpio3_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
729
static struct omap_hwmod omap3xxx_gpio4_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
751
static struct omap_hwmod omap3xxx_gpio5_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
76
static struct omap_hwmod omap3xxx_l4_sec_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
773
static struct omap_hwmod omap3xxx_gpio6_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
820
static struct omap_hwmod omap3xxx_mcbsp1_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
836
static struct omap_hwmod omap3xxx_mcbsp2_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
84
static struct omap_hwmod omap3xxx_mpu_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
852
static struct omap_hwmod omap3xxx_mcbsp3_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
868
static struct omap_hwmod omap3xxx_mcbsp4_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
884
static struct omap_hwmod omap3xxx_mcbsp5_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
913
static struct omap_hwmod omap3xxx_mcbsp2_sidetone_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
921
static struct omap_hwmod omap3xxx_mcbsp3_sidetone_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
961
static struct omap_hwmod omap34xx_sr1_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
97
static struct omap_hwmod omap3xxx_iva_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
976
static struct omap_hwmod omap36xx_sr1_hwmod = {
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
996
static struct omap_hwmod omap34xx_sr2_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
102
static struct omap_hwmod dm81xx_alwon_l3_slow_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
1032
static struct omap_hwmod dm81xx_mcspi1_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
1045
static struct omap_hwmod dm81xx_mcspi2_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
1058
static struct omap_hwmod dm81xx_mcspi3_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
1071
static struct omap_hwmod dm81xx_mcspi4_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
109
static struct omap_hwmod dm81xx_default_l3_slow_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
1127
static struct omap_hwmod dm81xx_mailbox_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
116
static struct omap_hwmod dm81xx_alwon_l3_med_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
1162
static struct omap_hwmod dm81xx_spinbox_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
127
static struct omap_hwmod dm81xx_l4_ls_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
139
static struct omap_hwmod dm81xx_l4_hs_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
161
static struct omap_hwmod dm814x_mpu_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
188
static struct omap_hwmod dm816x_mpu_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
230
static struct omap_hwmod ti81xx_rtc_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
269
static struct omap_hwmod dm81xx_uart1_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
290
static struct omap_hwmod dm81xx_uart2_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
311
static struct omap_hwmod dm81xx_uart3_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
348
static struct omap_hwmod dm81xx_wd_timer_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
386
static struct omap_hwmod dm81xx_i2c1_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
406
static struct omap_hwmod dm81xx_i2c2_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
442
static struct omap_hwmod dm81xx_elm_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
477
static struct omap_hwmod dm81xx_gpio1_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
503
static struct omap_hwmod dm81xx_gpio2_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
529
static struct omap_hwmod dm81xx_gpio3_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
555
static struct omap_hwmod dm81xx_gpio4_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
592
static struct omap_hwmod dm81xx_gpmc_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
629
static struct omap_hwmod dm814x_usbss_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
649
static struct omap_hwmod dm816x_usbss_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
684
static struct omap_hwmod dm816x_timer3_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
704
static struct omap_hwmod dm816x_timer4_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
724
static struct omap_hwmod dm816x_timer5_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
744
static struct omap_hwmod dm816x_timer6_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
764
static struct omap_hwmod dm816x_timer7_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
801
static struct omap_hwmod dm816x_emac0_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
820
static struct omap_hwmod dm81xx_emac0_mdio_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
844
static struct omap_hwmod dm816x_emac1_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
878
static struct omap_hwmod dm81xx_sata_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
921
static struct omap_hwmod dm814x_mmc1_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
945
static struct omap_hwmod dm814x_mmc2_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
969
static struct omap_hwmod dm814x_mmc3_hwmod = {
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
992
static struct omap_hwmod dm816x_mmc1_hwmod = {
arch/arm/mach-omap2/omap_hwmod_common_data.h
19
extern struct omap_hwmod omap2xxx_l3_main_hwmod;
arch/arm/mach-omap2/omap_hwmod_common_data.h
20
extern struct omap_hwmod omap2xxx_l4_core_hwmod;
arch/arm/mach-omap2/omap_hwmod_common_data.h
21
extern struct omap_hwmod omap2xxx_l4_wkup_hwmod;
arch/arm/mach-omap2/omap_hwmod_common_data.h
22
extern struct omap_hwmod omap2xxx_mpu_hwmod;
arch/arm/mach-omap2/omap_hwmod_common_data.h
23
extern struct omap_hwmod omap2xxx_timer3_hwmod;
arch/arm/mach-omap2/omap_hwmod_common_data.h
24
extern struct omap_hwmod omap2xxx_timer4_hwmod;
arch/arm/mach-omap2/omap_hwmod_common_data.h
25
extern struct omap_hwmod omap2xxx_timer5_hwmod;
arch/arm/mach-omap2/omap_hwmod_common_data.h
26
extern struct omap_hwmod omap2xxx_timer6_hwmod;
arch/arm/mach-omap2/omap_hwmod_common_data.h
27
extern struct omap_hwmod omap2xxx_timer7_hwmod;
arch/arm/mach-omap2/omap_hwmod_common_data.h
28
extern struct omap_hwmod omap2xxx_timer8_hwmod;
arch/arm/mach-omap2/omap_hwmod_common_data.h
29
extern struct omap_hwmod omap2xxx_timer9_hwmod;
arch/arm/mach-omap2/omap_hwmod_common_data.h
30
extern struct omap_hwmod omap2xxx_timer10_hwmod;
arch/arm/mach-omap2/omap_hwmod_common_data.h
31
extern struct omap_hwmod omap2xxx_timer11_hwmod;
arch/arm/mach-omap2/omap_hwmod_common_data.h
32
extern struct omap_hwmod omap2xxx_timer12_hwmod;
arch/arm/mach-omap2/omap_hwmod_common_data.h
33
extern struct omap_hwmod omap2xxx_wd_timer2_hwmod;
arch/arm/mach-omap2/omap_hwmod_common_data.h
34
extern struct omap_hwmod omap2xxx_uart1_hwmod;
arch/arm/mach-omap2/omap_hwmod_common_data.h
35
extern struct omap_hwmod omap2xxx_uart2_hwmod;
arch/arm/mach-omap2/omap_hwmod_common_data.h
36
extern struct omap_hwmod omap2xxx_uart3_hwmod;
arch/arm/mach-omap2/omap_hwmod_common_data.h
37
extern struct omap_hwmod omap2xxx_dss_core_hwmod;
arch/arm/mach-omap2/omap_hwmod_common_data.h
38
extern struct omap_hwmod omap2xxx_dss_dispc_hwmod;
arch/arm/mach-omap2/omap_hwmod_common_data.h
39
extern struct omap_hwmod omap2xxx_dss_rfbi_hwmod;
arch/arm/mach-omap2/omap_hwmod_common_data.h
40
extern struct omap_hwmod omap2xxx_dss_venc_hwmod;
arch/arm/mach-omap2/omap_hwmod_common_data.h
41
extern struct omap_hwmod omap2xxx_gpio1_hwmod;
arch/arm/mach-omap2/omap_hwmod_common_data.h
42
extern struct omap_hwmod omap2xxx_gpio2_hwmod;
arch/arm/mach-omap2/omap_hwmod_common_data.h
43
extern struct omap_hwmod omap2xxx_gpio3_hwmod;
arch/arm/mach-omap2/omap_hwmod_common_data.h
44
extern struct omap_hwmod omap2xxx_gpio4_hwmod;
arch/arm/mach-omap2/omap_hwmod_common_data.h
45
extern struct omap_hwmod omap2xxx_mcspi1_hwmod;
arch/arm/mach-omap2/omap_hwmod_common_data.h
46
extern struct omap_hwmod omap2xxx_mcspi2_hwmod;
arch/arm/mach-omap2/omap_hwmod_common_data.h
47
extern struct omap_hwmod omap2xxx_gpmc_hwmod;
arch/arm/mach-omap2/omap_hwmod_common_data.h
48
extern struct omap_hwmod omap2xxx_rng_hwmod;
arch/arm/mach-omap2/omap_hwmod_common_data.h
49
extern struct omap_hwmod omap2xxx_sham_hwmod;
arch/arm/mach-omap2/omap_hwmod_common_data.h
50
extern struct omap_hwmod omap2xxx_aes_hwmod;
arch/arm/mach-omap2/sr_device.c
152
static int __init sr_dev_init(struct omap_hwmod *oh, void *user)
arch/arm/mach-omap2/sr_device.c
166
static int __init sr_dev_init(struct omap_hwmod *oh, void *user)
arch/arm/mach-omap2/wd_timer.c
31
int omap2_wd_timer_disable(struct omap_hwmod *oh)
arch/arm/mach-omap2/wd_timer.c
77
int omap2_wd_timer_reset(struct omap_hwmod *oh)
arch/arm/mach-omap2/wd_timer.h
11
extern int omap2_wd_timer_disable(struct omap_hwmod *oh);
arch/arm/mach-omap2/wd_timer.h
12
extern int omap2_wd_timer_reset(struct omap_hwmod *oh);