Searched refs:pci_hard_reset (Results 1 – 2 of 2) sorted by relevance
2789 if (WARN_ON(!ar_pci->pci_hard_reset)) in ath10k_pci_chip_reset()2792 return ar_pci->pci_hard_reset(ar); in ath10k_pci_chip_reset()3495 int (*pci_hard_reset)(struct ath10k *ar); in ath10k_pci_probe() local3504 pci_hard_reset = ath10k_pci_qca988x_chip_reset; in ath10k_pci_probe()3511 pci_hard_reset = ath10k_pci_qca988x_chip_reset; in ath10k_pci_probe()3519 pci_hard_reset = ath10k_pci_qca6174_chip_reset; in ath10k_pci_probe()3526 pci_hard_reset = ath10k_pci_qca99x0_chip_reset; in ath10k_pci_probe()3533 pci_hard_reset = ath10k_pci_qca99x0_chip_reset; in ath10k_pci_probe()3540 pci_hard_reset = ath10k_pci_qca99x0_chip_reset; in ath10k_pci_probe()3547 pci_hard_reset = ath10k_pci_qca6174_chip_reset; in ath10k_pci_probe()[all …]
174 int (*pci_hard_reset)(struct ath10k *ar); member