Home
last modified time | relevance | path

Searched refs:__clk_get_hw (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/clk/rockchip/
H A Dclk-cpu.c271 parent_name = clk_hw_get_name(__clk_get_hw(parent)); in rockchip_clk_register_cpuclk()
297 cpuclk->pll_hw = __clk_get_hw(pll_clk); in rockchip_clk_register_cpuclk()
H A Dclk.c402 hw = __clk_get_hw(clk); in rockchip_clk_register_composite_brother_branch()
403 brother_hw = __clk_get_hw(brother_clk); in rockchip_clk_register_composite_brother_branch()
H A Dclk-pll.c104 pll = to_rockchip_clk_pll(__clk_get_hw(parent)); in rockchip_pll_clk_adaptive_scaling()
126 pll = to_rockchip_clk_pll(__clk_get_hw(parent)); in rockchip_pll_clk_rate_to_scale()
153 pll = to_rockchip_clk_pll(__clk_get_hw(parent)); in rockchip_pll_clk_scale_to_rate()
1133 pll = to_rockchip_clk_pll(__clk_get_hw(parent)); in rockchip_pll_clk_compensation()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dclk-provider.h1003 struct clk_hw *__clk_get_hw(struct clk *clk);
1005 static inline struct clk_hw *__clk_get_hw(struct clk *clk) in __clk_get_hw() function

Completed in 11 milliseconds