Home
last modified time | relevance | path

Searched refs:regulator_vqmmc (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/sdhc/
Drcar_mmc.c73 const struct device *regulator_vqmmc; member
1029 ret = regulator_set_voltage(cfg->regulator_vqmmc, 3300000, 3300000); in rcar_mmc_change_voltage()
1037 ret = regulator_set_voltage(cfg->regulator_vqmmc, 1800000, 1800000); in rcar_mmc_change_voltage()
1471 ret = regulator_enable(cfg->regulator_vqmmc); in rcar_mmc_set_io()
1480 if (regulator_is_enabled(cfg->regulator_vqmmc)) { in rcar_mmc_set_io()
1481 ret = regulator_disable(cfg->regulator_vqmmc); in rcar_mmc_set_io()
1967 regulator_is_supported_voltage(cfg->regulator_vqmmc, 3300000, 3300000); in rcar_mmc_init_host_props()
1969 regulator_is_supported_voltage(cfg->regulator_vqmmc, 3000000, 3000000); in rcar_mmc_init_host_props()
1971 regulator_is_supported_voltage(cfg->regulator_vqmmc, 1800000, 1800000); in rcar_mmc_init_host_props()
2201 .regulator_vqmmc = DEVICE_DT_GET(DT_PHANDLE(DT_DRV_INST(n), vqmmc_supply)), \