Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath11k/
A Dpcic.c178 bool wakeup_required; in ath11k_pcic_write32() local
183 wakeup_required = test_bit(ATH11K_FLAG_DEVICE_INIT_DONE, &ab->dev_flags) && in ath11k_pcic_write32()
185 if (wakeup_required && ab->pci.ops->wakeup) in ath11k_pcic_write32()
190 if (wakeup_required && !ret && ab->pci.ops->release) in ath11k_pcic_write32()
211 bool wakeup_required; in ath11k_pcic_read32() local
216 wakeup_required = test_bit(ATH11K_FLAG_DEVICE_INIT_DONE, &ab->dev_flags) && in ath11k_pcic_read32()
218 if (wakeup_required && ab->pci.ops->wakeup) in ath11k_pcic_read32()
223 if (wakeup_required && !ret && ab->pci.ops->release) in ath11k_pcic_read32()
233 bool wakeup_required; in ath11k_pcic_read() local
242 if (wakeup_required && ab->pci.ops->wakeup) { in ath11k_pcic_read()
[all …]

Completed in 5 milliseconds