Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dpci.c526 if (ar_pci->pci_ps == 0) in ath10k_pci_wake()
560 if (ar_pci->pci_ps == 0) in ath10k_pci_sleep()
605 if (ar_pci->pci_ps == 0) { in ath10k_pci_sleep_sync()
2472 if (ar_pci->pci_ps == 0) { in ath10k_pci_hif_resume()
2584 if (ar_pci->pci_ps == 0) { in ath10k_pci_interrupt_handler()
2991 bool pci_ps; in ath10k_pci_probe() local
2996 pci_ps = false; in ath10k_pci_probe()
3001 pci_ps = true; in ath10k_pci_probe()
3005 pci_ps = false; in ath10k_pci_probe()
3009 pci_ps = true; in ath10k_pci_probe()
[all …]
Dpci.h227 bool pci_ps; member