|
Linux Kernel
3.7.1
|
#include <linux/clk.h>#include <linux/cpufreq.h>#include <linux/errno.h>#include <linux/export.h>#include <linux/init.h>#include <linux/list.h>#include <linux/mutex.h>#include <linux/spinlock.h>#include <asm/clock.h>#include <asm/mach-loongson/loongson.h>Go to the source code of this file.
Enumerations | |
| enum | { DC_ZERO, DC_25PT = 2, DC_37PT, DC_50PT, DC_62PT, DC_75PT, DC_87PT, DC_DISABLE, DC_RESV } |
Functions | |
| EXPORT_SYMBOL_GPL (loongson2_clockmod_table) | |
| struct clk * | clk_get (struct device *dev, const char *id) |
| EXPORT_SYMBOL (clk_get) | |
| int | clk_enable (struct clk *clk) |
| EXPORT_SYMBOL (clk_enable) | |
| void | clk_disable (struct clk *clk) |
| EXPORT_SYMBOL (clk_disable) | |
| unsigned long | clk_get_rate (struct clk *clk) |
| EXPORT_SYMBOL (clk_get_rate) | |
| void | clk_put (struct clk *clk) |
| EXPORT_SYMBOL (clk_put) | |
| int | clk_set_rate (struct clk *clk, unsigned long rate) |
| EXPORT_SYMBOL_GPL (clk_set_rate) | |
| long | clk_round_rate (struct clk *clk, unsigned long rate) |
| EXPORT_SYMBOL_GPL (clk_round_rate) | |
Variables | |
| struct cpufreq_frequency_table | loongson2_clockmod_table [] |
| anonymous enum |
| EXPORT_SYMBOL | ( | clk_get | ) |
| EXPORT_SYMBOL | ( | clk_enable | ) |
| EXPORT_SYMBOL | ( | clk_disable | ) |
| EXPORT_SYMBOL | ( | clk_get_rate | ) |
| EXPORT_SYMBOL | ( | clk_put | ) |
| EXPORT_SYMBOL_GPL | ( | loongson2_clockmod_table | ) |
| EXPORT_SYMBOL_GPL | ( | clk_set_rate | ) |
| EXPORT_SYMBOL_GPL | ( | clk_round_rate | ) |
| struct cpufreq_frequency_table loongson2_clockmod_table[] |
1.8.2