Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dpci.h162 bool ps_awake; 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()
464 ar_pci->ps_awake = false; in __ath10k_pci_sleep()
501 if (!ar_pci->ps_awake) { in ath10k_pci_force_wake()
508 ar_pci->ps_awake = true; in ath10k_pci_force_wake()
526 ar_pci->ps_awake = false; in ath10k_pci_force_sleep()
543 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in ath10k_pci_wake()
548 if (!ar_pci->ps_awake) { in ath10k_pci_wake()
553 ar_pci->ps_awake = true; in ath10k_pci_wake()
577 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in ath10k_pci_sleep()
[all …]