Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
clk-aux-synth.c File Reference
#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 clkclk_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)
 

Macro Definition Documentation

#define pr_fmt (   fmt)    "clk-aux-synth: " fmt

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.

Function Documentation

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 
)
read

Definition at line 137 of file clk-aux-synth.c.