Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
clk-ref.c File Reference
#include <linux/clk.h>
#include <linux/clk-provider.h>
#include <linux/err.h>
#include <linux/io.h>
#include <linux/slab.h>
#include "clk.h"

Go to the source code of this file.

Data Structures

struct  clk_ref
 

Macros

#define to_clk_ref(_hw)   container_of(_hw, struct clk_ref, hw)
 

Functions

struct clkmxs_clk_ref (const char *name, const char *parent_name, void __iomem *reg, u8 idx)
 

Macro Definition Documentation

#define to_clk_ref (   _hw)    container_of(_hw, struct clk_ref, hw)

Definition at line 36 of file clk-ref.c.

Function Documentation

struct clk* mxs_clk_ref ( const char name,
const char parent_name,
void __iomem reg,
u8  idx 
)
read

Definition at line 128 of file clk-ref.c.