Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/clk/
Dclk.h25 struct clk *clk_hw_create_clk(struct device *dev, struct clk_hw *hw,
31 clk_hw_create_clk(struct device *dev, struct clk_hw *hw, const char *dev_id, in clk_hw_create_clk() function
Dclkdev.c91 return clk_hw_create_clk(dev, hw, dev_id, con_id); in __clk_get_sys()
108 return clk_hw_create_clk(dev, hw, dev_id, con_id); in clk_get()
Dclk.c4170 struct clk *clk_hw_create_clk(struct device *dev, struct clk_hw *hw, in clk_hw_create_clk() function
4212 return clk_hw_create_clk(dev, hw, name, con_id); in clk_hw_get_clk()
5292 return clk_hw_create_clk(NULL, hw, NULL, __func__); in of_clk_get_from_provider()
5319 return clk_hw_create_clk(NULL, hw, dev_id, con_id); in __of_clk_get()