Lines Matching refs:vqmmc
1784 if (!IS_ERR(mmc->supply.vqmmc)) { in sdhci_do_start_signal_voltage_switch()
1785 ret = regulator_set_voltage(mmc->supply.vqmmc, 2700000, in sdhci_do_start_signal_voltage_switch()
1806 if (!IS_ERR(mmc->supply.vqmmc)) { in sdhci_do_start_signal_voltage_switch()
1807 ret = regulator_set_voltage(mmc->supply.vqmmc, in sdhci_do_start_signal_voltage_switch()
1837 if (!IS_ERR(mmc->supply.vqmmc)) { in sdhci_do_start_signal_voltage_switch()
1838 ret = regulator_set_voltage(mmc->supply.vqmmc, 1100000, in sdhci_do_start_signal_voltage_switch()
3160 if (!IS_ERR(mmc->supply.vqmmc)) { in sdhci_add_host()
3161 ret = regulator_enable(mmc->supply.vqmmc); in sdhci_add_host()
3162 if (!regulator_is_supported_voltage(mmc->supply.vqmmc, 1700000, in sdhci_add_host()
3170 mmc->supply.vqmmc = ERR_PTR(-EINVAL); in sdhci_add_host()
3199 (IS_ERR(mmc->supply.vqmmc) || in sdhci_add_host()
3200 !regulator_is_supported_voltage(mmc->supply.vqmmc, 1100000, in sdhci_add_host()
3483 if (!IS_ERR(mmc->supply.vqmmc)) in sdhci_remove_host()
3484 regulator_disable(mmc->supply.vqmmc); in sdhci_remove_host()