Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
Dsdhci.h526 bool runtime_suspended; /* Host is runtime suspended */ member
Dsdhci.c397 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()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch14850 - if (host->runtime_suspended) {
14851 + if (host->runtime_suspended && !sdhci_sdio_irq_enabled(host)) {
14936 host->runtime_suspended = false;