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

/linux-4.1.27/include/linux/mmc/
H A Dhost.h244 #define MMC_CAP_AGGRESSIVE_PM (1 << 7) /* Suspend (e)MMC/SD at idle */ macro
/linux-4.1.27/drivers/mmc/core/
H A Dsd.c1171 if (!(host->caps & MMC_CAP_AGGRESSIVE_PM)) mmc_sd_runtime_suspend()
1189 if (!(host->caps & (MMC_CAP_AGGRESSIVE_PM | MMC_CAP_RUNTIME_RESUME))) mmc_sd_runtime_resume()
H A Dmmc.c1763 if (!(host->caps & MMC_CAP_AGGRESSIVE_PM)) mmc_runtime_suspend()
1781 if (!(host->caps & (MMC_CAP_AGGRESSIVE_PM | MMC_CAP_RUNTIME_RESUME))) mmc_runtime_resume()

Completed in 50 milliseconds