Lines Matching refs:clk_lookup

36 static struct clk_lookup *clk_find(const char *dev_id, const char *con_id)  in clk_find()
38 struct clk_lookup *p, *cl = NULL; in clk_find()
74 struct clk_lookup *cl; in clk_find_hw()
121 static void __clkdev_add(struct clk_lookup *cl) in __clkdev_add()
128 void clkdev_add(struct clk_lookup *cl) in clkdev_add()
136 void clkdev_add_table(struct clk_lookup *cl, size_t num) in clkdev_add_table()
151 struct clk_lookup cl;
156 static struct clk_lookup * __ref
180 static struct clk_lookup *
184 struct clk_lookup *cl; in vclkdev_create()
193 struct clk_lookup * __ref
196 struct clk_lookup *cl; in clkdev_alloc()
207 struct clk_lookup *
210 struct clk_lookup *cl; in clkdev_hw_alloc()
230 struct clk_lookup *clkdev_create(struct clk *clk, const char *con_id, in clkdev_create()
233 struct clk_lookup *cl; in clkdev_create()
253 struct clk_lookup *clkdev_hw_create(struct clk_hw *hw, const char *con_id, in clkdev_hw_create()
256 struct clk_lookup *cl; in clkdev_hw_create()
271 struct clk_lookup *l; in clk_add_alias()
287 void clkdev_drop(struct clk_lookup *cl) in clkdev_drop()
296 static struct clk_lookup *__clk_register_clkdev(struct clk_hw *hw, in __clk_register_clkdev()
300 struct clk_lookup *cl; in __clk_register_clkdev()
311 struct clk_lookup **cl, const char *con_id, const char *dev_id) in do_clk_register_clkdev()
344 struct clk_lookup *cl; in clk_register_clkdev()
371 struct clk_lookup *cl; in clk_hw_register_clkdev()
379 clkdev_drop(*(struct clk_lookup **)res); in devm_clkdev_release()
384 struct clk_lookup **l = res; in devm_clk_match_clkdev()
402 struct clk_lookup *cl; in devm_clk_release_clkdev()
435 struct clk_lookup **cl; in devm_clk_hw_register_clkdev()