Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath10k/
A Dpci.c447 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in __ath10k_pci_wake()
461 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in __ath10k_pci_sleep()
545 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in ath10k_pci_wake()
559 ar_pci->ps_wake_refcount++; in ath10k_pci_wake()
560 WARN_ON(ar_pci->ps_wake_refcount == 0); in ath10k_pci_wake()
579 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in ath10k_pci_sleep()
581 if (WARN_ON(ar_pci->ps_wake_refcount == 0)) in ath10k_pci_sleep()
584 ar_pci->ps_wake_refcount--; in ath10k_pci_sleep()
604 if (ar_pci->ps_wake_refcount > 0) in ath10k_pci_ps_timer()
626 WARN_ON(ar_pci->ps_wake_refcount > 0); in ath10k_pci_sleep_sync()
[all …]
A Dpci.h145 unsigned long ps_wake_refcount; member

Completed in 12 milliseconds