Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mmc/
Ddw_mmc.h216 bool vqmmc_enabled; member
/linux-4.4.14/drivers/mmc/host/
Dmmci.h219 bool vqmmc_enabled; member
Dmtk-sd.c326 bool vqmmc_enabled; member
1228 if (!IS_ERR(mmc->supply.vqmmc) && !host->vqmmc_enabled) { in msdc_ops_set_ios()
1233 host->vqmmc_enabled = true; in msdc_ops_set_ios()
1240 if (!IS_ERR(mmc->supply.vqmmc) && host->vqmmc_enabled) { in msdc_ops_set_ios()
1242 host->vqmmc_enabled = false; in msdc_ops_set_ios()
Domap_hsmmc.c187 int vqmmc_enabled; member
261 if (mmc->supply.vqmmc && !host->vqmmc_enabled) { in omap_hsmmc_enable_supply()
267 host->vqmmc_enabled = 1; in omap_hsmmc_enable_supply()
285 if (mmc->supply.vqmmc && host->vqmmc_enabled) { in omap_hsmmc_disable_supply()
291 host->vqmmc_enabled = 0; in omap_hsmmc_disable_supply()
2060 host->vqmmc_enabled = 0; in omap_hsmmc_probe()
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.c1332 if (!slot->host->vqmmc_enabled) { in dw_mci_set_ios()
1339 slot->host->vqmmc_enabled = true; in dw_mci_set_ios()
1343 slot->host->vqmmc_enabled = true; in dw_mci_set_ios()
1362 if (!IS_ERR(mmc->supply.vqmmc) && slot->host->vqmmc_enabled) in dw_mci_set_ios()
1364 slot->host->vqmmc_enabled = false; in dw_mci_set_ios()