Lines Matching defs:clk
91 struct clk *clk; in clk_sysctl_rate_helper() local
107 struct clk *clk, *clk_parent; in clk_sysctl_parent_helper() local
125 struct clk *clk, *clk_parent; in clk_sysctl_parent_domain_helper() local
150 clk_attach(struct clk *clk) in clk_attach()
217 clk_put(struct clk *clk) in clk_put()
224 clk_get_rate(struct clk *clk) in clk_get_rate()
230 clk_set_rate(struct clk *clk, u_int rate) in clk_set_rate()
248 clk_round_rate(struct clk *clk, u_int rate) in clk_round_rate()
258 clk_enable(struct clk *clk) in clk_enable()
267 clk_disable(struct clk *clk) in clk_disable()
276 clk_set_parent(struct clk *clk, struct clk *parent_clk) in clk_set_parent()
286 clk_get_parent(struct clk *clk) in clk_get_parent()