Home
last modified time | relevance | path

Searched refs:clk_core_is_enabled (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/clk/
Dclk.c218 static bool clk_core_is_enabled(struct clk_core *core) in clk_core_is_enabled() function
253 if (!clk_core_is_enabled(core->parent)) { in clk_core_is_enabled()
528 return clk_core_is_enabled(hw->core); in clk_hw_is_enabled()
537 return clk_core_is_enabled(clk->core); in __clk_is_enabled()
1406 if (clk_core_is_enabled(core)) { in clk_disable_unused_subtree()
3208 seq_printf(s, " %9c\n", clk_core_is_enabled(c) ? 'Y' : 'N'); in clk_summary_show_one()