|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/clk.h>#include <linux/err.h>#include <linux/module.h>#include <linux/string.h>#include <linux/io.h>#include <linux/spinlock.h>#include <linux/clkdev.h>#include <mach/hardware.h>#include <asm/div64.h>#include "soc.h"Go to the source code of this file.
Data Structures | |
| struct | clk |
Macros | |
| #define | pr_fmt(fmt) "ep93xx " KBUILD_MODNAME ": " fmt |
| #define | INIT_CK(dev, con, ck) { .dev_id = dev, .con_id = con, .clk = ck } |
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) | |
| int | clk_set_rate (struct clk *clk, unsigned long rate) |
| EXPORT_SYMBOL (clk_set_rate) | |
| postcore_initcall (ep93xx_clock_init) | |
| EXPORT_SYMBOL | ( | clk_enable | ) |
| EXPORT_SYMBOL | ( | clk_disable | ) |
| EXPORT_SYMBOL | ( | clk_get_rate | ) |
| EXPORT_SYMBOL | ( | clk_set_rate | ) |
| postcore_initcall | ( | ep93xx_clock_init | ) |
1.8.2