|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/clk-provider.h>#include <linux/slab.h>#include <linux/err.h>Go to the source code of this file.
Macros | |
| #define | to_clk_fixed_factor(_hw) container_of(_hw, struct clk_fixed_factor, hw) |
Functions | |
| EXPORT_SYMBOL_GPL (clk_fixed_factor_ops) | |
| struct clk * | clk_register_fixed_factor (struct device *dev, const char *name, const char *parent_name, unsigned long flags, unsigned int mult, unsigned int div) |
Variables | |
| struct clk_ops | clk_fixed_factor_ops |
| #define to_clk_fixed_factor | ( | _hw | ) | container_of(_hw, struct clk_fixed_factor, hw) |
Definition at line 25 of file clk-fixed-factor.c.
|
read |
Definition at line 64 of file clk-fixed-factor.c.
| EXPORT_SYMBOL_GPL | ( | clk_fixed_factor_ops | ) |
Definition at line 57 of file clk-fixed-factor.c.
1.8.2