Searched refs:enable_pll_clk (Results 1 – 3 of 3) sorted by relevance
1144 .enable_pll_clk = ath10k_hw_qca6174_enable_pll_clock,1149 .enable_pll_clk = ath10k_hw_qca6174_enable_pll_clock,
647 int (*enable_pll_clk)(struct ath10k *ar); member
2906 if (ar->hw_params.hw_ops->enable_pll_clk) { in ath10k_core_start()2907 status = ar->hw_params.hw_ops->enable_pll_clk(ar); in ath10k_core_start()