Searched refs:vmmc_supply (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/mmc/
H A Dmmc.c2755 &mmc->vmmc_supply);
2798 if (mmc->vmmc_supply) {
2799 int ret = regulator_set_enable_if_allowed(mmc->vmmc_supply,
2815 if (mmc->vmmc_supply) {
2816 int ret = regulator_set_enable_if_allowed(mmc->vmmc_supply,
/u-boot/include/
H A Dmmc.h718 struct udevice *vmmc_supply; /* Main voltage regulator (Vcc)*/ member in struct:mmc

Completed in 46 milliseconds