Home | History | Annotate | Download | only in asm

Lines Matching defs:clk

18 #include <linux/clk.h>
21 struct clk;
24 void (*init)(struct clk *clk);
25 void (*enable)(struct clk *clk);
26 void (*disable)(struct clk *clk);
27 void (*recalc)(struct clk *clk);
28 int (*set_rate)(struct clk *clk, unsigned long rate, int algo_id);
29 long (*round_rate)(struct clk *clk, unsigned long rate);
32 struct clk {
38 struct clk *parent;