|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/clk.h>#include <linux/clkdev.h>#include <linux/init.h>#include <linux/list.h>#include <linux/module.h>#include <linux/sched.h>#include <linux/seq_file.h>#include <linux/slab.h>#include <mach/clk.h>#include "board.h"#include "clock.h"#include "tegra_cpu_car.h"Go to the source code of this file.
Functions | |
| void | tegra_clk_add (struct clk *clk) |
| struct clk * | tegra_get_clock_by_name (const char *name) |
| void | tegra_clk_init_from_table (struct tegra_clk_init_table *table) |
| void | tegra_periph_reset_deassert (struct clk *c) |
| EXPORT_SYMBOL (tegra_periph_reset_deassert) | |
| void | tegra_periph_reset_assert (struct clk *c) |
| EXPORT_SYMBOL (tegra_periph_reset_assert) | |
| int | tegra_clk_cfg_ex (struct clk *c, enum tegra_clk_ex_param p, u32 setting) |
Variables | |
| struct tegra_cpu_car_ops * | tegra_cpu_car_ops |
| EXPORT_SYMBOL | ( | tegra_periph_reset_deassert | ) |
| EXPORT_SYMBOL | ( | tegra_periph_reset_assert | ) |
| int tegra_clk_cfg_ex | ( | struct clk * | c, |
| enum tegra_clk_ex_param | p, | ||
| u32 | setting | ||
| ) |
| void tegra_clk_init_from_table | ( | struct tegra_clk_init_table * | table | ) |
1.8.2