Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dpci.c458 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 …]
H A Dpci.h144 unsigned long ps_wake_refcount; member