Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dpci.c460 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in __ath10k_pci_wake()
480 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in __ath10k_pci_sleep()
491 ar_pci->ps_awake = false; in __ath10k_pci_sleep()
528 if (!ar_pci->ps_awake) { in ath10k_pci_force_wake()
541 ar_pci->ps_awake = true; in ath10k_pci_force_wake()
565 ar_pci->ps_awake = false; in ath10k_pci_force_sleep()
582 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in ath10k_pci_wake()
587 if (!ar_pci->ps_awake) { in ath10k_pci_wake()
592 ar_pci->ps_awake = true; in ath10k_pci_wake()
616 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in ath10k_pci_sleep()
[all …]
H A Dpci.h163 bool ps_awake; member