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

/linux-master/drivers/net/wireless/ath/ath10k/
H A Dpci.h172 int (*pci_soft_reset)(struct ath10k *ar); member in struct:ath10k_pci
H A Dpci.c2670 if (!ar_pci->pci_soft_reset)
2673 return ar_pci->pci_soft_reset(ar);
3538 int (*pci_soft_reset)(struct ath10k *ar);
3548 pci_soft_reset = ath10k_pci_warm_reset;
3555 pci_soft_reset = ath10k_pci_warm_reset;
3563 pci_soft_reset = ath10k_pci_warm_reset;
3570 pci_soft_reset = ath10k_pci_qca99x0_soft_chip_reset;
3577 pci_soft_reset = ath10k_pci_qca99x0_soft_chip_reset;
3584 pci_soft_reset = ath10k_pci_qca99x0_soft_chip_reset;
3591 pci_soft_reset
[all...]

Completed in 127 milliseconds