Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Djz4740_mmc.c163 bool vqmmc_enabled; member
957 if (!IS_ERR(mmc->supply.vqmmc) && !host->vqmmc_enabled) { in jz4740_mmc_set_ios()
962 host->vqmmc_enabled = true; in jz4740_mmc_set_ios()
968 if (!IS_ERR(mmc->supply.vqmmc) && host->vqmmc_enabled) { in jz4740_mmc_set_ios()
970 host->vqmmc_enabled = false; in jz4740_mmc_set_ios()
H A Ddw_mmc.c1500 if (!slot->host->vqmmc_enabled) { in dw_mci_set_ios()
1507 slot->host->vqmmc_enabled = true; in dw_mci_set_ios()
1511 slot->host->vqmmc_enabled = true; in dw_mci_set_ios()
1530 if (!IS_ERR(mmc->supply.vqmmc) && slot->host->vqmmc_enabled) in dw_mci_set_ios()
1532 slot->host->vqmmc_enabled = false; in dw_mci_set_ios()
/linux/include/linux/mmc/
H A Dhost.h497 unsigned int vqmmc_enabled:1; /* vqmmc regulator is enabled */ member