Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dpci.c446 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 …]
H A Dpci.h145 unsigned long ps_wake_refcount; member