Lines Matching defs:clk
26 struct clk { struct
27 const struct clkops *ops; argument
32 struct clk clk_##_name = { \ argument
38 static void clk_gpio27_enable(struct clk *clk) in clk_gpio27_enable()
49 static void clk_gpio27_disable(struct clk *clk) in clk_gpio27_disable()
56 static void clk_cpu_enable(struct clk *clk) in clk_cpu_enable()
60 static void clk_cpu_disable(struct clk *clk) in clk_cpu_disable()
64 static unsigned long clk_cpu_get_rate(struct clk *clk) in clk_cpu_get_rate()
69 int clk_enable(struct clk *clk) in clk_enable()
84 void clk_disable(struct clk *clk) in clk_disable()
98 unsigned long clk_get_rate(struct clk *clk) in clk_get_rate()
122 static unsigned long clk_36864_get_rate(struct clk *clk) in clk_36864_get_rate()