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 __printf(3, 0) struct clk_lookup * __ref
218 static __printf(3, 0) struct clk_lookup *
222 struct clk_lookup *cl; in vclkdev_create()
240 struct clk_lookup *clkdev_create(struct clk *clk, const char *con_id, in clkdev_create()
243 struct clk_lookup *cl; in clkdev_create()
263 struct clk_lookup *clkdev_hw_create(struct clk_hw *hw, const char *con_id, in clkdev_hw_create()
266 struct clk_lookup *cl; in clkdev_hw_create()
281 struct clk_lookup *l; in clk_add_alias()
297 void clkdev_drop(struct clk_lookup *cl) in clkdev_drop()
306 static __printf(3, 4) struct clk_lookup *
309 struct clk_lookup *cl; in __clk_register_clkdev()
320 struct clk_lookup **cl, const char *con_id, const char *dev_id) in do_clk_register_clkdev()
353 struct clk_lookup *cl; in clk_register_clkdev()
380 struct clk_lookup *cl; in clk_hw_register_clkdev()
409 struct clk_lookup *cl; in devm_clk_hw_register_clkdev()