Home
last modified time | relevance | path

Searched refs:pci_hard_reset (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/net/wireless/ath/ath10k/
Dpci.c2809 if (WARN_ON(!ar_pci->pci_hard_reset)) in ath10k_pci_chip_reset()
2812 return ar_pci->pci_hard_reset(ar); in ath10k_pci_chip_reset()
3538 int (*pci_hard_reset)(struct ath10k *ar); in ath10k_pci_probe() local
3548 pci_hard_reset = ath10k_pci_qca988x_chip_reset; in ath10k_pci_probe()
3555 pci_hard_reset = ath10k_pci_qca988x_chip_reset; in ath10k_pci_probe()
3563 pci_hard_reset = ath10k_pci_qca6174_chip_reset; in ath10k_pci_probe()
3570 pci_hard_reset = ath10k_pci_qca99x0_chip_reset; in ath10k_pci_probe()
3577 pci_hard_reset = ath10k_pci_qca99x0_chip_reset; in ath10k_pci_probe()
3584 pci_hard_reset = ath10k_pci_qca99x0_chip_reset; in ath10k_pci_probe()
3591 pci_hard_reset = ath10k_pci_qca6174_chip_reset; in ath10k_pci_probe()
[all …]
Dpci.h174 int (*pci_hard_reset)(struct ath10k *ar); member