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.
Macros | |
#define | pr_fmt(fmt) "clk-aux-synth: " fmt |
#define | to_clk_aux(_hw) container_of(_hw, struct clk_aux, hw) |
Functions | |
struct clk * | clk_register_aux (const char *aux_name, const char *gate_name, const char *parent_name, unsigned long flags, void __iomem *reg, struct aux_clk_masks *masks, struct aux_rate_tbl *rtbl, u8 rtbl_cnt, spinlock_t *lock, struct clk **gate_clk) |
Definition at line 12 of file clk-aux-synth.c.
#define to_clk_aux | ( | _hw | ) | container_of(_hw, struct clk_aux, hw) |
Definition at line 30 of file clk-aux-synth.c.
|
read |
Definition at line 137 of file clk-aux-synth.c.