Searched refs:runtime_suspended (Results 1 – 3 of 3) sorted by relevance
526 bool runtime_suspended; /* Host is runtime suspended */ member
397 if (host->runtime_suspended) in sdhci_led_control()3488 if (host->runtime_suspended) { in sdhci_irq()3793 host->runtime_suspended = true; in sdhci_runtime_suspend_host()3836 host->runtime_suspended = false; in sdhci_runtime_resume_host()
14850 - if (host->runtime_suspended) {14851 + if (host->runtime_suspended && !sdhci_sdio_irq_enabled(host)) {14936 host->runtime_suspended = false;