Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/clk/
Dclk.c1874 static unsigned long clk_core_get_rate_recalc(struct clk_core *core) in clk_core_get_rate_recalc() function
1899 rate = clk_core_get_rate_recalc(clk->core); in clk_get_rate()
2594 rate = clk_core_get_rate_recalc(clk->core); in clk_set_rate_range_nolock()
3196 clk_core_get_rate_recalc(c), in clk_summary_show_one()
3261 seq_printf(s, "\"rate\": %lu,", clk_core_get_rate_recalc(c)); in clk_dump_one()
3366 *val = clk_core_get_rate_recalc(core); in clk_rate_get()