Loading drivers/clk/qcom/clk-alpha-pll.c +7 −0 Original line number Diff line number Diff line Loading @@ -1249,6 +1249,13 @@ static void clk_regera_pll_list_registers(struct seq_file *f, struct clk_hw *hw) &pll_vote_reg); } const struct clk_ops clk_pll_sleep_vote_ops = { .enable = clk_enable_regmap, .disable = clk_disable_regmap, .list_registers = clk_alpha_pll_list_registers, }; EXPORT_SYMBOL(clk_pll_sleep_vote_ops); const struct clk_ops clk_alpha_pll_ops = { .enable = clk_alpha_pll_enable, .disable = clk_alpha_pll_disable, Loading drivers/clk/qcom/clk-alpha-pll.h +1 −0 Original line number Diff line number Diff line Loading @@ -134,6 +134,7 @@ extern const struct clk_ops clk_trion_fixed_pll_ops; extern const struct clk_ops clk_trion_pll_postdiv_ops; extern const struct clk_ops clk_regera_pll_ops; extern const struct clk_ops clk_alpha_pll_slew_ops; extern const struct clk_ops clk_pll_sleep_vote_ops; void clk_alpha_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap, const struct alpha_pll_config *config); Loading Loading
drivers/clk/qcom/clk-alpha-pll.c +7 −0 Original line number Diff line number Diff line Loading @@ -1249,6 +1249,13 @@ static void clk_regera_pll_list_registers(struct seq_file *f, struct clk_hw *hw) &pll_vote_reg); } const struct clk_ops clk_pll_sleep_vote_ops = { .enable = clk_enable_regmap, .disable = clk_disable_regmap, .list_registers = clk_alpha_pll_list_registers, }; EXPORT_SYMBOL(clk_pll_sleep_vote_ops); const struct clk_ops clk_alpha_pll_ops = { .enable = clk_alpha_pll_enable, .disable = clk_alpha_pll_disable, Loading
drivers/clk/qcom/clk-alpha-pll.h +1 −0 Original line number Diff line number Diff line Loading @@ -134,6 +134,7 @@ extern const struct clk_ops clk_trion_fixed_pll_ops; extern const struct clk_ops clk_trion_pll_postdiv_ops; extern const struct clk_ops clk_regera_pll_ops; extern const struct clk_ops clk_alpha_pll_slew_ops; extern const struct clk_ops clk_pll_sleep_vote_ops; void clk_alpha_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap, const struct alpha_pll_config *config); Loading