Lines Matching refs:wakeup_required
158 bool wakeup_required; in ath11k_pcic_write32() local
163 wakeup_required = test_bit(ATH11K_FLAG_DEVICE_INIT_DONE, &ab->dev_flags) && in ath11k_pcic_write32()
165 if (wakeup_required && ab->pci.ops->wakeup) in ath11k_pcic_write32()
170 if (wakeup_required && !ret && ab->pci.ops->release) in ath11k_pcic_write32()
195 bool wakeup_required; in ath11k_pcic_read32() local
200 wakeup_required = test_bit(ATH11K_FLAG_DEVICE_INIT_DONE, &ab->dev_flags) && in ath11k_pcic_read32()
202 if (wakeup_required && ab->pci.ops->wakeup) in ath11k_pcic_read32()
207 if (wakeup_required && !ret && ab->pci.ops->release) in ath11k_pcic_read32()
217 bool wakeup_required; in ath11k_pcic_read() local
224 wakeup_required = test_bit(ATH11K_FLAG_DEVICE_INIT_DONE, &ab->dev_flags) && in ath11k_pcic_read()
226 if (wakeup_required && ab->pci.ops->wakeup) { in ath11k_pcic_read()
245 if (wakeup_required && ab->pci.ops->release) in ath11k_pcic_read()