Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
pll.c File Reference
#include <linux/module.h>
#include <linux/clkdev.h>
#include <linux/clk.h>
#include <linux/io.h>
#include <linux/err.h>
#include <asm/clock.h>
#include <asm/soc.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)
 
long clk_round_rate (struct clk *clk, unsigned long rate)
 
 EXPORT_SYMBOL (clk_round_rate)
 
int clk_set_rate (struct clk *clk, unsigned long rate)
 
 EXPORT_SYMBOL (clk_set_rate)
 
int clk_set_parent (struct clk *clk, struct clk *parent)
 
 EXPORT_SYMBOL (clk_set_parent)
 
int clk_register (struct clk *clk)
 
 EXPORT_SYMBOL (clk_register)
 
void clk_unregister (struct clk *clk)
 
 EXPORT_SYMBOL (clk_unregister)
 
void __init c6x_clks_init (struct clk_lookup *clocks)
 

Function Documentation

void __init c6x_clks_init ( struct clk_lookup clocks)

Definition at line 348 of file pll.c.

void clk_disable ( struct clk clk)

Definition at line 63 of file pll.c.

int clk_enable ( struct clk clk)

Definition at line 48 of file pll.c.

unsigned long clk_get_rate ( struct clk clk)

Definition at line 76 of file pll.c.

int clk_register ( struct clk clk)

Definition at line 159 of file pll.c.

long clk_round_rate ( struct clk clk,
unsigned long  rate 
)

Definition at line 85 of file pll.c.

int clk_set_parent ( struct clk clk,
struct clk parent 
)

Definition at line 132 of file pll.c.

int clk_set_rate ( struct clk clk,
unsigned long  rate 
)

Definition at line 109 of file pll.c.

void clk_unregister ( struct clk clk)

Definition at line 191 of file pll.c.

EXPORT_SYMBOL ( clk_enable  )
EXPORT_SYMBOL ( clk_disable  )
EXPORT_SYMBOL ( clk_get_rate  )
EXPORT_SYMBOL ( clk_round_rate  )
EXPORT_SYMBOL ( clk_set_rate  )
EXPORT_SYMBOL ( clk_set_parent  )
EXPORT_SYMBOL ( clk_register  )
EXPORT_SYMBOL ( clk_unregister  )