Home
last modified time | relevance | path

Searched refs:clk_hw_get_clk (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dclk-provider.h1110 struct clk *clk_hw_get_clk(struct clk_hw *hw, const char *con_id);
/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk.c3831 struct clk *clk_hw_get_clk(struct clk_hw *hw, const char *con_id) in clk_hw_get_clk() function
3838 EXPORT_SYMBOL(clk_hw_get_clk);
4390 clk = clk_hw_get_clk(hw, con_id); in devm_clk_hw_get_clk()