Linux Kernel
3.7.1
|
#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 clk * | mxs_clk_ref (const char *name, const char *parent_name, void __iomem *reg, u8 idx) |
#define to_clk_ref | ( | _hw | ) | container_of(_hw, struct clk_ref, hw) |