Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dpci.h203 unsigned long ps_wake_refcount; member
Dpci.c437 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in __ath10k_pci_wake()
451 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in __ath10k_pci_sleep()
532 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in ath10k_pci_wake()
546 ar_pci->ps_wake_refcount++; in ath10k_pci_wake()
547 WARN_ON(ar_pci->ps_wake_refcount == 0); in ath10k_pci_wake()
566 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in ath10k_pci_sleep()
568 if (WARN_ON(ar_pci->ps_wake_refcount == 0)) in ath10k_pci_sleep()
571 ar_pci->ps_wake_refcount--; in ath10k_pci_sleep()
589 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in ath10k_pci_ps_timer()
591 if (ar_pci->ps_wake_refcount > 0) in ath10k_pci_ps_timer()
[all …]