Lines Matching refs:clk_lookup
135 static struct clk_lookup *clk_find(const char *dev_id, const char *con_id) in clk_find()
137 struct clk_lookup *p, *cl = NULL; in clk_find()
171 struct clk_lookup *cl; in clk_get_sys()
218 static void __clkdev_add(struct clk_lookup *cl) in __clkdev_add()
225 void clkdev_add(struct clk_lookup *cl) in clkdev_add()
233 void clkdev_add_table(struct clk_lookup *cl, size_t num) in clkdev_add_table()
248 struct clk_lookup cl;
253 static struct clk_lookup * __init_refok
277 static struct clk_lookup *
281 struct clk_lookup *cl; in vclkdev_create()
290 struct clk_lookup * __init_refok
293 struct clk_lookup *cl; in clkdev_alloc()
313 struct clk_lookup *clkdev_create(struct clk *clk, const char *con_id, in clkdev_create()
316 struct clk_lookup *cl; in clkdev_create()
331 struct clk_lookup *l; in clk_add_alias()
347 void clkdev_drop(struct clk_lookup *cl) in clkdev_drop()
373 struct clk_lookup *cl; in clk_register_clkdev()
398 int clk_register_clkdevs(struct clk *clk, struct clk_lookup *cl, size_t num) in clk_register_clkdevs()