Searched refs:vqmmc_enabled (Results 1 – 6 of 6) sorted by relevance
216 bool vqmmc_enabled; member
219 bool vqmmc_enabled; member
326 bool vqmmc_enabled; member1228 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()
187 int vqmmc_enabled; member261 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()
1332 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()
1332 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()