Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clk/
Dclk.c218 static bool clk_core_is_enabled(struct clk_core *core) in clk_core_is_enabled() function
517 return clk_core_is_enabled(hw->core); in clk_hw_is_enabled()
526 return clk_core_is_enabled(clk->core); in __clk_is_enabled()
1354 if (clk_core_is_enabled(core)) { in clk_disable_unused_subtree()
3131 seq_printf(s, " %9c\n", clk_core_is_enabled(c) ? 'Y' : 'N'); in clk_summary_show_one()