Searched refs:regulator_get_value (Results 1 – 13 of 13) sorted by relevance
113 val_get = regulator_get_value(dev); in dm_test_power_regulator_set_get_voltage()299 ut_asserteq(regulator_get_value(dev), in dm_test_power_regulator_autoset()390 ut_asserteq(regulator_get_value(dev_list[i]), in dm_test_power_regulator_autoset_list()
99 ut_asserteq(SANDBOX_BUCK2_SET_UV, regulator_get_value(supply)); in dm_test_button_keys_adc()
68 ut_asserteq(SANDBOX_BUCK2_SET_UV, regulator_get_value(supply)); in dm_test_adc_supply()
285 int regulator_get_value(struct udevice *dev);536 static inline int regulator_get_value(struct udevice *dev) in regulator_get_value() function
197 value = regulator_get_value(dev); in do_status_detail()217 value = regulator_get_value(dev); in do_status_line()276 ret = regulator_get_value(dev); in do_value()
30 int regulator_get_value(struct udevice *dev) in regulator_get_value() function68 old_uV = regulator_get_value(dev); in regulator_set_value()179 int uV = regulator_get_value(dev); in regulator_set_enable()
407 pdata->supply = regulator_get_value(supply); in tps65910_regulator_of_to_plat()
159 ret = regulator_get_value(common->vref); in stm32_adc_core_probe()
284 ret = regulator_get_value(uc_pdata->vdd_supply); in adc_vdd_plat_update()301 ret = regulator_get_value(uc_pdata->vss_supply); in adc_vss_plat_update()
688 vref_uv = regulator_get_value(vref); in meson_saradc_probe()
500 if (regulator_get_value(pwr_reg) < 2700000) { in sysconf_init()
507 if (regulator_get_value(pwr_reg) < 2700000) { in sysconf_init()
1491 if (regulator_get_value(vqmmc_dev) == 1800000) in fsl_esdhc_of_to_plat()
Completed in 19 milliseconds