Searched refs:__clk_notify (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/clk/ |
D | clk.c | 905 static int __clk_notify(struct clk_core *core, unsigned long msg, in __clk_notify() function 1027 __clk_notify(core, msg, old_rate, core->rate); in __clk_recalc_rates() 1253 ret = __clk_notify(core, PRE_RATE_CHANGE, core->rate, new_rate); in __clk_speculate_rates() 1402 ret = __clk_notify(core, event, core->rate, core->new_rate); in clk_propagate_rate_change() 1473 __clk_notify(core, POST_RATE_CHANGE, old_rate, core->rate); in clk_change_rate()
|