Searched refs:to_clk_regmap (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/clk/qcom/ |
H A D | clk-regmap-phy-mux.c | 25 struct clk_regmap *clkr = to_clk_regmap(hw); in phy_mux_is_enabled() 39 struct clk_regmap *clkr = to_clk_regmap(hw); in phy_mux_enable() 49 struct clk_regmap *clkr = to_clk_regmap(hw); in phy_mux_disable()
|
H A D | clk-regmap-mux.c | 15 return container_of(to_clk_regmap(hw), struct clk_regmap_mux, clkr); in to_clk_regmap_mux() 21 struct clk_regmap *clkr = to_clk_regmap(hw); in mux_get_parent() 39 struct clk_regmap *clkr = to_clk_regmap(hw); in mux_set_parent()
|
H A D | clk-regmap.c | 24 struct clk_regmap *rclk = to_clk_regmap(hw); in clk_is_enabled_regmap() 50 struct clk_regmap *rclk = to_clk_regmap(hw); in clk_enable_regmap() 74 struct clk_regmap *rclk = to_clk_regmap(hw); in clk_disable_regmap()
|
H A D | clk-regmap.h | 28 static inline struct clk_regmap *to_clk_regmap(struct clk_hw *hw) in to_clk_regmap() function
|
H A D | clk-hfpll.h | 41 container_of(to_clk_regmap(_hw), struct clk_hfpll, clkr)
|
H A D | clk-cpu-8996.c | 271 return container_of(to_clk_regmap(hw), struct clk_cpu_8996_pmux, clkr); in to_clk_cpu_8996_pmux_hw() 276 struct clk_regmap *clkr = to_clk_regmap(hw); in clk_cpu_8996_pmux_get_parent() 287 struct clk_regmap *clkr = to_clk_regmap(hw); in clk_cpu_8996_pmux_set_parent()
|
H A D | clk-pll.h | 59 #define to_clk_pll(_hw) container_of(to_clk_regmap(_hw), struct clk_pll, clkr)
|
H A D | clk-cbf-8996.c | 108 struct clk_regmap *clkr = to_clk_regmap(hw); in clk_cbf_8996_mux_get_parent() 119 struct clk_regmap *clkr = to_clk_regmap(hw); in clk_cbf_8996_mux_set_parent()
|
H A D | clk-regmap-divider.c | 15 return container_of(to_clk_regmap(hw), struct clk_regmap_div, clkr); in to_clk_regmap_div()
|
H A D | clk-branch.h | 115 container_of(to_clk_regmap(_hw), struct clk_branch, clkr)
|
H A D | clk-regmap-mux-div.c | 21 container_of(to_clk_regmap(_hw), struct clk_regmap_mux_div, clkr)
|