Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dpci.c109 static int ath10k_pci_cold_reset(struct ath10k *ar);
2823 ret = ath10k_pci_cold_reset(ar); in ath10k_pci_qca988x_chip_reset()
2849 ret = ath10k_pci_cold_reset(ar); in ath10k_pci_qca6174_chip_reset()
2879 ret = ath10k_pci_cold_reset(ar); in ath10k_pci_qca99x0_chip_reset()
3435 static int ath10k_pci_cold_reset(struct ath10k *ar) in ath10k_pci_cold_reset() function