|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/kernel.h>#include <linux/errno.h>#include <linux/clk.h>#include <linux/mutex.h>#include <asm/hardware/icst.h>#include <mach/clkdev.h>Go to the source code of this file.
Functions | |
| 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) | |
| long | clk_round_rate (struct clk *clk, unsigned long rate) |
| EXPORT_SYMBOL (clk_round_rate) | |
| int | clk_set_rate (struct clk *clk, unsigned long rate) |
| EXPORT_SYMBOL (clk_set_rate) | |
| long | icst_clk_round (struct clk *clk, unsigned long rate) |
| EXPORT_SYMBOL (icst_clk_round) | |
| int | icst_clk_set (struct clk *clk, unsigned long rate) |
| EXPORT_SYMBOL (icst_clk_set) | |
| EXPORT_SYMBOL | ( | clk_enable | ) |
| EXPORT_SYMBOL | ( | clk_disable | ) |
| EXPORT_SYMBOL | ( | clk_get_rate | ) |
| EXPORT_SYMBOL | ( | clk_round_rate | ) |
| EXPORT_SYMBOL | ( | clk_set_rate | ) |
| EXPORT_SYMBOL | ( | icst_clk_round | ) |
| EXPORT_SYMBOL | ( | icst_clk_set | ) |
1.8.2