Searched refs:vqmmc2 (Results 1 – 2 of 2) sorted by relevance
243 if (IS_ERR(mmc->supply.vqmmc2)) in mmc_regulator_set_vqmmc2()249 mmc->supply.vqmmc2, 1700000, 1800000, 1950000); in mmc_regulator_set_vqmmc2()282 mmc->supply.vqmmc2 = devm_regulator_get_optional(dev, "vqmmc2"); in mmc_regulator_get_supply()306 if (IS_ERR(mmc->supply.vqmmc2)) { in mmc_regulator_get_supply()307 if (PTR_ERR(mmc->supply.vqmmc2) == -EPROBE_DEFER) in mmc_regulator_get_supply()
344 struct regulator *vqmmc2; /* Optional supply for phy */ member