Lines Matching refs:vqmmc
2606 if (!IS_ERR(mmc->supply.vqmmc)) {
2629 if (!IS_ERR(mmc->supply.vqmmc)) {
2661 if (!IS_ERR(mmc->supply.vqmmc)) {
4197 if (!mmc->supply.vqmmc) {
4458 if (!IS_ERR(mmc->supply.vqmmc)) {
4460 ret = regulator_enable(mmc->supply.vqmmc);
4464 /* If vqmmc provides no 1.8V signalling, then there's no UHS */
4465 if (!regulator_is_supported_voltage(mmc->supply.vqmmc, 1700000,
4471 /* In eMMC case vqmmc might be a fixed 1.8V regulator */
4472 if (!regulator_is_supported_voltage(mmc->supply.vqmmc, 2700000,
4477 pr_warn("%s: Failed to enable vqmmc regulator: %d\n",
4479 mmc->supply.vqmmc = ERR_PTR(-EINVAL);
4521 (IS_ERR(mmc->supply.vqmmc) ||
4522 !regulator_is_supported_voltage(mmc->supply.vqmmc, 1100000,
4715 regulator_disable(mmc->supply.vqmmc);
4733 regulator_disable(mmc->supply.vqmmc);
4876 regulator_disable(mmc->supply.vqmmc);