Searched defs:clkdm (Results 1 – 11 of 11) sorted by relevance
/linux-2.6.39/arch/arm/mach-omap2/ |
D | clockdomain.c | 44 struct clockdomain *clkdm, *temp_clkdm; in _clkdm_lookup() local 69 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() 144 struct clockdomain *clkdm; in _autodep_lookup() local 172 void _clkdm_add_autodeps(struct clockdomain *clkdm) in _clkdm_add_autodeps() 206 void _clkdm_del_autodeps(struct clockdomain *clkdm) in _clkdm_del_autodeps() 238 static void _resolve_clkdm_deps(struct clockdomain *clkdm, in _resolve_clkdm_deps() 274 struct clockdomain *clkdm; in clkdm_init() local 318 struct clockdomain *clkdm, *temp_clkdm; in clkdm_lookup() local 349 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() 95 static int omap3_clkdm_clear_all_sleepdeps(struct clockdomain *clkdm) in omap3_clkdm_clear_all_sleepdeps() 115 static int omap2_clkdm_sleep(struct clockdomain *clkdm) in omap2_clkdm_sleep() 123 static int omap2_clkdm_wakeup(struct clockdomain *clkdm) in omap2_clkdm_wakeup() 131 static void omap2_clkdm_allow_idle(struct clockdomain *clkdm) in omap2_clkdm_allow_idle() 140 static void omap2_clkdm_deny_idle(struct clockdomain *clkdm) in omap2_clkdm_deny_idle() 149 static void _enable_hwsup(struct clockdomain *clkdm) in _enable_hwsup() 159 static void _disable_hwsup(struct clockdomain *clkdm) in _disable_hwsup() 170 static int omap2_clkdm_clk_enable(struct clockdomain *clkdm) in omap2_clkdm_clk_enable() 192 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() 70 static int omap4_clkdm_sleep(struct clockdomain *clkdm) in omap4_clkdm_sleep() 77 static int omap4_clkdm_wakeup(struct clockdomain *clkdm) in omap4_clkdm_wakeup() 84 static void omap4_clkdm_allow_idle(struct clockdomain *clkdm) in omap4_clkdm_allow_idle() 90 static void omap4_clkdm_deny_idle(struct clockdomain *clkdm) in omap4_clkdm_deny_idle() 96 static int omap4_clkdm_clk_enable(struct clockdomain *clkdm) in omap4_clkdm_clk_enable() 109 static int omap4_clkdm_clk_disable(struct clockdomain *clkdm) in omap4_clkdm_clk_disable()
|
D | powerdomain.c | 279 int pwrdm_add_clkdm(struct powerdomain *pwrdm, struct clockdomain *clkdm) in pwrdm_add_clkdm() 327 int pwrdm_del_clkdm(struct powerdomain *pwrdm, struct clockdomain *clkdm) in pwrdm_del_clkdm() 371 struct clockdomain *clkdm)) in pwrdm_for_each_clkdm() 911 int pwrdm_clkdm_state_switch(struct clockdomain *clkdm) in pwrdm_clkdm_state_switch()
|
D | clockdomain.h | 60 } clkdm; member 79 struct clockdomain *clkdm; member
|
D | cpuidle34xx.c | 101 struct clockdomain *clkdm) in _cpuidle_allow_idle() 108 struct clockdomain *clkdm) in _cpuidle_deny_idle()
|
D | clock.c | 86 struct clockdomain *clkdm; in omap2_init_clk_clkdm() local
|
D | pm24xx.c | 364 static int __init clkdms_setup(struct clockdomain *clkdm, void *unused) in clkdms_setup()
|
D | pm-debug.c | 375 static int clkdm_dbg_show_counter(struct clockdomain *clkdm, void *user) in clkdm_dbg_show_counter()
|
D | pm34xx.c | 857 static int __init clkdms_setup(struct clockdomain *clkdm, void *unused) in clkdms_setup()
|
/linux-2.6.39/arch/arm/plat-omap/include/plat/ |
D | clock.h | 263 struct clockdomain *clkdm; member
|