Home
last modified time | relevance | path

Searched refs:ps_wake_refcount (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dpci.h135 /* Protects ps_awake and ps_wake_refcount */
144 unsigned long ps_wake_refcount; member
H A Dpci.c445 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()
600 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in ath10k_pci_ps_timer()
602 if (ar_pci->ps_wake_refcount > in ath10k_pci_ps_timer()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dpci.h135 /* Protects ps_awake and ps_wake_refcount */
144 unsigned long ps_wake_refcount; member
H A Dpci.c445 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()
600 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in ath10k_pci_ps_timer()
602 if (ar_pci->ps_wake_refcount > in ath10k_pci_ps_timer()
[all...]

Completed in 10 milliseconds