|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/platform_device.h>#include <linux/mutex.h>#include <linux/clk.h>#include <linux/io.h>#include <linux/err.h>#include <asm/coldfire.h>#include <asm/mcfsim.h>#include <asm/mcfclk.h>Go to the source code of this file.
Functions | |
| 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) | |
| void | clk_put (struct clk *clk) |
| EXPORT_SYMBOL (clk_put) | |
| unsigned long | clk_get_rate (struct clk *clk) |
| EXPORT_SYMBOL (clk_get_rate) | |
| EXPORT_SYMBOL | ( | clk_get | ) |
| EXPORT_SYMBOL | ( | clk_enable | ) |
| EXPORT_SYMBOL | ( | clk_disable | ) |
| EXPORT_SYMBOL | ( | clk_put | ) |
| EXPORT_SYMBOL | ( | clk_get_rate | ) |
1.8.2