Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/clk/
Dclk.h12 struct clk_hw *of_clk_get_hw(struct device_node *np,
15 static inline struct clk_hw *of_clk_get_hw(struct device_node *np, in of_clk_get_hw() function
Dclkdev.c106 hw = of_clk_get_hw(dev->of_node, 0, con_id); in clk_get()
Dclk.c5134 struct clk_hw *of_clk_get_hw(struct device_node *np, int index, in of_clk_get_hw() function
5155 struct clk_hw *hw = of_clk_get_hw(np, index, con_id); in __of_clk_get()