Lines Matching defs:clkdm
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()
410 struct clockdomain *clkdm; in clkdm_for_each() local
433 struct powerdomain *clkdm_get_pwrdm(struct clockdomain *clkdm) in clkdm_get_pwrdm()
577 int clkdm_clear_all_wkdeps(struct clockdomain *clkdm) in clkdm_clear_all_wkdeps()
729 int clkdm_clear_all_sleepdeps(struct clockdomain *clkdm) in clkdm_clear_all_sleepdeps()
749 int clkdm_sleep(struct clockdomain *clkdm) in clkdm_sleep()
784 int clkdm_wakeup(struct clockdomain *clkdm) in clkdm_wakeup()
821 void clkdm_allow_idle(struct clockdomain *clkdm) in clkdm_allow_idle()
856 void clkdm_deny_idle(struct clockdomain *clkdm) in clkdm_deny_idle()
893 bool clkdm_in_hwsup(struct clockdomain *clkdm) in clkdm_in_hwsup()
910 static int _clkdm_clk_hwmod_enable(struct clockdomain *clkdm) in _clkdm_clk_hwmod_enable()
936 static int _clkdm_clk_hwmod_disable(struct clockdomain *clkdm) in _clkdm_clk_hwmod_disable()
975 int clkdm_clk_enable(struct clockdomain *clkdm, struct clk *clk) in clkdm_clk_enable()
1001 int clkdm_clk_disable(struct clockdomain *clkdm, struct clk *clk) in clkdm_clk_disable()
1029 int clkdm_hwmod_enable(struct clockdomain *clkdm, struct omap_hwmod *oh) in clkdm_hwmod_enable()
1060 int clkdm_hwmod_disable(struct clockdomain *clkdm, struct omap_hwmod *oh) in clkdm_hwmod_disable()