Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dpci.c2807 if (WARN_ON(!ar_pci->pci_hard_reset)) in ath10k_pci_chip_reset()
2810 return ar_pci->pci_hard_reset(ar); in ath10k_pci_chip_reset()
3548 int (*pci_hard_reset)(struct ath10k *ar); in ath10k_pci_probe() local
3558 pci_hard_reset = ath10k_pci_qca988x_chip_reset; in ath10k_pci_probe()
3565 pci_hard_reset = ath10k_pci_qca988x_chip_reset; in ath10k_pci_probe()
3573 pci_hard_reset = ath10k_pci_qca6174_chip_reset; in ath10k_pci_probe()
3580 pci_hard_reset = ath10k_pci_qca99x0_chip_reset; in ath10k_pci_probe()
3587 pci_hard_reset = ath10k_pci_qca99x0_chip_reset; in ath10k_pci_probe()
3594 pci_hard_reset = ath10k_pci_qca99x0_chip_reset; in ath10k_pci_probe()
3601 pci_hard_reset = ath10k_pci_qca6174_chip_reset; in ath10k_pci_probe()
[all …]
H A Dpci.h174 int (*pci_hard_reset)(struct ath10k *ar); member