Searched defs:clkdm (Results 1 – 11 of 11) sorted by relevance
/linux-3.4.99/arch/arm/mach-omap2/ |
D | clockdomain.c | 45 struct clockdomain *clkdm, *temp_clkdm; in _clkdm_lookup() local 70 static int _clkdm_register(struct clockdomain *clkdm) in _clkdm_register() 101 static struct clkdm_dep *_clkdm_deps_lookup(struct clockdomain *clkdm, in _clkdm_deps_lookup() 141 struct clockdomain *clkdm; in _autodep_lookup() local 166 void _clkdm_add_autodeps(struct clockdomain *clkdm) in _clkdm_add_autodeps() 197 void _clkdm_del_autodeps(struct clockdomain *clkdm) in _clkdm_del_autodeps() 226 static void _resolve_clkdm_deps(struct clockdomain *clkdm, in _resolve_clkdm_deps() 346 struct clockdomain *clkdm; in clkdm_complete_init() local 376 struct clockdomain *clkdm, *temp_clkdm; in clkdm_lookup() local 407 int clkdm_for_each(int (*fn)(struct clockdomain *clkdm, void *user), in clkdm_for_each() [all …]
|
D | clockdomain2xxx_3xxx.c | 49 static int omap2_clkdm_clear_all_wkdeps(struct clockdomain *clkdm) in omap2_clkdm_clear_all_wkdeps() 93 static int omap3_clkdm_clear_all_sleepdeps(struct clockdomain *clkdm) in omap3_clkdm_clear_all_sleepdeps() 111 static int omap2_clkdm_sleep(struct clockdomain *clkdm) in omap2_clkdm_sleep() 119 static int omap2_clkdm_wakeup(struct clockdomain *clkdm) in omap2_clkdm_wakeup() 127 static void omap2_clkdm_allow_idle(struct clockdomain *clkdm) in omap2_clkdm_allow_idle() 136 static void omap2_clkdm_deny_idle(struct clockdomain *clkdm) in omap2_clkdm_deny_idle() 145 static void _enable_hwsup(struct clockdomain *clkdm) in _enable_hwsup() 155 static void _disable_hwsup(struct clockdomain *clkdm) in _disable_hwsup() 166 static int omap2_clkdm_clk_enable(struct clockdomain *clkdm) in omap2_clkdm_clk_enable() 189 static int omap2_clkdm_clk_disable(struct clockdomain *clkdm) in omap2_clkdm_clk_disable() [all …]
|
D | clockdomain44xx.c | 49 static int omap4_clkdm_clear_all_wkup_sleep_deps(struct clockdomain *clkdm) in omap4_clkdm_clear_all_wkup_sleep_deps() 68 static int omap4_clkdm_sleep(struct clockdomain *clkdm) in omap4_clkdm_sleep() 75 static int omap4_clkdm_wakeup(struct clockdomain *clkdm) in omap4_clkdm_wakeup() 82 static void omap4_clkdm_allow_idle(struct clockdomain *clkdm) in omap4_clkdm_allow_idle() 88 static void omap4_clkdm_deny_idle(struct clockdomain *clkdm) in omap4_clkdm_deny_idle() 94 static int omap4_clkdm_clk_enable(struct clockdomain *clkdm) in omap4_clkdm_clk_enable() 102 static int omap4_clkdm_clk_disable(struct clockdomain *clkdm) in omap4_clkdm_clk_disable()
|
D | powerdomain.c | 334 int pwrdm_add_clkdm(struct powerdomain *pwrdm, struct clockdomain *clkdm) in pwrdm_add_clkdm() 382 int pwrdm_del_clkdm(struct powerdomain *pwrdm, struct clockdomain *clkdm) in pwrdm_del_clkdm() 426 struct clockdomain *clkdm)) in pwrdm_for_each_clkdm() 984 int pwrdm_clkdm_state_switch(struct clockdomain *clkdm) in pwrdm_clkdm_state_switch()
|
D | cpuidle34xx.c | 77 struct clockdomain *clkdm) in _cpuidle_allow_idle() 84 struct clockdomain *clkdm) in _cpuidle_deny_idle()
|
D | clockdomain.h | 61 } clkdm; member 78 struct clockdomain *clkdm; member
|
D | pm.c | 81 int __init omap_pm_clkdms_setup(struct clockdomain *clkdm, void *unused) in omap_pm_clkdms_setup()
|
D | pm-debug.c | 78 static int clkdm_dbg_show_counter(struct clockdomain *clkdm, void *user) in clkdm_dbg_show_counter()
|
D | clock.c | 94 struct clockdomain *clkdm; in omap2_init_clk_clkdm() local
|
/linux-3.4.99/arch/arm/plat-omap/include/plat/ |
D | clock.h | 265 struct clockdomain *clkdm; member
|
D | omap_hwmod.h | 531 struct clockdomain *clkdm; member
|