Home
last modified time | relevance | path

Searched refs:__clk_notify (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/clk/
H A Dclk.c1827 static int __clk_notify(struct clk_core *core, unsigned long msg, in __clk_notify() function
1959 __clk_notify(core, msg, old_rate, core->rate); in __clk_recalc_rates()
2222 ret = __clk_notify(core, PRE_RATE_CHANGE, core->rate, new_rate); in __clk_speculate_rates()
2360 ret = __clk_notify(core, event, core->rate, core->new_rate); in clk_propagate_rate_change()
2454 __clk_notify(core, POST_RATE_CHANGE, old_rate, core->rate); in clk_change_rate()