Searched refs:__clk_notify (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/clk/ |
D | clk.c | 1250 static int __clk_notify(struct clk_core *core, unsigned long msg, in __clk_notify() function 1378 __clk_notify(core, msg, old_rate, core->rate); in __clk_recalc_rates() 1594 ret = __clk_notify(core, PRE_RATE_CHANGE, core->rate, new_rate); in __clk_speculate_rates() 1732 ret = __clk_notify(core, event, core->rate, core->new_rate); in clk_propagate_rate_change() 1834 __clk_notify(core, POST_RATE_CHANGE, old_rate, core->rate); in clk_change_rate()
|