Searched refs:__clk_recalc_rates (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk.c | 1699 * __clk_recalc_rates 1710 static void __clk_recalc_rates(struct clk_core *core, unsigned long msg) in __clk_recalc_rates() function 1733 __clk_recalc_rates(child, msg); in __clk_recalc_rates() 1739 __clk_recalc_rates(core, 0); in clk_core_get_rate_recalc() 2568 __clk_recalc_rates(core, POST_RATE_CHANGE); in clk_core_reparent() 2666 __clk_recalc_rates(core, ABORT_RATE_CHANGE); in clk_core_set_parent_nolock() 2668 __clk_recalc_rates(core, POST_RATE_CHANGE); in clk_core_set_parent_nolock() 2697 * __clk_recalc_rates. 3516 __clk_recalc_rates(orphan, 0); in clk_core_reparent_orphans_nolock()
|
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk.c | 1836 * __clk_recalc_rates 1848 static void __clk_recalc_rates(struct clk_core *core, bool update_req, in __clk_recalc_rates() function 1874 __clk_recalc_rates(child, update_req, msg); in __clk_recalc_rates() 1880 __clk_recalc_rates(core, false, 0); in clk_core_get_rate_recalc() 2729 __clk_recalc_rates(core, true, POST_RATE_CHANGE); in clk_core_reparent() 2813 __clk_recalc_rates(core, true, ABORT_RATE_CHANGE); in clk_core_set_parent_nolock() 2815 __clk_recalc_rates(core, true, POST_RATE_CHANGE); in clk_core_set_parent_nolock() 2844 * __clk_recalc_rates. 3715 __clk_recalc_rates(orphan, true, 0); in clk_core_reparent_orphans_nolock()
|
Completed in 15 milliseconds