1CLK_SET_RATE_EX(9) Clock Framework Extensions CLK_SET_RATE_EX(9)
2
3
4
6 clk_set_rate_ex - set the clock rate for a clock source, with
7 additional parameter
8
10 int clk_set_rate_ex(struct clk * clk, unsigned long rate, int algo_id);
11
13 clk
14 clock source
15
16 rate
17 desired clock rate in Hz
18
19 algo_id
20 algorithm id to be passed down to ops->set_rate
21
23 Returns success (0) or negative errno.
24
26 Paul Mundt <lethal@linux-sh.org>
27 Author.
28
30Kernel Hackers Manual 2.6. June 2019 CLK_SET_RATE_EX(9)