Searched refs:enable_pll_clk (Results 1 – 3 of 3) sorted by relevance
1157 .enable_pll_clk = ath10k_hw_qca6174_enable_pll_clock,1162 .enable_pll_clk = ath10k_hw_qca6174_enable_pll_clock,
639 int (*enable_pll_clk)(struct ath10k *ar); member
2641 if (ar->hw_params.hw_ops->enable_pll_clk) { in ath10k_core_start()2642 status = ar->hw_params.hw_ops->enable_pll_clk(ar); in ath10k_core_start()