Searched refs:clk_core_is_enabled (Results 1 – 1 of 1) sorted by relevance
306 static bool clk_core_is_enabled(struct clk_core *core) in clk_core_is_enabled() function341 if (!clk_core_is_enabled(core->parent)) { in clk_core_is_enabled()619 return clk_core_is_enabled(hw->core); in clk_hw_is_enabled()628 return clk_core_is_enabled(clk->core); in __clk_is_enabled()1508 if (clk_core_is_enabled(core)) { in clk_disable_unused_subtree()3320 seq_printf(s, " %5c ", clk_core_is_enabled(c) ? 'Y' : 'N'); in clk_summary_show_one()