Linux Kernel
3.7.1
|
#include <linux/clk.h>
#include <linux/clk-provider.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/io.h>
#include <linux/err.h>
Go to the source code of this file.
Macros | |
#define | to_clk_mux(_hw) container_of(_hw, struct clk_mux, hw) |
Functions | |
EXPORT_SYMBOL_GPL (clk_mux_ops) | |
struct clk * | clk_register_mux (struct device *dev, const char *name, const char **parent_names, u8 num_parents, unsigned long flags, void __iomem *reg, u8 shift, u8 width, u8 clk_mux_flags, spinlock_t *lock) |
Variables | |
struct clk_ops | clk_mux_ops |
#define to_clk_mux | ( | _hw | ) | container_of(_hw, struct clk_mux, hw) |
EXPORT_SYMBOL_GPL | ( | clk_mux_ops | ) |