Lines Matching defs:clkdm

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()
352 struct clockdomain *clkdm; in clkdm_for_each() local
375 struct powerdomain *clkdm_get_pwrdm(struct clockdomain *clkdm) in clkdm_get_pwrdm()
519 int clkdm_clear_all_wkdeps(struct clockdomain *clkdm) in clkdm_clear_all_wkdeps()
671 int clkdm_clear_all_sleepdeps(struct clockdomain *clkdm) in clkdm_clear_all_sleepdeps()
691 int clkdm_sleep(struct clockdomain *clkdm) in clkdm_sleep()
719 int clkdm_wakeup(struct clockdomain *clkdm) in clkdm_wakeup()
748 void clkdm_allow_idle(struct clockdomain *clkdm) in clkdm_allow_idle()
778 void clkdm_deny_idle(struct clockdomain *clkdm) in clkdm_deny_idle()
815 int clkdm_clk_enable(struct clockdomain *clkdm, struct clk *clk) in clkdm_clk_enable()
857 int clkdm_clk_disable(struct clockdomain *clkdm, struct clk *clk) in clkdm_clk_disable()