Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/clk/
H A 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()
531 return clk_core_is_enabled(hw->core); in clk_hw_is_enabled()
540 return clk_core_is_enabled(clk->core); in __clk_is_enabled()
1409 if (clk_core_is_enabled(core)) { in clk_disable_unused_subtree()
3211 seq_printf(s, " %9c\n", clk_core_is_enabled(c) ? 'Y' : 'N'); in clk_summary_show_one()
/kernel/linux/linux-5.10/drivers/clk/
H A Dclk.c313 static bool clk_core_is_enabled(struct clk_core *core) in clk_core_is_enabled() function
348 if (!clk_core_is_enabled(core->parent)) { in clk_core_is_enabled()
625 return clk_core_is_enabled(hw->core); in clk_hw_is_enabled()
634 return clk_core_is_enabled(clk->core); in __clk_is_enabled()
1358 if (clk_core_is_enabled(core)) { in clk_disable_unused_subtree()

Completed in 13 milliseconds