Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mmc/
Dhost.h247 #define MMC_CAP_AGGRESSIVE_PM (1 << 7) /* Suspend (e)MMC/SD at idle */ macro
/linux-4.4.14/drivers/mmc/core/
Dsd.c1150 if (!(host->caps & MMC_CAP_AGGRESSIVE_PM)) in mmc_sd_runtime_suspend()
1168 if (!(host->caps & (MMC_CAP_AGGRESSIVE_PM | MMC_CAP_RUNTIME_RESUME))) in mmc_sd_runtime_resume()
Dmmc.c1934 if (!(host->caps & MMC_CAP_AGGRESSIVE_PM)) in mmc_runtime_suspend()
1952 if (!(host->caps & (MMC_CAP_AGGRESSIVE_PM | MMC_CAP_RUNTIME_RESUME))) in mmc_runtime_resume()