Lines Matching refs:vqmmc
2633 if (!IS_ERR(mmc->supply.vqmmc)) {
2656 if (!IS_ERR(mmc->supply.vqmmc)) {
2688 if (!IS_ERR(mmc->supply.vqmmc)) {
4244 if (!mmc->supply.vqmmc) {
4505 if (!IS_ERR(mmc->supply.vqmmc)) {
4507 ret = regulator_enable(mmc->supply.vqmmc);
4511 /* If vqmmc provides no 1.8V signalling, then there's no UHS */
4512 if (!regulator_is_supported_voltage(mmc->supply.vqmmc, 1700000,
4518 /* In eMMC case vqmmc might be a fixed 1.8V regulator */
4519 if (!regulator_is_supported_voltage(mmc->supply.vqmmc, 2700000,
4524 pr_warn("%s: Failed to enable vqmmc regulator: %d\n",
4526 mmc->supply.vqmmc = ERR_PTR(-EINVAL);
4568 (IS_ERR(mmc->supply.vqmmc) ||
4569 !regulator_is_supported_voltage(mmc->supply.vqmmc, 1100000,
4758 regulator_disable(mmc->supply.vqmmc);
4776 regulator_disable(mmc->supply.vqmmc);
4919 regulator_disable(mmc->supply.vqmmc);