Lines Matching defs:clk
45 #define __clk_get_name(clk) (clk->name) argument
46 #define __clk_get_parent(clk) (clk->parent) argument
47 #define __clk_get_rate(clk) (clk->rate) argument
138 struct clk { struct
140 const struct clkops *ops; argument
142 struct clk *parent; argument
147 unsigned long (*recalc)(struct clk *); argument
148 int (*set_rate)(struct clk *, unsigned long); argument
149 long (*round_rate)(struct clk *, unsigned long); argument
150 void (*init)(struct clk *); argument
163 int (*clk_enable)(struct clk *clk); argument
220 struct clk clk; member
226 struct clk clk; member