Home
last modified time | relevance | path

Searched defs:clkdm (Results 1 – 11 of 11) sorted by relevance

/linux-2.6.39/arch/arm/mach-omap2/
Dclockdomain.c44 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 …]
Dclockdomain2xxx_3xxx.c49 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 …]
Dclockdomain44xx.c49 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()
Dpowerdomain.c279 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()
Dclockdomain.h60 } clkdm; member
79 struct clockdomain *clkdm; member
Dcpuidle34xx.c101 struct clockdomain *clkdm) in _cpuidle_allow_idle()
108 struct clockdomain *clkdm) in _cpuidle_deny_idle()
Dclock.c86 struct clockdomain *clkdm; in omap2_init_clk_clkdm() local
Dpm24xx.c364 static int __init clkdms_setup(struct clockdomain *clkdm, void *unused) in clkdms_setup()
Dpm-debug.c375 static int clkdm_dbg_show_counter(struct clockdomain *clkdm, void *user) in clkdm_dbg_show_counter()
Dpm34xx.c857 static int __init clkdms_setup(struct clockdomain *clkdm, void *unused) in clkdms_setup()
/linux-2.6.39/arch/arm/plat-omap/include/plat/
Dclock.h263 struct clockdomain *clkdm; member