Lines Matching refs:vqmmc
1802 if (!IS_ERR(mmc->supply.vqmmc)) { in sdhci_do_start_signal_voltage_switch()
1803 ret = regulator_set_voltage(mmc->supply.vqmmc, 2700000, in sdhci_do_start_signal_voltage_switch()
1824 if (!IS_ERR(mmc->supply.vqmmc)) { in sdhci_do_start_signal_voltage_switch()
1825 ret = regulator_set_voltage(mmc->supply.vqmmc, in sdhci_do_start_signal_voltage_switch()
1855 if (!IS_ERR(mmc->supply.vqmmc)) { in sdhci_do_start_signal_voltage_switch()
1856 ret = regulator_set_voltage(mmc->supply.vqmmc, 1100000, in sdhci_do_start_signal_voltage_switch()
3190 if (!IS_ERR(mmc->supply.vqmmc)) { in sdhci_add_host()
3191 ret = regulator_enable(mmc->supply.vqmmc); in sdhci_add_host()
3192 if (!regulator_is_supported_voltage(mmc->supply.vqmmc, 1700000, in sdhci_add_host()
3200 mmc->supply.vqmmc = ERR_PTR(-EINVAL); in sdhci_add_host()
3229 (IS_ERR(mmc->supply.vqmmc) || in sdhci_add_host()
3230 !regulator_is_supported_voltage(mmc->supply.vqmmc, 1100000, in sdhci_add_host()
3520 if (!IS_ERR(mmc->supply.vqmmc)) in sdhci_remove_host()
3521 regulator_disable(mmc->supply.vqmmc); in sdhci_remove_host()