Searched refs:clk_propagate_rate_change (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk.c | 2119 static struct clk_core *clk_propagate_rate_change(struct clk_core *core, in clk_propagate_rate_change() function 2138 tmp_clk = clk_propagate_rate_change(child, event); in clk_propagate_rate_change() 2145 tmp_clk = clk_propagate_rate_change(core->new_child, event); in clk_propagate_rate_change() 2311 fail_clk = clk_propagate_rate_change(top, PRE_RATE_CHANGE); in clk_core_set_rate_nolock() 2315 clk_propagate_rate_change(top, ABORT_RATE_CHANGE); in clk_core_set_rate_nolock()
|
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk.c | 2262 static struct clk_core *clk_propagate_rate_change(struct clk_core *core, in clk_propagate_rate_change() function 2281 tmp_clk = clk_propagate_rate_change(child, event); in clk_propagate_rate_change() 2288 tmp_clk = clk_propagate_rate_change(core->new_child, event); in clk_propagate_rate_change() 2449 fail_clk = clk_propagate_rate_change(top, PRE_RATE_CHANGE); in clk_core_set_rate_nolock() 2453 clk_propagate_rate_change(top, ABORT_RATE_CHANGE); in clk_core_set_rate_nolock()
|
Completed in 13 milliseconds