Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/clk/qcom/
Dclk-hfpll.c22 struct clk_hfpll *h = to_clk_hfpll(hw); in __clk_hfpll_init_once()
59 struct clk_hfpll *h = to_clk_hfpll(hw); in __clk_hfpll_enable()
98 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_enable()
127 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_disable()
137 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_determine_rate()
158 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_set_rate()
196 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_recalc_rate()
208 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_init()
234 struct clk_hfpll *h = to_clk_hfpll(hw); in hfpll_is_enabled()
Dclk-hfpll.h40 #define to_clk_hfpll(_hw) \ macro