Searched refs:wakeup_required (Results 1 – 1 of 1) sorted by relevance
154 bool wakeup_required; in ath11k_pcic_write32() local159 wakeup_required = test_bit(ATH11K_FLAG_DEVICE_INIT_DONE, &ab->dev_flags) && in ath11k_pcic_write32()161 if (wakeup_required && ab->pci.ops->wakeup) in ath11k_pcic_write32()166 if (wakeup_required && !ret && ab->pci.ops->release) in ath11k_pcic_write32()187 bool wakeup_required; in ath11k_pcic_read32() local192 wakeup_required = test_bit(ATH11K_FLAG_DEVICE_INIT_DONE, &ab->dev_flags) && in ath11k_pcic_read32()194 if (wakeup_required && ab->pci.ops->wakeup) in ath11k_pcic_read32()199 if (wakeup_required && !ret && ab->pci.ops->release) in ath11k_pcic_read32()209 bool wakeup_required; in ath11k_pcic_read() local216 wakeup_required = test_bit(ATH11K_FLAG_DEVICE_INIT_DONE, &ab->dev_flags) && in ath11k_pcic_read()[all …]