Searched refs:clk_set_rate_ex (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dclock.h55 * clk_set_rate_ex - set the clock rate for a clock source, with additional parameter
62 int clk_set_rate_ex(struct clk *clk, unsigned long rate, int algo_id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/cpufreq/
H A Dloongson2_clock.c91 return clk_set_rate_ex(clk, rate, 0);
95 int clk_set_rate_ex(struct clk *clk, unsigned long rate, int algo_id) function
131 EXPORT_SYMBOL_GPL(clk_set_rate_ex); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/sh/
H A Dclk.c307 return clk_set_rate_ex(clk, rate, 0);
311 int clk_set_rate_ex(struct clk *clk, unsigned long rate, int algo_id) function
337 EXPORT_SYMBOL_GPL(clk_set_rate_ex); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsh_clk.h63 * clk_set_rate_ex - set the clock rate for a clock source, with additional parameter
70 int clk_set_rate_ex(struct clk *clk, unsigned long rate, int algo_id);

Completed in 222 milliseconds