clk_set_rate_ex

Langue: en

Version: May 2009 (fedora - 06/07/09)

Section: 9 (Appels noyau Linux)

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.