Linux Kernel
3.7.1
|
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) |
Definition at line 37 of file cpu-probe.c.