Searched refs:MMC_CAP_RUNTIME_RESUME (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/mmc/host/
H A Ddw_mmc-rockchip.c81 MMC_CAP_RUNTIME_RESUME, /* emmc */
82 MMC_CAP_RUNTIME_RESUME, /* sdmmc */
83 MMC_CAP_RUNTIME_RESUME, /* sdio0 */
84 MMC_CAP_RUNTIME_RESUME, /* sdio1 */
/linux-4.1.27/include/linux/mmc/
H A Dhost.h259 #define MMC_CAP_RUNTIME_RESUME (1 << 20) /* Resume at runtime_resume. */ macro
/linux-4.1.27/drivers/mmc/core/
H A Dsd.c1154 if (!(host->caps & MMC_CAP_RUNTIME_RESUME)) { mmc_sd_resume()
1189 if (!(host->caps & (MMC_CAP_AGGRESSIVE_PM | MMC_CAP_RUNTIME_RESUME))) mmc_sd_runtime_resume()
H A Dmmc.c1746 if (!(host->caps & MMC_CAP_RUNTIME_RESUME)) { mmc_resume()
1781 if (!(host->caps & (MMC_CAP_AGGRESSIVE_PM | MMC_CAP_RUNTIME_RESUME))) mmc_runtime_resume()

Completed in 51 milliseconds