Home
last modified time | relevance | path

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

/drivers/mmc/host/
Dmmci.h219 bool vqmmc_enabled; member
Dmmci.c1330 if (!IS_ERR(mmc->supply.vqmmc) && host->vqmmc_enabled) { in mmci_set_ios()
1332 host->vqmmc_enabled = false; in mmci_set_ios()
1349 if (!IS_ERR(mmc->supply.vqmmc) && !host->vqmmc_enabled) { in mmci_set_ios()
1355 host->vqmmc_enabled = true; in mmci_set_ios()
Ddw_mmc.c1012 if (!IS_ERR(mmc->supply.vqmmc) && !slot->host->vqmmc_enabled) { in dw_mci_set_ios()
1018 slot->host->vqmmc_enabled = true; in dw_mci_set_ios()
1029 if (!IS_ERR(mmc->supply.vqmmc) && slot->host->vqmmc_enabled) { in dw_mci_set_ios()
1031 slot->host->vqmmc_enabled = false; in dw_mci_set_ios()