vqmmc             173 drivers/mmc/core/regulator.c 	if (IS_ERR(mmc->supply.vqmmc))
vqmmc             178 drivers/mmc/core/regulator.c 		return mmc_regulator_set_voltage_if_supported(mmc->supply.vqmmc,
vqmmc             181 drivers/mmc/core/regulator.c 		return mmc_regulator_set_voltage_if_supported(mmc->supply.vqmmc,
vqmmc             201 drivers/mmc/core/regulator.c 		if (!mmc_regulator_set_voltage_if_supported(mmc->supply.vqmmc,
vqmmc             205 drivers/mmc/core/regulator.c 		return mmc_regulator_set_voltage_if_supported(mmc->supply.vqmmc,
vqmmc             238 drivers/mmc/core/regulator.c 	mmc->supply.vqmmc = devm_regulator_get_optional(dev, "vqmmc");
vqmmc             252 drivers/mmc/core/regulator.c 	if (IS_ERR(mmc->supply.vqmmc)) {
vqmmc             253 drivers/mmc/core/regulator.c 		if (PTR_ERR(mmc->supply.vqmmc) == -EPROBE_DEFER)
vqmmc             175 drivers/mmc/host/dw_mmc-k3.c 	if (IS_ERR_OR_NULL(mmc->supply.vqmmc))
vqmmc             178 drivers/mmc/host/dw_mmc-k3.c 	ret = regulator_set_voltage(mmc->supply.vqmmc, min_uv, max_uv);
vqmmc             425 drivers/mmc/host/dw_mmc-k3.c 	if (!IS_ERR(mmc->supply.vqmmc)) {
vqmmc            1463 drivers/mmc/host/dw_mmc.c 			if (!IS_ERR(mmc->supply.vqmmc)) {
vqmmc            1464 drivers/mmc/host/dw_mmc.c 				ret = regulator_enable(mmc->supply.vqmmc);
vqmmc            1492 drivers/mmc/host/dw_mmc.c 		if (!IS_ERR(mmc->supply.vqmmc) && slot->host->vqmmc_enabled)
vqmmc            1493 drivers/mmc/host/dw_mmc.c 			regulator_disable(mmc->supply.vqmmc);
vqmmc            1545 drivers/mmc/host/dw_mmc.c 	if (!IS_ERR(mmc->supply.vqmmc)) {
vqmmc             594 drivers/mmc/host/meson-gx-mmc.c 		if (!IS_ERR(mmc->supply.vqmmc) && host->vqmmc_enabled) {
vqmmc             595 drivers/mmc/host/meson-gx-mmc.c 			regulator_disable(mmc->supply.vqmmc);
vqmmc             608 drivers/mmc/host/meson-gx-mmc.c 		if (!IS_ERR(mmc->supply.vqmmc) && !host->vqmmc_enabled) {
vqmmc             609 drivers/mmc/host/meson-gx-mmc.c 			int ret = regulator_enable(mmc->supply.vqmmc);
vqmmc            1009 drivers/mmc/host/meson-gx-mmc.c 	if (!IS_ERR(mmc->supply.vqmmc)) {
vqmmc            1603 drivers/mmc/host/mmci.c 		if (!IS_ERR(mmc->supply.vqmmc) && host->vqmmc_enabled) {
vqmmc            1604 drivers/mmc/host/mmci.c 			regulator_disable(mmc->supply.vqmmc);
vqmmc            1622 drivers/mmc/host/mmci.c 		if (!IS_ERR(mmc->supply.vqmmc) && !host->vqmmc_enabled) {
vqmmc            1623 drivers/mmc/host/mmci.c 			ret = regulator_enable(mmc->supply.vqmmc);
vqmmc            1719 drivers/mmc/host/mmci.c 	if (!IS_ERR(mmc->supply.vqmmc)) {
vqmmc            1723 drivers/mmc/host/mmci.c 			ret = regulator_set_voltage(mmc->supply.vqmmc,
vqmmc            1727 drivers/mmc/host/mmci.c 			ret = regulator_set_voltage(mmc->supply.vqmmc,
vqmmc            1731 drivers/mmc/host/mmci.c 			ret = regulator_set_voltage(mmc->supply.vqmmc,
vqmmc            1335 drivers/mmc/host/mtk-sd.c 	if (!IS_ERR(mmc->supply.vqmmc)) {
vqmmc            1676 drivers/mmc/host/mtk-sd.c 		if (!IS_ERR(mmc->supply.vqmmc) && !host->vqmmc_enabled) {
vqmmc            1677 drivers/mmc/host/mtk-sd.c 			ret = regulator_enable(mmc->supply.vqmmc);
vqmmc            1688 drivers/mmc/host/mtk-sd.c 		if (!IS_ERR(mmc->supply.vqmmc) && host->vqmmc_enabled) {
vqmmc            1689 drivers/mmc/host/mtk-sd.c 			regulator_disable(mmc->supply.vqmmc);
vqmmc             229 drivers/mmc/host/omap_hsmmc.c 	if (!IS_ERR(mmc->supply.vqmmc) && !host->vqmmc_enabled) {
vqmmc             230 drivers/mmc/host/omap_hsmmc.c 		ret = regulator_enable(mmc->supply.vqmmc);
vqmmc             253 drivers/mmc/host/omap_hsmmc.c 	if (!IS_ERR(mmc->supply.vqmmc) && host->vqmmc_enabled) {
vqmmc             254 drivers/mmc/host/omap_hsmmc.c 		ret = regulator_disable(mmc->supply.vqmmc);
vqmmc             271 drivers/mmc/host/omap_hsmmc.c 	if (!IS_ERR(mmc->supply.vqmmc)) {
vqmmc             272 drivers/mmc/host/omap_hsmmc.c 		status = regulator_enable(mmc->supply.vqmmc);
vqmmc             397 drivers/mmc/host/omap_hsmmc.c 	ret = omap_hsmmc_disable_boot_regulator(mmc->supply.vqmmc);
vqmmc             425 drivers/mmc/host/omap_hsmmc.c 	if (IS_ERR(mmc->supply.vqmmc)) {
vqmmc             426 drivers/mmc/host/omap_hsmmc.c 		mmc->supply.vqmmc = devm_regulator_get_optional(host->dev,
vqmmc             428 drivers/mmc/host/omap_hsmmc.c 		if (IS_ERR(mmc->supply.vqmmc)) {
vqmmc             429 drivers/mmc/host/omap_hsmmc.c 			ret = PTR_ERR(mmc->supply.vqmmc);
vqmmc             433 drivers/mmc/host/omap_hsmmc.c 				PTR_ERR(mmc->supply.vqmmc));
vqmmc            1655 drivers/mmc/host/sdhci-msm.c 	struct regulator *supply = mmc->supply.vqmmc;
vqmmc            1660 drivers/mmc/host/sdhci-msm.c 	if (!IS_ERR(mmc->supply.vqmmc)) {
vqmmc             178 drivers/mmc/host/sdhci-omap.c 	if (!IS_ERR(mmc->supply.vqmmc)) {
vqmmc             179 drivers/mmc/host/sdhci-omap.c 		ret = regulator_set_voltage(mmc->supply.vqmmc, iov, iov);
vqmmc             844 drivers/mmc/host/sdhci-omap.c 	struct regulator *vqmmc;
vqmmc             846 drivers/mmc/host/sdhci-omap.c 	vqmmc = regulator_get(dev, "vqmmc");
vqmmc             847 drivers/mmc/host/sdhci-omap.c 	if (IS_ERR(vqmmc)) {
vqmmc             848 drivers/mmc/host/sdhci-omap.c 		ret = PTR_ERR(vqmmc);
vqmmc             856 drivers/mmc/host/sdhci-omap.c 	if (regulator_is_supported_voltage(vqmmc, IOV_3V3, IOV_3V3))
vqmmc             858 drivers/mmc/host/sdhci-omap.c 	if (regulator_is_supported_voltage(vqmmc, IOV_1V8, IOV_1V8))
vqmmc             864 drivers/mmc/host/sdhci-omap.c 	regulator_put(vqmmc);
vqmmc             423 drivers/mmc/host/sdhci-sprd.c 	if (!IS_ERR(mmc->supply.vqmmc)) {
vqmmc             290 drivers/mmc/host/sdhci-tegra.c 	if (IS_ERR(host->mmc->supply.vqmmc))
vqmmc             293 drivers/mmc/host/sdhci-tegra.c 	has_1v8 = regulator_is_supported_voltage(host->mmc->supply.vqmmc,
vqmmc             296 drivers/mmc/host/sdhci-tegra.c 	has_3v3 = regulator_is_supported_voltage(host->mmc->supply.vqmmc,
vqmmc             329 drivers/mmc/host/sdhci-xenon.c 	if (PTR_ERR(mmc->supply.vqmmc) == -ENODEV)
vqmmc            2190 drivers/mmc/host/sdhci.c 		if (!IS_ERR(mmc->supply.vqmmc)) {
vqmmc            2213 drivers/mmc/host/sdhci.c 		if (!IS_ERR(mmc->supply.vqmmc)) {
vqmmc            2245 drivers/mmc/host/sdhci.c 		if (!IS_ERR(mmc->supply.vqmmc)) {
vqmmc            3994 drivers/mmc/host/sdhci.c 	if (!IS_ERR(mmc->supply.vqmmc)) {
vqmmc            3995 drivers/mmc/host/sdhci.c 		ret = regulator_enable(mmc->supply.vqmmc);
vqmmc            3998 drivers/mmc/host/sdhci.c 		if (!regulator_is_supported_voltage(mmc->supply.vqmmc, 1700000,
vqmmc            4005 drivers/mmc/host/sdhci.c 		if (!regulator_is_supported_voltage(mmc->supply.vqmmc, 2700000,
vqmmc            4012 drivers/mmc/host/sdhci.c 			mmc->supply.vqmmc = ERR_PTR(-EINVAL);
vqmmc            4053 drivers/mmc/host/sdhci.c 	    (IS_ERR(mmc->supply.vqmmc) ||
vqmmc            4054 drivers/mmc/host/sdhci.c 	     !regulator_is_supported_voltage(mmc->supply.vqmmc, 1100000,
vqmmc            4248 drivers/mmc/host/sdhci.c 	if (!IS_ERR(mmc->supply.vqmmc))
vqmmc            4249 drivers/mmc/host/sdhci.c 		regulator_disable(mmc->supply.vqmmc);
vqmmc            4266 drivers/mmc/host/sdhci.c 	if (!IS_ERR(mmc->supply.vqmmc))
vqmmc            4267 drivers/mmc/host/sdhci.c 		regulator_disable(mmc->supply.vqmmc);
vqmmc            4398 drivers/mmc/host/sdhci.c 	if (!IS_ERR(mmc->supply.vqmmc))
vqmmc            4399 drivers/mmc/host/sdhci.c 		regulator_disable(mmc->supply.vqmmc);
vqmmc             914 drivers/mmc/host/sunxi-mmc.c 		if (!IS_ERR(mmc->supply.vqmmc)) {
vqmmc             915 drivers/mmc/host/sunxi-mmc.c 			host->ferror = regulator_enable(mmc->supply.vqmmc);
vqmmc             931 drivers/mmc/host/sunxi-mmc.c 		if (!IS_ERR(mmc->supply.vqmmc) && host->vqmmc_enabled)
vqmmc             932 drivers/mmc/host/sunxi-mmc.c 			regulator_disable(mmc->supply.vqmmc);
vqmmc             955 drivers/mmc/host/sunxi-mmc.c 	if (!IS_ERR(mmc->supply.vqmmc))
vqmmc             889 drivers/mmc/host/tmio_mmc_core.c 	if (!IS_ERR(mmc->supply.vqmmc) && !ret) {
vqmmc             890 drivers/mmc/host/tmio_mmc_core.c 		ret = regulator_enable(mmc->supply.vqmmc);
vqmmc             903 drivers/mmc/host/tmio_mmc_core.c 	if (!IS_ERR(mmc->supply.vqmmc))
vqmmc             904 drivers/mmc/host/tmio_mmc_core.c 		regulator_disable(mmc->supply.vqmmc);
vqmmc             264 include/linux/mmc/host.h 	struct regulator *vqmmc;	/* Optional Vccq supply */