Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dpci.c2646 if (!ar_pci->pci_soft_reset) in ath10k_pci_safe_chip_reset()
2649 return ar_pci->pci_soft_reset(ar); in ath10k_pci_safe_chip_reset()
3487 int (*pci_soft_reset)(struct ath10k *ar); in ath10k_pci_probe() local
3496 pci_soft_reset = ath10k_pci_warm_reset; in ath10k_pci_probe()
3503 pci_soft_reset = ath10k_pci_warm_reset; in ath10k_pci_probe()
3511 pci_soft_reset = ath10k_pci_warm_reset; in ath10k_pci_probe()
3518 pci_soft_reset = ath10k_pci_qca99x0_soft_chip_reset; in ath10k_pci_probe()
3525 pci_soft_reset = ath10k_pci_qca99x0_soft_chip_reset; in ath10k_pci_probe()
3532 pci_soft_reset = ath10k_pci_qca99x0_soft_chip_reset; in ath10k_pci_probe()
3539 pci_soft_reset = NULL; in ath10k_pci_probe()
[all …]
Dpci.h177 int (*pci_soft_reset)(struct ath10k *ar); member