Searched refs:enable_pll_clk (Results 1 – 3 of 3) sorted by relevance
1180 .enable_pll_clk = ath10k_hw_qca6174_enable_pll_clock,1185 .enable_pll_clk = ath10k_hw_qca6174_enable_pll_clock,
651 int (*enable_pll_clk)(struct ath10k *ar); member
3016 if (ar->hw_params.hw_ops->enable_pll_clk) { in ath10k_core_start()3017 status = ar->hw_params.hw_ops->enable_pll_clk(ar); in ath10k_core_start()