Searched refs:clk_core_is_enabled (Results 1 – 1 of 1) sorted by relevance
44 static bool clk_core_is_enabled(struct clk_core *clk);532 if (clk_core_is_enabled(clk)) { in clk_disable_unused_subtree()717 static bool clk_core_is_enabled(struct clk_core *clk) in clk_core_is_enabled() function743 return clk_core_is_enabled(clk->core); in __clk_is_enabled()