Home
last modified time | relevance | path

Searched refs:__clk_create_clk (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/clk/
Dclk.h20 struct clk *__clk_create_clk(struct clk_hw *hw, const char *dev_id,
28 __clk_create_clk(struct clk_hw *hw, const char *dev_id, const char *con_id) in __clk_create_clk() function
Dclkdev.c177 clk = __clk_create_clk(cl->clk_hw, dev_id, con_id); in clk_get_sys()
Dclk.c3157 struct clk *__clk_create_clk(struct clk_hw *hw, const char *dev_id, in __clk_create_clk() function
3268 hw->clk = __clk_create_clk(hw, NULL, NULL); in clk_register()
3971 clk = __clk_create_clk(hw, dev_id, con_id); in __of_clk_get_from_provider()