Searched refs:vqmmc2 (Results 1 – 3 of 3) sorted by relevance
244 if (IS_ERR(mmc->supply.vqmmc2)) in mmc_regulator_set_vqmmc2()250 mmc->supply.vqmmc2, 1700000, 1800000, 1950000); in mmc_regulator_set_vqmmc2()359 mmc->supply.vqmmc2 = devm_regulator_get_optional(dev, "vqmmc2"); in mmc_regulator_get_supply()383 if (IS_ERR(mmc->supply.vqmmc2)) { in mmc_regulator_get_supply()384 if (PTR_ERR(mmc->supply.vqmmc2) == -EPROBE_DEFER) in mmc_regulator_get_supply()
345 struct regulator *vqmmc2; /* Optional supply for phy */ member
1173 !IS_ERR(mmc->supply.vqmmc2)) { in __sdhci_uhs2_add_host_v4()1175 int curr = regulator_get_current_limit(mmc->supply.vqmmc2); in __sdhci_uhs2_add_host_v4()