···220220 * Returns rounded clock rate in Hz, or negative errno.221221 */222222long clk_round_rate(struct clk *clk, unsigned long rate);223223-223223+224224/**225225 * clk_set_rate - set the clock rate for a clock source226226 * @clk: clock source···229229 * Returns success (0) or negative errno.230230 */231231int clk_set_rate(struct clk *clk, unsigned long rate);232232-232232+233233/**234234 * clk_set_parent - set the parent clock source for this clock235235 * @clk: clock source