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

Go to the source code of this file.

Data Structures

struct  clk_ops
 
struct  clk
 

Macros

#define CLK_ALWAYS_ENABLED   (1 << 0)
 
#define CLK_RATE_PROPAGATES   (1 << 1)
 

Functions

void arch_init_clk_ops (struct clk_ops **, int type)
 
int clk_init (void)
 
int __clk_enable (struct clk *)
 
void __clk_disable (struct clk *)
 
void clk_recalc_rate (struct clk *)
 
int clk_register (struct clk *)
 
void clk_unregister (struct clk *)
 

Variables

void(* cpu_wait )(void)
 

Macro Definition Documentation

#define CLK_ALWAYS_ENABLED   (1 << 0)

Definition at line 37 of file clock.h.

#define CLK_RATE_PROPAGATES   (1 << 1)

Definition at line 38 of file clock.h.

Function Documentation

void __clk_disable ( struct clk )
int __clk_enable ( struct clk )
void arch_init_clk_ops ( struct clk_ops **  ,
int  type 
)
int clk_init ( void  )

Definition at line 380 of file clock.c.

void clk_recalc_rate ( struct clk )
int clk_register ( struct clk )

Definition at line 528 of file clock.c.

void clk_unregister ( struct clk clk)

clk_unregister - unregister a currently registered clock : clock to unregister

Currently unimplemented.

Definition at line 200 of file clock.c.

Variable Documentation

void(* cpu_wait)(void)

Definition at line 37 of file cpu-probe.c.