Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
clock.c File Reference
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/sh_clk.h>
#include <linux/export.h>

Go to the source code of this file.

Functions

int __init shmobile_clk_init (void)
 
int __clk_get (struct clk *clk)
 
 EXPORT_SYMBOL (__clk_get)
 
void __clk_put (struct clk *clk)
 
 EXPORT_SYMBOL (__clk_put)
 

Function Documentation

int __clk_get ( struct clk clk)

Definition at line 38 of file clock.c.

void __clk_put ( struct clk clk)

Definition at line 44 of file clock.c.

EXPORT_SYMBOL ( __clk_get  )
EXPORT_SYMBOL ( __clk_put  )
int __init shmobile_clk_init ( void  )

Definition at line 27 of file clock.c.