Lines Matching refs:clk_lookup
132 static struct clk_lookup *clk_find(const char *dev_id, const char *con_id) in clk_find()
134 struct clk_lookup *p, *cl = NULL; in clk_find()
168 struct clk_lookup *cl; in clk_get_sys()
215 static void __clkdev_add(struct clk_lookup *cl) in __clkdev_add()
222 void clkdev_add(struct clk_lookup *cl) in clkdev_add()
230 void clkdev_add_table(struct clk_lookup *cl, size_t num) in clkdev_add_table()
245 struct clk_lookup cl;
250 static struct clk_lookup * __ref
274 static struct clk_lookup *
278 struct clk_lookup *cl; in vclkdev_create()
287 struct clk_lookup * __ref
290 struct clk_lookup *cl; in clkdev_alloc()
301 struct clk_lookup *
304 struct clk_lookup *cl; in clkdev_hw_alloc()
324 struct clk_lookup *clkdev_create(struct clk *clk, const char *con_id, in clkdev_create()
327 struct clk_lookup *cl; in clkdev_create()
347 struct clk_lookup *clkdev_hw_create(struct clk_hw *hw, const char *con_id, in clkdev_hw_create()
350 struct clk_lookup *cl; in clkdev_hw_create()
365 struct clk_lookup *l; in clk_add_alias()
381 void clkdev_drop(struct clk_lookup *cl) in clkdev_drop()
390 static struct clk_lookup *__clk_register_clkdev(struct clk_hw *hw, in __clk_register_clkdev()
394 struct clk_lookup *cl; in __clk_register_clkdev()
421 struct clk_lookup *cl; in clk_register_clkdev()
457 struct clk_lookup *cl; in clk_hw_register_clkdev()