Searched refs:vqmmc_dev (Results 1 – 3 of 3) sorted by relevance
636 if (CONFIG_IS_ENABLED(DM_REGULATOR) && priv->vqmmc_dev) { in tmio_sd_set_pins()638 regulator_set_value(priv->vqmmc_dev, 1800000); in tmio_sd_set_pins()640 regulator_set_value(priv->vqmmc_dev, 3300000); in tmio_sd_set_pins()641 regulator_set_enable(priv->vqmmc_dev, true); in tmio_sd_set_pins()745 &priv->vqmmc_dev); in tmio_sd_probe()746 if (priv->vqmmc_dev) in tmio_sd_probe()747 regulator_set_value(priv->vqmmc_dev, 3300000); in tmio_sd_probe()
162 struct udevice *vqmmc_dev; member760 !IS_ERR_OR_NULL(priv->vqmmc_dev)) { in esdhc_set_voltage()761 ret = regulator_set_value(priv->vqmmc_dev, in esdhc_set_voltage()778 !IS_ERR_OR_NULL(priv->vqmmc_dev)) { in esdhc_set_voltage()779 ret = regulator_set_value(priv->vqmmc_dev, in esdhc_set_voltage()1392 struct udevice *vqmmc_dev; in fsl_esdhc_of_to_plat() local1445 ret = device_get_supply_regulator(dev, "vqmmc-supply", &vqmmc_dev); in fsl_esdhc_of_to_plat()1449 priv->vqmmc_dev = vqmmc_dev; in fsl_esdhc_of_to_plat()1450 ret = regulator_set_enable(vqmmc_dev, true); in fsl_esdhc_of_to_plat()1456 if (regulator_get_value(vqmmc_dev) == 1800000) in fsl_esdhc_of_to_plat()
136 struct udevice *vqmmc_dev; member
Completed in 18 milliseconds