Searched refs:ps_wake_refcount (Results 1 – 2 of 2) sorted by relevance
458 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in __ath10k_pci_wake()478 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in __ath10k_pci_sleep()580 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in ath10k_pci_wake()594 ar_pci->ps_wake_refcount++; in ath10k_pci_wake()595 WARN_ON(ar_pci->ps_wake_refcount == 0); in ath10k_pci_wake()614 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in ath10k_pci_sleep()616 if (WARN_ON(ar_pci->ps_wake_refcount == 0)) in ath10k_pci_sleep()619 ar_pci->ps_wake_refcount--; in ath10k_pci_sleep()637 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in ath10k_pci_ps_timer()639 if (ar_pci->ps_wake_refcount > 0) in ath10k_pci_ps_timer()[all …]
144 unsigned long ps_wake_refcount; member