Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Ddw_mmc-rockchip.c244 MMC_CAP_RUNTIME_RESUME, /* emmc */
245 MMC_CAP_RUNTIME_RESUME, /* sdmmc */
246 MMC_CAP_RUNTIME_RESUME, /* sdio0 */
247 MMC_CAP_RUNTIME_RESUME, /* sdio1 */
Dmtk-sd.c1546 mmc->caps |= MMC_CAP_RUNTIME_RESUME; in msdc_drv_probe()
/linux-4.4.14/include/linux/mmc/
Dhost.h262 #define MMC_CAP_RUNTIME_RESUME (1 << 20) /* Resume at runtime_resume. */ macro
/linux-4.4.14/drivers/mmc/core/
Dsd.c1133 if (!(host->caps & MMC_CAP_RUNTIME_RESUME)) { in mmc_sd_resume()
1168 if (!(host->caps & (MMC_CAP_AGGRESSIVE_PM | MMC_CAP_RUNTIME_RESUME))) in mmc_sd_runtime_resume()
Dmmc.c1917 if (!(host->caps & MMC_CAP_RUNTIME_RESUME)) { in mmc_resume()
1952 if (!(host->caps & (MMC_CAP_AGGRESSIVE_PM | MMC_CAP_RUNTIME_RESUME))) in mmc_runtime_resume()