Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Enumerations | Functions
clk.h File Reference

Go to the source code of this file.

Macros

#define MSM_AXI_MAX_FREQ   LONG_MAX
 

Enumerations

enum  clk_reset_action { CLK_RESET_DEASSERT = 0, CLK_RESET_ASSERT = 1 }
 

Functions

int clk_set_min_rate (struct clk *clk, unsigned long rate)
 
int clk_set_max_rate (struct clk *clk, unsigned long rate)
 
int clk_reset (struct clk *clk, enum clk_reset_action action)
 
int clk_set_flags (struct clk *clk, unsigned long flags)
 

Macro Definition Documentation

#define MSM_AXI_MAX_FREQ   LONG_MAX

Definition at line 19 of file clk.h.

Enumeration Type Documentation

Enumerator:
CLK_RESET_DEASSERT 
CLK_RESET_ASSERT 

Definition at line 21 of file clk.h.

Function Documentation

int clk_reset ( struct clk clk,
enum clk_reset_action  action 
)

Definition at line 61 of file clock.c.

int clk_set_flags ( struct clk clk,
unsigned long  flags 
)

Definition at line 124 of file clock.c.

int clk_set_max_rate ( struct clk clk,
unsigned long  rate 
)

Definition at line 106 of file clock.c.

int clk_set_min_rate ( struct clk clk,
unsigned long  rate 
)

Definition at line 100 of file clock.c.