|
Linux Kernel
3.7.1
|
#include <linux/clk-provider.h>#include <linux/slab.h>#include <linux/io.h>#include <linux/err.h>#include "clk.h"Go to the source code of this file.
Data Structures | |
| struct | clk_factor |
Macros | |
| #define | to_clk_factor(hw) container_of(hw, struct clk_factor, hw) |
Functions | |
| struct clk * | mmp_clk_register_factor (const char *name, const char *parent_name, unsigned long flags, void __iomem *base, struct clk_factor_masks *masks, struct clk_factor_tbl *ftbl, unsigned int ftbl_cnt) |
| #define to_clk_factor | ( | hw | ) | container_of(hw, struct clk_factor, hw) |
Definition at line 25 of file clk-frac.c.
1.8.2