Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | clksrc_sources |
struct | clksrc_reg |
struct | clksrc_clk |
Functions | |
void | s3c_set_clksrc (struct clksrc_clk *clk, bool announce) |
void | s3c_register_clksrc (struct clksrc_clk *srcs, int size) |
void s3c_register_clksrc | ( | struct clksrc_clk * | srcs, |
int | size | ||
) |
s3c_register_clksrc() register clocks from an array of clksrc clocks : The array of clocks to register : The size of the array.
Initialise and register the array of clocks described by .
Definition at line 178 of file clock-clksrc.c.
void s3c_set_clksrc | ( | struct clksrc_clk * | clk, |
bool | announce | ||
) |
s3c_set_clksrc() - setup the clock from the register settings : The clock to setup. : true to announce the setting to printk().
Setup the clock from the current register settings, for when the kernel boots or if it is resuming from a possibly unknown state.
Definition at line 130 of file clock-clksrc.c.