Symbol: regulator_is_supported_voltage
drivers/gpu/drm/panel/panel-boe-bf060y8m-aj0.c
272
ret = regulator_is_supported_voltage(vreg, 2700000, 3600000);
drivers/gpu/drm/panel/panel-boe-bf060y8m-aj0.c
277
ret = regulator_is_supported_voltage(vreg, 1620000, 1980000);
drivers/gpu/drm/panel/panel-boe-bf060y8m-aj0.c
282
ret = regulator_is_supported_voltage(vreg, 2600000, 3600000);
drivers/gpu/drm/panel/panel-boe-bf060y8m-aj0.c
287
ret = regulator_is_supported_voltage(vreg, 4400000, 4800000);
drivers/gpu/drm/panel/panel-boe-bf060y8m-aj0.c
293
ret = regulator_is_supported_voltage(vreg, 1400000, 5000000);
drivers/gpu/drm/panel/panel-himax-hx8279.c
777
ret = regulator_is_supported_voltage(hx->vregs[0].consumer,
drivers/gpu/drm/panel/panel-himax-hx8279.c
782
ret = regulator_is_supported_voltage(hx->vregs[1].consumer,
drivers/gpu/drm/panel/panel-novatek-nt35950.c
335
ret = regulator_is_supported_voltage(nt->vregs[0].consumer,
drivers/gpu/drm/panel/panel-novatek-nt35950.c
339
ret = regulator_is_supported_voltage(nt->vregs[1].consumer,
drivers/gpu/drm/panel/panel-novatek-nt35950.c
344
ret = regulator_is_supported_voltage(nt->vregs[2].consumer,
drivers/gpu/drm/panel/panel-novatek-nt35950.c
349
ret = regulator_is_supported_voltage(nt->vregs[3].consumer,
drivers/mmc/core/regulator.c
149
if (!regulator_is_supported_voltage(regulator, min_uV, max_uV))
drivers/mmc/host/sdhci-msm.c
2284
if (regulator_is_supported_voltage(supply, 1700000, 1950000))
drivers/mmc/host/sdhci-msm.c
2286
if (regulator_is_supported_voltage(supply, 2700000, 3600000))
drivers/mmc/host/sdhci-omap.c
952
if (regulator_is_supported_voltage(reg, 1700000, 1950000))
drivers/mmc/host/sdhci-omap.c
954
if (regulator_is_supported_voltage(reg, 2700000, 3150000))
drivers/mmc/host/sdhci-omap.c
956
if (regulator_is_supported_voltage(reg, 3150000, 3600000))
drivers/mmc/host/sdhci-tegra.c
322
has_1v8 = regulator_is_supported_voltage(host->mmc->supply.vqmmc,
drivers/mmc/host/sdhci-tegra.c
325
has_3v3 = regulator_is_supported_voltage(host->mmc->supply.vqmmc,
drivers/mmc/host/sdhci.c
4563
if (!regulator_is_supported_voltage(mmc->supply.vqmmc, 1700000,
drivers/mmc/host/sdhci.c
4570
if (!regulator_is_supported_voltage(mmc->supply.vqmmc, 2700000,
drivers/mmc/host/sdhci.c
4620
!regulator_is_supported_voltage(mmc->supply.vqmmc, 1100000,
drivers/opp/core.c
1946
if (!regulator_is_supported_voltage(reg,
drivers/pmdomain/qcom/cpr.c
922
ret = regulator_is_supported_voltage(drv->vdd_apc,
drivers/pmdomain/qcom/cpr.c
932
ret = regulator_is_supported_voltage(drv->vdd_apc,
drivers/regulator/core.c
3740
EXPORT_SYMBOL_GPL(regulator_is_supported_voltage);
include/linux/regulator/consumer.h
225
int regulator_is_supported_voltage(struct regulator *regulator,
include/linux/regulator/consumer.h
740
return regulator_is_supported_voltage(regulator,