Searched refs:ps_wake_refcount (Results 1 – 2 of 2) sorted by relevance
456 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in __ath10k_pci_wake()470 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in __ath10k_pci_sleep()554 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in ath10k_pci_wake()568 ar_pci->ps_wake_refcount++; in ath10k_pci_wake()569 WARN_ON(ar_pci->ps_wake_refcount == 0); in ath10k_pci_wake()588 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in ath10k_pci_sleep()590 if (WARN_ON(ar_pci->ps_wake_refcount == 0)) in ath10k_pci_sleep()593 ar_pci->ps_wake_refcount--; in ath10k_pci_sleep()611 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in ath10k_pci_ps_timer()613 if (ar_pci->ps_wake_refcount > 0) in ath10k_pci_ps_timer()[all …]
150 unsigned long ps_wake_refcount; member