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 Kernel Hackers Manual 2.6. September 2014 CLK_SET_RATE_EX(9)