Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dpci.c2667 if (!ar_pci->pci_soft_reset) in ath10k_pci_safe_chip_reset()
2670 return ar_pci->pci_soft_reset(ar); in ath10k_pci_safe_chip_reset()
3547 int (*pci_soft_reset)(struct ath10k *ar); in ath10k_pci_probe() local
3557 pci_soft_reset = ath10k_pci_warm_reset; in ath10k_pci_probe()
3564 pci_soft_reset = ath10k_pci_warm_reset; in ath10k_pci_probe()
3572 pci_soft_reset = ath10k_pci_warm_reset; in ath10k_pci_probe()
3579 pci_soft_reset = ath10k_pci_qca99x0_soft_chip_reset; in ath10k_pci_probe()
3586 pci_soft_reset = ath10k_pci_qca99x0_soft_chip_reset; in ath10k_pci_probe()
3593 pci_soft_reset = ath10k_pci_qca99x0_soft_chip_reset; in ath10k_pci_probe()
3600 pci_soft_reset = ath10k_pci_warm_reset; in ath10k_pci_probe()
[all …]
H A Dpci.h171 int (*pci_soft_reset)(struct ath10k *ar); member