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

Go to the source code of this file.

Functions

int clk_register (struct clk *clk)
 
void clk_unregister (struct clk *clk)
 

Function Documentation

int clk_register ( struct clk 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.