Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
clk-devres.c File Reference
#include <linux/clk.h>
#include <linux/device.h>
#include <linux/export.h>
#include <linux/gfp.h>

Go to the source code of this file.

Functions

struct clkdevm_clk_get (struct device *dev, const char *id)
 
 EXPORT_SYMBOL (devm_clk_get)
 
void devm_clk_put (struct device *dev, struct clk *clk)
 
 EXPORT_SYMBOL (devm_clk_put)
 

Function Documentation

struct clk* devm_clk_get ( struct device dev,
const char id 
)
read

Definition at line 17 of file clk-devres.c.

void devm_clk_put ( struct device dev,
struct clk clk 
)

Definition at line 47 of file clk-devres.c.

EXPORT_SYMBOL ( devm_clk_get  )
EXPORT_SYMBOL ( devm_clk_put  )