Home
last modified time | relevance | path

Searched refs:vqmmc_enabled (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/mmc/
Ddw_mmc.h200 bool vqmmc_enabled; member
/linux-4.1.27/drivers/mmc/host/
Dmmci.h219 bool vqmmc_enabled; member
Dmmci.c1332 if (!IS_ERR(mmc->supply.vqmmc) && host->vqmmc_enabled) { in mmci_set_ios()
1334 host->vqmmc_enabled = false; in mmci_set_ios()
1351 if (!IS_ERR(mmc->supply.vqmmc) && !host->vqmmc_enabled) { in mmci_set_ios()
1357 host->vqmmc_enabled = true; in mmci_set_ios()
Ddw_mmc.c1208 if (!slot->host->vqmmc_enabled) { in dw_mci_set_ios()
1215 slot->host->vqmmc_enabled = true; in dw_mci_set_ios()
1219 slot->host->vqmmc_enabled = true; in dw_mci_set_ios()
1238 if (!IS_ERR(mmc->supply.vqmmc) && slot->host->vqmmc_enabled) in dw_mci_set_ios()
1240 slot->host->vqmmc_enabled = false; in dw_mci_set_ios()