CLK_SET_RATE_EX(9) | Clock Framework Extensions | CLK_SET_RATE_EX(9) |
NAME¶
clk_set_rate_ex - set the clock rate for a clock source, with additional parameter
SYNOPSIS¶
int clk_set_rate_ex(struct clk * clk, unsigned long rate, int algo_id);
ARGUMENTS¶
clk
clock source
rate
desired clock rate in Hz
algo_id
algorithm id to be passed down to ops->set_rate
DESCRIPTION¶
Returns success (0) or negative errno.
AUTHOR¶
Paul Mundt <lethal@linux-sh.org>
Author.
COPYRIGHT¶
May 2024 | Kernel Hackers Manual 2.6. |