Searched refs:ps_wake_refcount (Results 1 – 2 of 2) sorted by relevance
445 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in __ath10k_pci_wake()459 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in __ath10k_pci_sleep()543 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in ath10k_pci_wake()557 ar_pci->ps_wake_refcount++; in ath10k_pci_wake()558 WARN_ON(ar_pci->ps_wake_refcount == 0); in ath10k_pci_wake()577 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in ath10k_pci_sleep()579 if (WARN_ON(ar_pci->ps_wake_refcount == 0)) in ath10k_pci_sleep()582 ar_pci->ps_wake_refcount--; in ath10k_pci_sleep()602 if (ar_pci->ps_wake_refcount > 0) in ath10k_pci_ps_timer()624 WARN_ON(ar_pci->ps_wake_refcount > 0); in ath10k_pci_sleep_sync()[all …]
144 unsigned long ps_wake_refcount; member