Home
last modified time | relevance | path

Searched refs:MMC_CAP_AGGRESSIVE_PM (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/linux/mmc/
Dhost.h317 #define MMC_CAP_AGGRESSIVE_PM (1 << 7) /* Suspend (e)MMC/SD at idle */ macro
/Linux-v4.19/drivers/mmc/host/
Dsdhci-acpi.c467 .caps = MMC_CAP_WAIT_WHILE_BUSY | MMC_CAP_AGGRESSIVE_PM,
Dsdhci-pci-core.c846 MMC_CAP_AGGRESSIVE_PM | MMC_CAP_CD_WAKE; in byt_sd_probe_slot()
/Linux-v4.19/drivers/mmc/core/
Dsd.c1199 if (!(host->caps & MMC_CAP_AGGRESSIVE_PM)) in mmc_sd_runtime_suspend()
Dmmc.c2110 if (!(host->caps & MMC_CAP_AGGRESSIVE_PM)) in mmc_runtime_suspend()