Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
clock.c File Reference
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/clk.h>
#include <linux/mutex.h>
#include <asm/hardware/icst.h>
#include <mach/clkdev.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)
 
long icst_clk_round (struct clk *clk, unsigned long rate)
 
 EXPORT_SYMBOL (icst_clk_round)
 
int icst_clk_set (struct clk *clk, unsigned long rate)
 
 EXPORT_SYMBOL (icst_clk_set)
 

Function Documentation

void clk_disable ( struct clk clk)

Definition at line 27 of file clock.c.

int clk_enable ( struct clk clk)

Definition at line 21 of file clock.c.

unsigned long clk_get_rate ( struct clk clk)

Definition at line 32 of file clock.c.

long clk_round_rate ( struct clk clk,
unsigned long  rate 
)

Definition at line 38 of file clock.c.

int clk_set_rate ( struct clk clk,
unsigned long  rate 
)

Definition at line 47 of file clock.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 ( icst_clk_round  )
EXPORT_SYMBOL ( icst_clk_set  )
long icst_clk_round ( struct clk clk,
unsigned long  rate 
)

Definition at line 56 of file clock.c.

int icst_clk_set ( struct clk clk,
unsigned long  rate 
)

Definition at line 64 of file clock.c.