Lines Matching refs:wakeup_required
165 bool wakeup_required; in ath11k_pcic_write32() local
170 wakeup_required = test_bit(ATH11K_FLAG_DEVICE_INIT_DONE, &ab->dev_flags) && in ath11k_pcic_write32()
172 if (wakeup_required && ab->pci.ops->wakeup) in ath11k_pcic_write32()
177 if (wakeup_required && !ret && ab->pci.ops->release) in ath11k_pcic_write32()
198 bool wakeup_required; in ath11k_pcic_read32() local
203 wakeup_required = test_bit(ATH11K_FLAG_DEVICE_INIT_DONE, &ab->dev_flags) && in ath11k_pcic_read32()
205 if (wakeup_required && ab->pci.ops->wakeup) in ath11k_pcic_read32()
210 if (wakeup_required && !ret && ab->pci.ops->release) in ath11k_pcic_read32()
220 bool wakeup_required; in ath11k_pcic_read() local
227 wakeup_required = test_bit(ATH11K_FLAG_DEVICE_INIT_DONE, &ab->dev_flags) && in ath11k_pcic_read()
229 if (wakeup_required && ab->pci.ops->wakeup) { in ath11k_pcic_read()
248 if (wakeup_required && ab->pci.ops->release) in ath11k_pcic_read()