Lines Matching defs:clkdm

48 	struct clockdomain *clkdm, *temp_clkdm;  in _clkdm_lookup()  local
73 static int _clkdm_register(struct clockdomain *clkdm) in _clkdm_register()
102 static struct clkdm_dep *_clkdm_deps_lookup(struct clockdomain *clkdm, in _clkdm_deps_lookup()
142 struct clockdomain *clkdm; in _autodep_lookup() local
165 static void _resolve_clkdm_deps(struct clockdomain *clkdm, in _resolve_clkdm_deps()
479 struct clockdomain *clkdm; in clkdm_complete_init() local
513 struct clockdomain *clkdm, *temp_clkdm; in clkdm_lookup() local
544 int clkdm_for_each(int (*fn)(struct clockdomain *clkdm, void *user), in clkdm_for_each()
547 struct clockdomain *clkdm; in clkdm_for_each() local
570 struct powerdomain *clkdm_get_pwrdm(struct clockdomain *clkdm) in clkdm_get_pwrdm()
690 int clkdm_clear_all_wkdeps(struct clockdomain *clkdm) in clkdm_clear_all_wkdeps()
814 int clkdm_clear_all_sleepdeps(struct clockdomain *clkdm) in clkdm_clear_all_sleepdeps()
834 int clkdm_sleep_nolock(struct clockdomain *clkdm) in clkdm_sleep_nolock()
868 int clkdm_sleep(struct clockdomain *clkdm) in clkdm_sleep()
888 int clkdm_wakeup_nolock(struct clockdomain *clkdm) in clkdm_wakeup_nolock()
922 int clkdm_wakeup(struct clockdomain *clkdm) in clkdm_wakeup()
944 void clkdm_allow_idle_nolock(struct clockdomain *clkdm) in clkdm_allow_idle_nolock()
985 void clkdm_allow_idle(struct clockdomain *clkdm) in clkdm_allow_idle()
1002 void clkdm_deny_idle_nolock(struct clockdomain *clkdm) in clkdm_deny_idle_nolock()
1039 void clkdm_deny_idle(struct clockdomain *clkdm) in clkdm_deny_idle()
1057 bool clkdm_in_hwsup(struct clockdomain *clkdm) in clkdm_in_hwsup()
1078 bool clkdm_missing_idle_reporting(struct clockdomain *clkdm) in clkdm_missing_idle_reporting()
1099 void clkdm_add_autodeps(struct clockdomain *clkdm) in clkdm_add_autodeps()
1129 void clkdm_del_autodeps(struct clockdomain *clkdm) in clkdm_del_autodeps()
1164 int clkdm_clk_enable(struct clockdomain *clkdm, struct clk *unused) in clkdm_clk_enable()
1204 int clkdm_clk_disable(struct clockdomain *clkdm, struct clk *clk) in clkdm_clk_disable()
1253 int clkdm_hwmod_enable(struct clockdomain *clkdm, struct omap_hwmod *oh) in clkdm_hwmod_enable()
1284 int clkdm_hwmod_disable(struct clockdomain *clkdm, struct omap_hwmod *oh) in clkdm_hwmod_disable()
1302 static int _clkdm_save_context(struct clockdomain *clkdm, void *unused) in _clkdm_save_context()
1315 static int _clkdm_restore_context(struct clockdomain *clkdm, void *unused) in _clkdm_restore_context()