Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dpci.h249 int ath10k_pci_wait_for_target_init(struct ath10k *ar);
H A Dpci.c2641 ath10k_pci_wait_for_target_init(ar); in ath10k_pci_warm_reset()
2648 ret = ath10k_pci_wait_for_target_init(ar); in ath10k_pci_warm_reset()
2737 ret = ath10k_pci_wait_for_target_init(ar); in ath10k_pci_qca988x_chip_reset()
2763 ret = ath10k_pci_wait_for_target_init(ar); in ath10k_pci_qca6174_chip_reset()
2793 ret = ath10k_pci_wait_for_target_init(ar); in ath10k_pci_qca99x0_chip_reset()
3282 int ath10k_pci_wait_for_target_init(struct ath10k *ar) in ath10k_pci_wait_for_target_init() function
H A Dahb.c577 ret = ath10k_pci_wait_for_target_init(ar); in ath10k_ahb_prepare_device()