Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/mutex.h>
#include <linux/err.h>
#include <linux/clk.h>
#include <linux/delay.h>
#include <bcm63xx_cpu.h>
#include <bcm63xx_io.h>
#include <bcm63xx_regs.h>
#include <bcm63xx_clk.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) | |
struct clk * | clk_get (struct device *dev, const char *id) |
EXPORT_SYMBOL (clk_get) | |
void | clk_put (struct clk *clk) |
EXPORT_SYMBOL (clk_put) | |
EXPORT_SYMBOL | ( | clk_enable | ) |
EXPORT_SYMBOL | ( | clk_disable | ) |
EXPORT_SYMBOL | ( | clk_get_rate | ) |
EXPORT_SYMBOL | ( | clk_get | ) |
EXPORT_SYMBOL | ( | clk_put | ) |