Lines Matching refs:vqmmc
261 if (mmc->supply.vqmmc && !host->vqmmc_enabled) { in omap_hsmmc_enable_supply()
262 ret = regulator_enable(mmc->supply.vqmmc); in omap_hsmmc_enable_supply()
285 if (mmc->supply.vqmmc && host->vqmmc_enabled) { in omap_hsmmc_disable_supply()
286 ret = regulator_disable(mmc->supply.vqmmc); in omap_hsmmc_disable_supply()
303 if (mmc->supply.vqmmc) { in omap_hsmmc_disable_supply()
304 status = regulator_enable(mmc->supply.vqmmc); in omap_hsmmc_disable_supply()
452 ret = omap_hsmmc_disable_boot_regulator(mmc->supply.vqmmc); in omap_hsmmc_disable_boot_regulators()
493 mmc->supply.vqmmc = devm_regulator_get_optional(host->dev, "vmmc_aux"); in omap_hsmmc_reg_get()
494 if (IS_ERR(mmc->supply.vqmmc)) { in omap_hsmmc_reg_get()
495 ret = PTR_ERR(mmc->supply.vqmmc); in omap_hsmmc_reg_get()
499 PTR_ERR(mmc->supply.vqmmc)); in omap_hsmmc_reg_get()
500 mmc->supply.vqmmc = NULL; in omap_hsmmc_reg_get()