Searched refs:__clk_notify (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/clk/ |
D | clk.c | 1481 static int __clk_notify(struct clk_core *core, unsigned long msg, in __clk_notify() function 1609 __clk_notify(core, msg, old_rate, core->rate); in __clk_recalc_rates() 1870 ret = __clk_notify(core, PRE_RATE_CHANGE, core->rate, new_rate); in __clk_speculate_rates() 2008 ret = __clk_notify(core, event, core->rate, core->new_rate); in clk_propagate_rate_change() 2110 __clk_notify(core, POST_RATE_CHANGE, old_rate, core->rate); in clk_change_rate()
|