Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
clk.h File Reference
#include <linux/clk.h>

Go to the source code of this file.

Functions

struct clkclk_reg_prcc_pclk (const char *name, const char *parent_name, unsigned int phy_base, u32 cg_sel, unsigned long flags)
 
struct clkclk_reg_prcc_kclk (const char *name, const char *parent_name, unsigned int phy_base, u32 cg_sel, unsigned long flags)
 
struct clkclk_reg_prcmu_scalable (const char *name, const char *parent_name, u8 cg_sel, unsigned long rate, unsigned long flags)
 
struct clkclk_reg_prcmu_gate (const char *name, const char *parent_name, u8 cg_sel, unsigned long flags)
 
struct clkclk_reg_prcmu_rate (const char *name, const char *parent_name, u8 cg_sel, unsigned long flags)
 
struct clkclk_reg_prcmu_opp_gate (const char *name, const char *parent_name, u8 cg_sel, unsigned long flags)
 

Function Documentation

struct clk* clk_reg_prcc_kclk ( const char name,
const char parent_name,
unsigned int  phy_base,
u32  cg_sel,
unsigned long  flags 
)
read

Definition at line 156 of file clk-prcc.c.

struct clk* clk_reg_prcc_pclk ( const char name,
const char parent_name,
unsigned int  phy_base,
u32  cg_sel,
unsigned long  flags 
)
read

Definition at line 146 of file clk-prcc.c.

struct clk* clk_reg_prcmu_gate ( const char name,
const char parent_name,
u8  cg_sel,
unsigned long  flags 
)
read

Definition at line 227 of file clk-prcmu.c.

struct clk* clk_reg_prcmu_opp_gate ( const char name,
const char parent_name,
u8  cg_sel,
unsigned long  flags 
)
read

Definition at line 245 of file clk-prcmu.c.

struct clk* clk_reg_prcmu_rate ( const char name,
const char parent_name,
u8  cg_sel,
unsigned long  flags 
)
read

Definition at line 236 of file clk-prcmu.c.

struct clk* clk_reg_prcmu_scalable ( const char name,
const char parent_name,
u8  cg_sel,
unsigned long  rate,
unsigned long  flags 
)
read

Definition at line 217 of file clk-prcmu.c.