Searched refs:ps_wake_refcount (Results 1 – 2 of 2) sorted by relevance
446 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in __ath10k_pci_wake()460 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in __ath10k_pci_sleep()544 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in ath10k_pci_wake()558 ar_pci->ps_wake_refcount++; in ath10k_pci_wake()559 WARN_ON(ar_pci->ps_wake_refcount == 0); in ath10k_pci_wake()578 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in ath10k_pci_sleep()580 if (WARN_ON(ar_pci->ps_wake_refcount == 0)) in ath10k_pci_sleep()583 ar_pci->ps_wake_refcount--; in ath10k_pci_sleep()601 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in ath10k_pci_ps_timer()603 if (ar_pci->ps_wake_refcount > 0) in ath10k_pci_ps_timer()[all …]
145 unsigned long ps_wake_refcount; member