Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
clock.c File Reference
#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 clktegra_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_opstegra_cpu_car_ops
 

Function Documentation

EXPORT_SYMBOL ( tegra_periph_reset_deassert  )
EXPORT_SYMBOL ( tegra_periph_reset_assert  )
void tegra_clk_add ( struct clk clk)

Definition at line 49 of file clock.c.

int tegra_clk_cfg_ex ( struct clk c,
enum tegra_clk_ex_param  p,
u32  setting 
)

Definition at line 155 of file clock.c.

void tegra_clk_init_from_table ( struct tegra_clk_init_table table)

Definition at line 130 of file clock.c.

struct clk* tegra_get_clock_by_name ( const char name)
read

Definition at line 58 of file clock.c.

void tegra_periph_reset_assert ( struct clk c)

Definition at line 144 of file clock.c.

void tegra_periph_reset_deassert ( struct clk c)

Definition at line 136 of file clock.c.

Variable Documentation

Definition at line 37 of file clock.c.