Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/clk/
H A Dclk.c575 static unsigned long clk_core_get_rate_nolock(struct clk_core *core) in clk_core_get_rate_nolock() function
593 return clk_core_get_rate_nolock(hw->core); in clk_hw_get_rate()
667 best = clk_core_get_rate_nolock(parent); in clk_mux_determine_rate_flags()
669 best = clk_core_get_rate_nolock(core); in clk_mux_determine_rate_flags()
688 parent_req.rate = clk_core_get_rate_nolock(parent); in clk_mux_determine_rate_flags()
1741 return clk_core_get_rate_nolock(core); in clk_core_get_rate_recalc()
2294 if (rate == clk_core_get_rate_nolock(core)) in clk_core_set_rate_nolock()
2461 rate = clk_core_get_rate_nolock(clk->core); in clk_set_rate_range()
3689 clk_core_get_rate_nolock(parent)); in __clk_core_init()
/kernel/linux/linux-6.6/drivers/clk/
H A Dclk.c481 static unsigned long clk_core_get_rate_nolock(struct clk_core *core) in clk_core_get_rate_nolock() function
499 return clk_core_get_rate_nolock(hw->core); in clk_hw_get_rate()
630 best = clk_core_get_rate_nolock(parent); in clk_core_determine_rate_no_reparent()
632 best = clk_core_get_rate_nolock(core); in clk_core_determine_rate_no_reparent()
677 parent_rate = clk_core_get_rate_nolock(parent); in clk_mux_determine_rate_flags()
1882 return clk_core_get_rate_nolock(core); in clk_core_get_rate_recalc()
2432 if (rate == clk_core_get_rate_nolock(core)) in clk_core_set_rate_nolock()
3892 clk_core_get_rate_nolock(parent)); in __clk_core_init()

Completed in 13 milliseconds